summaryrefslogtreecommitdiff
path: root/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters
blob: 46b1d004fca6f1d74b08f849329a610bf4db7444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="..\..\..\ThirdParty\hash-library\crc32.cpp" />
    <ClCompile Include="..\..\..\ThirdParty\hash-library\digest.cpp" />
    <ClCompile Include="..\..\..\ThirdParty\hash-library\keccak.cpp" />
    <ClCompile Include="..\..\..\ThirdParty\hash-library\md5.cpp" />
    <ClCompile Include="..\..\..\ThirdParty\hash-library\sha1.cpp" />
    <ClCompile Include="..\..\..\ThirdParty\hash-library\sha3.cpp" />
    <ClCompile Include="..\..\..\ThirdParty\hash-library\sha256.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\..\..\ThirdParty\hash-library\crc32.h" />
    <ClInclude Include="..\..\..\ThirdParty\hash-library\hash.h" />
    <ClInclude Include="..\..\..\ThirdParty\hash-library\hmac.h" />
    <ClInclude Include="..\..\..\ThirdParty\hash-library\keccak.h" />
    <ClInclude Include="..\..\..\ThirdParty\hash-library\md5.h" />
    <ClInclude Include="..\..\..\ThirdParty\hash-library\sha1.h" />
    <ClInclude Include="..\..\..\ThirdParty\hash-library\sha3.h" />
    <ClInclude Include="..\..\..\ThirdParty\hash-library\sha256.h" />
  </ItemGroup>
</Project>