summaryrefslogtreecommitdiff
path: root/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/VisualStudio/hash-library/hash-library.vcxproj.filters')
-rw-r--r--Projects/VisualStudio/hash-library/hash-library.vcxproj.filters22
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