Refactor: Moved CompareBytes to Helpers.

This commit is contained in:
2017-05-27 18:20:27 +01:00
parent d1e480aa90
commit 212f1ea1cf
5 changed files with 79 additions and 30 deletions

View File

@@ -44,6 +44,7 @@
<Compile Include="Swapping.cs" />
<Compile Include="ArrayIsEmpty.cs" />
<Compile Include="BigEndianMarshal.cs" />
<Compile Include="CompareBytes.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>