Refactor: Moved CompareBytes to Helpers.

This commit is contained in:
2017-05-27 18:20:27 +01:00
parent f50ff31f07
commit e0fbb3ea42
3 changed files with 73 additions and 0 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>