File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 23
23
<RootNamespace >cryptlib</RootNamespace >
24
24
<PlatformToolset >v141</PlatformToolset >
25
25
<ConfigurationType >StaticLibrary</ConfigurationType >
26
+ <WindowsTargetPlatformVersion >10.0.14393.0</WindowsTargetPlatformVersion >
26
27
</PropertyGroup >
27
28
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
29
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
218
219
<ClCompile Include =" cryptopp\rc6.cpp" />
219
220
<ClCompile Include =" cryptopp\rdrand.cpp" />
220
221
<ClCompile Include =" cryptopp\rdtables.cpp" />
222
+ <ClCompile Include =" cryptopp\rijndael-simd.cpp" />
221
223
<ClCompile Include =" cryptopp\rijndael.cpp" />
222
224
<ClCompile Include =" cryptopp\ripemd.cpp" />
223
225
<ClCompile Include =" cryptopp\rng.cpp" />
228
230
<ClCompile Include =" cryptopp\seal.cpp" />
229
231
<ClCompile Include =" cryptopp\seed.cpp" />
230
232
<ClCompile Include =" cryptopp\serpent.cpp" />
233
+ <ClCompile Include =" cryptopp\sha-simd.cpp" />
231
234
<ClCompile Include =" cryptopp\sha.cpp" />
232
235
<ClCompile Include =" cryptopp\sha3.cpp" />
233
236
<ClCompile Include =" cryptopp\shacal2.cpp" />
Original file line number Diff line number Diff line change 392
392
<ClCompile Include =" cryptopp\zlib.cpp" >
393
393
<Filter >Source Files</Filter >
394
394
</ClCompile >
395
+ <ClCompile Include =" cryptopp\sha-simd.cpp" >
396
+ <Filter >Source Files</Filter >
397
+ </ClCompile >
398
+ <ClCompile Include =" cryptopp\rijndael-simd.cpp" >
399
+ <Filter >Source Files</Filter >
400
+ </ClCompile >
395
401
</ItemGroup >
396
402
<ItemGroup >
397
403
<None Include =" cryptopp\Doxyfile" >
822
828
</ItemGroup >
823
829
<ItemGroup >
824
830
<CustomBuild Include =" cryptopp\rdrand.asm" />
831
+ <CustomBuild Include =" cryptopp\x64dll.asm" />
832
+ <CustomBuild Include =" cryptopp\x64masm.asm" />
825
833
</ItemGroup >
826
834
</Project >
You can’t perform that action at this time.
0 commit comments