diff options
Diffstat (limited to 'StormLib_test.vcxproj')
-rw-r--r-- | StormLib_test.vcxproj | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj index d5b34da..3290839 100644 --- a/StormLib_test.vcxproj +++ b/StormLib_test.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> @@ -204,6 +204,23 @@ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_set.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_setof.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" /> <ClCompile Include="src\SBaseCommon.cpp"> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> |