summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj.filters
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-17 12:33:43 -0400
committerGitHub <noreply@github.com>2017-08-17 12:33:43 -0400
commite2c377effd9a4eca0291c217e9c3256b033511dc (patch)
treea33fa7d52e14b923a034bafb9a05172a983a0e7c /cryptdll.vcxproj.filters
parent74d21068a16c2b3e879336ae7eed180d4466e8b5 (diff)
downloadcryptopp-git-e2c377effd9a4eca0291c217e9c3256b033511dc.tar.gz
Split source files to support Base Implementation + SIMD implementation (GH #461)
Split source files to support Base Implementation + SIMD implementation
Diffstat (limited to 'cryptdll.vcxproj.filters')
-rw-r--r--cryptdll.vcxproj.filters9
1 files changed, 9 insertions, 0 deletions
diff --git a/cryptdll.vcxproj.filters b/cryptdll.vcxproj.filters
index b1039401..22ff828b 100644
--- a/cryptdll.vcxproj.filters
+++ b/cryptdll.vcxproj.filters
@@ -89,6 +89,9 @@
<ClCompile Include="gcm.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="gcm-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="gf2n.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -152,6 +155,9 @@
<ClCompile Include="rijndael.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="rijndael-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="rng.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -164,6 +170,9 @@
<ClCompile Include="sha.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="sha-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="simple.cpp">
<Filter>Source Files</Filter>
</ClCompile>