[Add] Add BinaryMessage class

This commit is contained in:
sta
2016-08-01 16:24:39 +09:00
parent df74f3d021
commit 48e5a7cc5a
2 changed files with 75 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
<Compile Include="TextMessage.cs" />
<Compile Include="NotificationMessage.cs" />
<Compile Include="Notifier.cs" />
<Compile Include="BinaryMessage.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>