diff options
author | chai <chaifix@163.com> | 2021-10-29 18:48:10 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-29 18:48:10 +0800 |
commit | 2381fe08be1a0c99d9541761b85064b8ece3f253 (patch) | |
tree | 5f04464b7c2ebf3d718b61e959d23f903dd4c6b0 /Projects/VisualStudio/hash-library/hash-library.vcxproj.filters | |
parent | 796b4b05ec62eb5d58a634854998f485072e8a2b (diff) |
+md5
Diffstat (limited to 'Projects/VisualStudio/hash-library/hash-library.vcxproj.filters')
-rw-r--r-- | Projects/VisualStudio/hash-library/hash-library.vcxproj.filters | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters b/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters new file mode 100644 index 0000000..46b1d00 --- /dev/null +++ b/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters @@ -0,0 +1,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>
\ No newline at end of file |