summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-27 14:13:58 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-27 14:13:58 -0400
commit1f914feaf994e300427d5954ccffc1e12e36d42e (patch)
tree4ce3ce0ac5c2c6e1f91a706db8e03897ad0d60dd /cryptest.vcxproj
parent7afd05c3366a1dfc28fed603e32a281b2912b7a1 (diff)
downloadcryptopp-git-1f914feaf994e300427d5954ccffc1e12e36d42e.tar.gz
Split bench1.cpp into two files
Renamed bench2.cpp to bench3.cpp. Split bench1.cpp into bench1.cpp and bench2.cpp
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 07e4a3db..3ff2785b 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -202,6 +202,7 @@
<ClCompile Include="adhoc.cpp" />
<ClCompile Include="bench1.cpp" />
<ClCompile Include="bench2.cpp" />
+ <ClCompile Include="bench3.cpp" />
<ClCompile Include="datatest.cpp" />
<ClCompile Include="dlltest.cpp" />
<ClCompile Include="fipsalgt.cpp" />