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 2323 <RootNamespace >cryptlib</RootNamespace >
2424 <PlatformToolset >v141</PlatformToolset >
2525 <ConfigurationType >StaticLibrary</ConfigurationType >
26+ <WindowsTargetPlatformVersion >10.0.14393.0</WindowsTargetPlatformVersion >
2627 </PropertyGroup >
2728 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2829 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
218219 <ClCompile Include =" cryptopp\rc6.cpp" />
219220 <ClCompile Include =" cryptopp\rdrand.cpp" />
220221 <ClCompile Include =" cryptopp\rdtables.cpp" />
222+ <ClCompile Include =" cryptopp\rijndael-simd.cpp" />
221223 <ClCompile Include =" cryptopp\rijndael.cpp" />
222224 <ClCompile Include =" cryptopp\ripemd.cpp" />
223225 <ClCompile Include =" cryptopp\rng.cpp" />
228230 <ClCompile Include =" cryptopp\seal.cpp" />
229231 <ClCompile Include =" cryptopp\seed.cpp" />
230232 <ClCompile Include =" cryptopp\serpent.cpp" />
233+ <ClCompile Include =" cryptopp\sha-simd.cpp" />
231234 <ClCompile Include =" cryptopp\sha.cpp" />
232235 <ClCompile Include =" cryptopp\sha3.cpp" />
233236 <ClCompile Include =" cryptopp\shacal2.cpp" />
Original file line number Diff line number Diff line change 392392 <ClCompile Include =" cryptopp\zlib.cpp" >
393393 <Filter >Source Files</Filter >
394394 </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 >
395401 </ItemGroup >
396402 <ItemGroup >
397403 <None Include =" cryptopp\Doxyfile" >
822828 </ItemGroup >
823829 <ItemGroup >
824830 <CustomBuild Include =" cryptopp\rdrand.asm" />
831+ <CustomBuild Include =" cryptopp\x64dll.asm" />
832+ <CustomBuild Include =" cryptopp\x64masm.asm" />
825833 </ItemGroup >
826834</Project >
You can’t perform that action at this time.
0 commit comments