summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-10 08:00:14 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-10 08:00:14 -0500
commit896225069db7f34e752dd7b7bb401052c6b7cb17 (patch)
tree8d4eabb2bd304b6fe9168aac8fdc28618f3212f8 /cryptdll.vcxproj
parent776a2195bd78c80130b1809b22a5e4d3aecb5b95 (diff)
downloadcryptopp-git-896225069db7f34e752dd7b7bb401052c6b7cb17.tar.gz
Rename files with dashes to underscores (GH #736)
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 971cbb79..88360ed5 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -210,7 +210,7 @@
<ClCompile Include="fips140.cpp" />
<ClCompile Include="fipstest.cpp" />
<ClCompile Include="gcm.cpp" />
- <ClCompile Include="gcm-simd.cpp" />
+ <ClCompile Include="gcm_simd.cpp" />
<ClCompile Include="gf2n.cpp" />
<ClCompile Include="gfpcrypt.cpp" />
<ClCompile Include="hex.cpp" />
@@ -230,15 +230,15 @@
<ClCompile Include="randpool.cpp" />
<ClCompile Include="rdtables.cpp" />
<ClCompile Include="rijndael.cpp" />
- <ClCompile Include="rijndael-simd.cpp" />
+ <ClCompile Include="rijndael_simd.cpp" />
<ClCompile Include="rng.cpp" />
<ClCompile Include="rsa.cpp" />
<ClCompile Include="rw.cpp" />
<ClCompile Include="sha.cpp" />
- <ClCompile Include="sha-simd.cpp" />
+ <ClCompile Include="sha_simd.cpp" />
<ClCompile Include="simple.cpp" />
<ClCompile Include="skipjack.cpp" />
- <ClCompile Include="sse-simd.cpp" />
+ <ClCompile Include="sse_simd.cpp" />
<ClCompile Include="strciphr.cpp" />
</ItemGroup>
<!-- Header Files -->