diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2014-09-01 10:22:41 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2014-09-01 10:22:41 +0200 |
commit | 6ffbb6a7f6d7d8888733f158f04894a572589e8a (patch) | |
tree | 9e1e57d4f0ec349ee8100de494c7a90a83c00282 /StormLib_test.vcxproj | |
parent | 87efac3f0bd70682bda2acdeae1b6b46e860b27b (diff) |
+ Added missing files to VS2012 workspace
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> |