diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-04-02 13:46:00 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-04-02 13:46:00 +0200 |
commit | 6c26fe38db47ea68ddd3b83e5c70bf108287f3ee (patch) | |
tree | cd99b6400e80ee8c297b179f0b7fdbb0f6657fcd | |
parent | 1624e324de2ada1da986f1d73dec3b9c4b2cbcd8 (diff) |
+ Removed mess from project files
+ Project files for VS 2012
-rw-r--r-- | StormLib.vcproj | 17186 | ||||
-rw-r--r-- | StormLib.vcxproj | 909 | ||||
-rw-r--r-- | StormLib.vcxproj.filters | 773 | ||||
-rw-r--r-- | StormLib_dll.vcxproj | 504 | ||||
-rw-r--r-- | StormLib_dll.vcxproj.filters | 781 | ||||
-rw-r--r-- | StormLib_test.vcxproj | 523 | ||||
-rw-r--r-- | StormLib_test.vcxproj.filters | 782 | ||||
-rw-r--r-- | StormLib_v09.sln (renamed from StormLib.sln) | 64 | ||||
-rw-r--r-- | StormLib_v11.sln | 140 | ||||
-rw-r--r-- | src/FileStream.cpp | 5 | ||||
-rw-r--r-- | src/SBaseCommon.cpp | 54 | ||||
-rw-r--r-- | test/Test.cpp | 3 |
12 files changed, 4520 insertions, 17204 deletions
diff --git a/StormLib.vcproj b/StormLib.vcproj index cccd638..cc42428 100644 --- a/StormLib.vcproj +++ b/StormLib.vcproj @@ -3690,156 +3690,50 @@ /> </FileConfiguration> </File> - <Filter - Name="adpcm" - > - <File - RelativePath=".\src\adpcm\adpcm.cpp" - > - </File> - <File - RelativePath=".\src\adpcm\adpcm.h" - > - </File> + <Filter Name="adpcm"> + <File RelativePath=".\src\adpcm\adpcm.cpp" /> + <File RelativePath=".\src\adpcm\adpcm.h" /> </Filter> - <Filter - Name="bzip2" - > - <File - RelativePath=".\src\bzip2\blocksort.c" - > - </File> - <File - RelativePath=".\src\bzip2\bzlib.c" - > - </File> - <File - RelativePath=".\src\bzip2\compress.c" - > - </File> - <File - RelativePath=".\src\bzip2\crctable.c" - > - </File> - <File - RelativePath=".\src\bzip2\decompress.c" - > - </File> - <File - RelativePath=".\src\bzip2\huffman.c" - > - </File> - <File - RelativePath=".\src\bzip2\randtable.c" - > - </File> + <Filter Name="bzip2"> + <File RelativePath=".\src\bzip2\blocksort.c" /> + <File RelativePath=".\src\bzip2\bzlib.c" /> + <File RelativePath=".\src\bzip2\compress.c" /> + <File RelativePath=".\src\bzip2\crctable.c" /> + <File RelativePath=".\src\bzip2\decompress.c"/> + <File RelativePath=".\src\bzip2\huffman.c" /> + <File RelativePath=".\src\bzip2\randtable.c" /> </Filter> - <Filter - Name="huffman" - > - <File - RelativePath=".\src\huffman\huff.cpp" - > - </File> - <File - RelativePath=".\src\huffman\huff.h" - > - </File> + <Filter Name="huffman"> + <File RelativePath=".\src\huffman\huff.cpp" /> + <File RelativePath=".\src\huffman\huff.h" /> </Filter> - <Filter - Name="libtomcrypt" - > - <Filter - Name="hashes" - > - <File - RelativePath=".\src\libtomcrypt\src\hashes\hash_memory.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\hashes\md5.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\hashes\sha1.c" - > - </File> + <Filter Name="libtomcrypt"> + <Filter Name="hashes"> + <File RelativePath=".\src\libtomcrypt\src\hashes\hash_memory.c" /> + <File RelativePath=".\src\libtomcrypt\src\hashes\md5.c" /> + <File RelativePath=".\src\libtomcrypt\src\hashes\sha1.c" /> </Filter> - <Filter - Name="math" - > - <File - RelativePath=".\src\libtomcrypt\src\math\ltm_desc.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\math\multi.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\math\rand_prime.c" - > - </File> + <Filter Name="math"> + <File RelativePath=".\src\libtomcrypt\src\math\ltm_desc.c" /> + <File RelativePath=".\src\libtomcrypt\src\math\multi.c" /> + <File RelativePath=".\src\libtomcrypt\src\math\rand_prime.c" /> </Filter> - <Filter - Name="misc" - > - <File - RelativePath=".\src\libtomcrypt\src\misc\base64_decode.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_argchk.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_find_hash.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_find_prng.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_descriptor.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_is_valid.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_libc.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_descriptor.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_is_valid.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_register_hash.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\crypt_register_prng.c" - > - </File> - <File - RelativePath=".\src\libtomcrypt\src\misc\zeromem.c" - > - </File> + <Filter Name="misc"> + <File RelativePath=".\src\libtomcrypt\src\misc\base64_decode.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_argchk.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_find_hash.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_find_prng.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_descriptor.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_hash_is_valid.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_libc.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_descriptor.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_prng_is_valid.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_register_hash.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\crypt_register_prng.c" /> + <File RelativePath=".\src\libtomcrypt\src\misc\zeromem.c" /> </Filter> - <Filter - Name="pk" - > + <Filter Name="pk"> <Filter Name="asn1" > @@ -4029,17469 +3923,471 @@ <Filter Name="libtommath" > - <File - RelativePath=".\src\libtommath\bn_fast_mp_invmod.c" - > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\libtommath\bn_fast_mp_montgomery_reduce.c" - > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> - </File> - <File + <File RelativePath=".\src\libtommath\bn_fast_mp_invmod.c" /> + <File RelativePath=".\src\libtommath\bn_fast_mp_montgomery_reduce.c" /> + <File RelativePath=".\src\libtommath\bn_fast_s_mp_mul_digs.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_fast_s_mp_mul_high_digs.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_fast_s_mp_sqr.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_2expt.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_abs.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_add.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_add_d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_addmod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_and.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_clamp.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_clear.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_clear_multi.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_cmp.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_cmp_d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_cmp_mag.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_cnt_lsb.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_copy.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_count_bits.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_div.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_div_2.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_div_2d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_div_3.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_div_d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_dr_is_modulus.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_dr_reduce.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_dr_setup.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_exch.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_expt_d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_exptmod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_exptmod_fast.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_exteuclid.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_fread.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_fwrite.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_gcd.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_get_int.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_grow.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_init.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_init_copy.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_init_multi.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_init_set.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_init_set_int.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_init_size.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_invmod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_invmod_slow.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_is_square.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_jacobi.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_karatsuba_mul.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_karatsuba_sqr.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_lcm.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_lshd.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mod_2d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mod_d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_montgomery_calc_normalization.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_montgomery_reduce.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_montgomery_setup.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mul.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mul_2.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mul_2d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mul_d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_mulmod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_n_root.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_neg.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_or.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_prime_fermat.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_prime_is_divisible.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_prime_is_prime.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_prime_miller_rabin.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_prime_next_prime.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_prime_rabin_miller_trials.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_prime_random_ex.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_radix_size.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_radix_smap.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_rand.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_read_radix.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_read_signed_bin.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_read_unsigned_bin.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce_2k.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce_2k_l.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce_2k_setup.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce_2k_setup_l.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce_is_2k.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce_is_2k_l.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_reduce_setup.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_rshd.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_set.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_set_int.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_shrink.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_signed_bin_size.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_sqr.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_sqrmod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_sqrt.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_sub.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_sub_d.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_submod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_to_signed_bin.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_to_signed_bin_n.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_to_unsigned_bin.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_to_unsigned_bin_n.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_toom_mul.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_toom_sqr.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_toradix.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_toradix_n.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_unsigned_bin_size.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_xor.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_mp_zero.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_prime_tab.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_reverse.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_s_mp_add.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_s_mp_exptmod.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_s_mp_mul_digs.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_s_mp_mul_high_digs.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_s_mp_sqr.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bn_s_mp_sub.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> <File RelativePath=".\src\libtommath\bncore.c" > - <FileConfiguration - Name="DebugAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseAS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUD|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="tommath.h" - /> - </FileConfiguration> - <FileConfiguration - Name="ReleaseUS|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> </File> </Filter> <Filter diff --git a/StormLib.vcxproj b/StormLib.vcxproj new file mode 100644 index 0000000..8ee27bc --- /dev/null +++ b/StormLib.vcxproj @@ -0,0 +1,909 @@ +<?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="DebugAD|Win32"> + <Configuration>DebugAD</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="DebugAD|x64"> + <Configuration>DebugAD</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="DebugAS|Win32"> + <Configuration>DebugAS</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="DebugAS|x64"> + <Configuration>DebugAS</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="DebugUD|Win32"> + <Configuration>DebugUD</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="DebugUD|x64"> + <Configuration>DebugUD</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="DebugUS|Win32"> + <Configuration>DebugUS</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="DebugUS|x64"> + <Configuration>DebugUS</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseAD|Win32"> + <Configuration>ReleaseAD</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseAD|x64"> + <Configuration>ReleaseAD</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseAS|Win32"> + <Configuration>ReleaseAS</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseAS|x64"> + <Configuration>ReleaseAS</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseUD|Win32"> + <Configuration>ReleaseUD</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseUD|x64"> + <Configuration>ReleaseUD</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseUS|Win32"> + <Configuration>ReleaseUS</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="ReleaseUS|x64"> + <Configuration>ReleaseUS</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectName>StormLib</ProjectName> + <ProjectGuid>{78424708-1F6E-4D4B-920C-FB6D26847055}</ProjectGuid> + <RootNamespace>StormLib</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + <UseOfMfc>false</UseOfMfc> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <UseOfMfc>false</UseOfMfc> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DAD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DAD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DAS</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DAS</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RAD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RAD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RAS</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RAS</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DUD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DUD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DUS</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)DUS</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RUD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RUD</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RUS</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <TargetName>$(ProjectName)RUS</TargetName> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAD|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugAS|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|Win32'"> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAD|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|Win32'"> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseAS|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUD|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugUS|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'"> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|Win32'"> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUS|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <OutputFile>./bin/$(Project)/$(Platform)/$(Configuration)/$(TargetName).lib</OutputFile> + </Lib> + <PostBuildEvent> + <Command>StormLib.bat $(Platform) $(Configuration)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemGroup> + <Text Include="doc\History.txt" /> + <Text Include="doc\The MoPaQ File Format 0.9.txt" /> + <Text Include="doc\The MoPaQ File Format 1.0.txt" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\StormCommon.h" /> + <ClInclude Include="src\StormLib.h" /> + <ClInclude Include="src\StormPort.h" /> + <ClInclude Include="src\adpcm\adpcm.h" /> + <ClInclude Include="src\huffman\huff.h" /> + <ClInclude Include="src\pklib\pklib.h" /> + <ClInclude Include="src\sparse\sparse.h" /> + <ClInclude Include="src\jenkins\lookup.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\FileStream.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseCommon.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SCompression.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <PrecompiledHeader>Create</PrecompiledHeader> + <PrecompiledHeaderFile>StormCommon.h</PrecompiledHeaderFile> + <WarningLevel>Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\adpcm\adpcm.cpp" /> + <ClCompile Include="src\bzip2\blocksort.c" /> + <ClCompile Include="src\bzip2\bzlib.c" /> + <ClCompile Include="src\bzip2\compress.c" /> + <ClCompile Include="src\bzip2\crctable.c" /> + <ClCompile Include="src\bzip2\decompress.c" /> + <ClCompile Include="src\bzip2\huffman.c" /> + <ClCompile Include="src\bzip2\randtable.c" /> + <ClCompile Include="src\huffman\huff.cpp" /> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c" /> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c" /> + <ClCompile Include="src\libtomcrypt\src\math\multi.c" /> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_2expt.c" /> + <ClCompile Include="src\libtommath\bn_mp_abs.c" /> + <ClCompile Include="src\libtommath\bn_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_mp_add_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_addmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_and.c" /> + <ClCompile Include="src\libtommath\bn_mp_clamp.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c" /> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c" /> + <ClCompile Include="src\libtommath\bn_mp_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c" /> + <ClCompile Include="src\libtommath\bn_mp_div.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_3.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_exch.c" /> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c" /> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c" /> + <ClCompile Include="src\libtommath\bn_mp_fread.c" /> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c" /> + <ClCompile Include="src\libtommath\bn_mp_gcd.c" /> + <ClCompile Include="src\libtommath\bn_mp_get_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_grow.c" /> + <ClCompile Include="src\libtommath\bn_mp_init.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c" /> + <ClCompile Include="src\libtommath\bn_mp_is_square.c" /> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_lcm.c" /> + <ClCompile Include="src\libtommath\bn_mp_lshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_n_root.c" /> + <ClCompile Include="src\libtommath\bn_mp_neg.c" /> + <ClCompile Include="src\libtommath\bn_mp_or.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c" /> + <ClCompile Include="src\libtommath\bn_mp_rand.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_rshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_shrink.c" /> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_submod.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_xor.c" /> + <ClCompile Include="src\libtommath\bn_mp_zero.c" /> + <ClCompile Include="src\libtommath\bn_prime_tab.c" /> + <ClCompile Include="src\libtommath\bn_reverse.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c" /> + <ClCompile Include="src\libtommath\bncore.c" /> + <ClCompile Include="src\lzma\C\LzFind.c" /> + <ClCompile Include="src\lzma\C\LzFindMt.c" /> + <ClCompile Include="src\lzma\C\LzmaDec.c" /> + <ClCompile Include="src\lzma\C\LzmaEnc.c" /> + <ClCompile Include="src\lzma\C\Threads.c" /> + <ClCompile Include="src\pklib\explode.c" /> + <ClCompile Include="src\pklib\implode.c" /> + <ClCompile Include="src\sparse\sparse.cpp" /> + <ClCompile Include="src\zlib\adler32.c" /> + <ClCompile Include="src\zlib\compress2.c" /> + <ClCompile Include="src\zlib\crc32.c" /> + <ClCompile Include="src\zlib\deflate.c" /> + <ClCompile Include="src\zlib\inffast.c" /> + <ClCompile Include="src\zlib\inflate.c" /> + <ClCompile Include="src\zlib\inftrees.c" /> + <ClCompile Include="src\zlib\trees.c" /> + <ClCompile Include="src\zlib\zutil.c" /> + <ClCompile Include="src\jenkins\lookup3.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/StormLib.vcxproj.filters b/StormLib.vcxproj.filters new file mode 100644 index 0000000..4b59186 --- /dev/null +++ b/StormLib.vcxproj.filters @@ -0,0 +1,773 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Doc Files"> + <UniqueIdentifier>{595d6bc1-89d0-4fb8-98f6-be35e73727c4}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{721663d8-8692-476f-b0fd-71fdadf69929}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files"> + <UniqueIdentifier>{9cc24144-d198-4bd1-b941-b946bd61b982}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\adpcm"> + <UniqueIdentifier>{be0080d3-fc04-4442-9e28-b4cc2641177d}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\bzip2"> + <UniqueIdentifier>{adb84a97-8a0c-4988-9473-452326110dff}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\huffman"> + <UniqueIdentifier>{87256d6a-e658-4f60-8759-6bff32a35eb2}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt"> + <UniqueIdentifier>{d730d7c1-2960-49d2-ba0d-d1a91dd08964}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\hashes"> + <UniqueIdentifier>{13e5ccb1-06f1-4d10-bdc1-825b51c64dbf}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\math"> + <UniqueIdentifier>{73f7f025-7366-4d76-8d60-4327e00b9d18}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\misc"> + <UniqueIdentifier>{be21c641-7727-4d7b-919e-c895d801db17}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk"> + <UniqueIdentifier>{694a7758-f909-4b8e-aa13-4d06a8c70eff}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\asn1"> + <UniqueIdentifier>{3f01cae6-5676-4f33-bb38-215341eedfc4}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\ecc"> + <UniqueIdentifier>{63d75851-c430-4c76-aa08-3398523aab4a}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\pkcs1"> + <UniqueIdentifier>{11175e9e-e9f1-405c-961b-933e72503cdd}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\rsa"> + <UniqueIdentifier>{e30512f4-bdf8-4460-823d-475bd8f08d28}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtommath"> + <UniqueIdentifier>{d2889ef6-3f12-4a9b-8624-8d061748ff03}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\lzma"> + <UniqueIdentifier>{02c6dfb8-4a58-46c5-bb35-69ba6215a3a6}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\pklib"> + <UniqueIdentifier>{563829a0-aaa3-4af2-88a2-8c6445d2754b}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\sparse"> + <UniqueIdentifier>{e82b0d03-77ff-46dc-b5a4-5b469224222a}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\zlib"> + <UniqueIdentifier>{cb92df18-9435-4db9-997a-e0e7d532cd26}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\jenkins"> + <UniqueIdentifier>{2920175c-439c-4fd5-b94e-8cf1d3aaadd3}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <Text Include="doc\History.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 0.9.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 1.0.txt"> + <Filter>Doc Files</Filter> + </Text> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\StormCommon.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormLib.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormPort.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\adpcm\adpcm.h"> + <Filter>Source Files\adpcm</Filter> + </ClInclude> + <ClInclude Include="src\huffman\huff.h"> + <Filter>Source Files\huffman</Filter> + </ClInclude> + <ClInclude Include="src\pklib\pklib.h"> + <Filter>Source Files\pklib</Filter> + </ClInclude> + <ClInclude Include="src\sparse\sparse.h"> + <Filter>Source Files\sparse</Filter> + </ClInclude> + <ClInclude Include="src\jenkins\lookup.h"> + <Filter>Source Files\jenkins</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\FileStream.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseCommon.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SCompression.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\adpcm\adpcm.cpp"> + <Filter>Source Files\adpcm</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\blocksort.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\bzlib.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\compress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\crctable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\decompress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\huffman.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\randtable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\huffman\huff.cpp"> + <Filter>Source Files\huffman</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\multi.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_2expt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_abs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_addmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_and.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clamp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_3.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exch.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fread.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_gcd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_get_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_grow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_is_square.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lcm.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_n_root.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_neg.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_or.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rand.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_shrink.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_submod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_xor.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_zero.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_prime_tab.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_reverse.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bncore.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFind.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFindMt.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaDec.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaEnc.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\Threads.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\pklib\explode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\pklib\implode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\sparse\sparse.cpp"> + <Filter>Source Files\sparse</Filter> + </ClCompile> + <ClCompile Include="src\zlib\adler32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\compress2.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\crc32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\deflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inffast.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inftrees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\trees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\zutil.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\jenkins\lookup3.c"> + <Filter>Source Files\jenkins</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/StormLib_dll.vcxproj b/StormLib_dll.vcxproj new file mode 100644 index 0000000..47b06ea --- /dev/null +++ b/StormLib_dll.vcxproj @@ -0,0 +1,504 @@ +<?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"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{CB385198-50B1-4CF4-883B-11F042DED6AA}</ProjectGuid> + <RootNamespace>StormLib_dll</RootNamespace> + <Keyword>Win32Proj</Keyword> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <OutputFile>$(OutDir)StormLib.dll</OutputFile> + <ModuleDefinitionFile>.\StormLib_dll\StormLib.def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Windows</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <Text Include="doc\History.txt" /> + <Text Include="doc\The MoPaQ File Format 0.9.txt" /> + <Text Include="doc\The MoPaQ File Format 1.0.txt" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\StormCommon.h" /> + <ClInclude Include="src\StormLib.h" /> + <ClInclude Include="src\StormPort.h" /> + <ClInclude Include="src\adpcm\adpcm.h" /> + <ClInclude Include="src\huffman\huff.h" /> + <ClInclude Include="src\pklib\pklib.h" /> + <ClInclude Include="src\sparse\sparse.h" /> + <ClInclude Include="src\jenkins\lookup.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="stormlib_dll\DllMain.c"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\FileStream.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseCommon.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SCompression.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\adpcm\adpcm.cpp" /> + <ClCompile Include="src\bzip2\blocksort.c" /> + <ClCompile Include="src\bzip2\bzlib.c" /> + <ClCompile Include="src\bzip2\compress.c" /> + <ClCompile Include="src\bzip2\crctable.c" /> + <ClCompile Include="src\bzip2\decompress.c" /> + <ClCompile Include="src\bzip2\huffman.c" /> + <ClCompile Include="src\bzip2\randtable.c" /> + <ClCompile Include="src\huffman\huff.cpp" /> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c" /> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c" /> + <ClCompile Include="src\libtomcrypt\src\math\multi.c" /> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_2expt.c" /> + <ClCompile Include="src\libtommath\bn_mp_abs.c" /> + <ClCompile Include="src\libtommath\bn_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_mp_add_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_addmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_and.c" /> + <ClCompile Include="src\libtommath\bn_mp_clamp.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c" /> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c" /> + <ClCompile Include="src\libtommath\bn_mp_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c" /> + <ClCompile Include="src\libtommath\bn_mp_div.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_3.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_exch.c" /> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c" /> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c" /> + <ClCompile Include="src\libtommath\bn_mp_fread.c" /> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c" /> + <ClCompile Include="src\libtommath\bn_mp_gcd.c" /> + <ClCompile Include="src\libtommath\bn_mp_get_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_grow.c" /> + <ClCompile Include="src\libtommath\bn_mp_init.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c" /> + <ClCompile Include="src\libtommath\bn_mp_is_square.c" /> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_lcm.c" /> + <ClCompile Include="src\libtommath\bn_mp_lshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_n_root.c" /> + <ClCompile Include="src\libtommath\bn_mp_neg.c" /> + <ClCompile Include="src\libtommath\bn_mp_or.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c" /> + <ClCompile Include="src\libtommath\bn_mp_rand.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_rshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_shrink.c" /> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_submod.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_xor.c" /> + <ClCompile Include="src\libtommath\bn_mp_zero.c" /> + <ClCompile Include="src\libtommath\bn_prime_tab.c" /> + <ClCompile Include="src\libtommath\bn_reverse.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c" /> + <ClCompile Include="src\libtommath\bncore.c" /> + <ClCompile Include="src\lzma\C\LzFind.c" /> + <ClCompile Include="src\lzma\C\LzFindMt.c" /> + <ClCompile Include="src\lzma\C\LzmaDec.c" /> + <ClCompile Include="src\lzma\C\LzmaEnc.c" /> + <ClCompile Include="src\lzma\C\Threads.c" /> + <ClCompile Include="src\pklib\explode.c" /> + <ClCompile Include="src\pklib\implode.c" /> + <ClCompile Include="src\sparse\sparse.cpp" /> + <ClCompile Include="src\zlib\adler32.c" /> + <ClCompile Include="src\zlib\compress2.c" /> + <ClCompile Include="src\zlib\crc32.c" /> + <ClCompile Include="src\zlib\deflate.c" /> + <ClCompile Include="src\zlib\inffast.c" /> + <ClCompile Include="src\zlib\inflate.c" /> + <ClCompile Include="src\zlib\inftrees.c" /> + <ClCompile Include="src\zlib\trees.c" /> + <ClCompile Include="src\zlib\zutil.c" /> + <ClCompile Include="src\jenkins\lookup3.c" /> + </ItemGroup> + <ItemGroup> + <None Include="stormlib_dll\StormLib.def" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/StormLib_dll.vcxproj.filters b/StormLib_dll.vcxproj.filters new file mode 100644 index 0000000..e2cea5a --- /dev/null +++ b/StormLib_dll.vcxproj.filters @@ -0,0 +1,781 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Doc Files"> + <UniqueIdentifier>{85359376-4146-45ff-a6ce-225b3f103198}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{02d49f0b-fc11-4b84-8ca2-0d0df0bc524e}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files"> + <UniqueIdentifier>{c6293ab1-ea8a-42fb-ae3e-85524ad2e68d}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\adpcm"> + <UniqueIdentifier>{fd9d5cac-d0b6-4204-9160-706a03ec0c69}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\bzip2"> + <UniqueIdentifier>{7333e6fb-8b95-40b6-bc5e-bdfa7f15b93a}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\huffman"> + <UniqueIdentifier>{0e473b19-e86f-4180-82b4-3c427117b6c7}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt"> + <UniqueIdentifier>{cca0e168-e531-4d83-8a8e-478c2ba39323}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\hashes"> + <UniqueIdentifier>{8b8ae872-b929-4758-ac0d-ccb28436ebb8}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\math"> + <UniqueIdentifier>{c5829ed3-f34a-4cc5-b01d-b4d44ef6a07c}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\misc"> + <UniqueIdentifier>{d10b97e0-dd06-440b-aa78-d7739e762511}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk"> + <UniqueIdentifier>{bc743c98-8a6a-4eb4-bb65-2407720090ae}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\asn1"> + <UniqueIdentifier>{f155fafa-653d-4638-a0a4-dc46e5581713}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\ecc"> + <UniqueIdentifier>{7478ca26-875e-4ebf-99d5-7957270bc95f}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\pkcs1"> + <UniqueIdentifier>{4169e85a-6a42-47f5-a69a-34de5a13ca30}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\rsa"> + <UniqueIdentifier>{df7f82be-b039-4b9b-bb1f-a48b2724957a}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtommath"> + <UniqueIdentifier>{3861070d-c4b6-45a8-8a8e-ec7ce7e12d48}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\lzma"> + <UniqueIdentifier>{b25aeeef-06f4-4b47-a892-42df4354591b}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\pklib"> + <UniqueIdentifier>{77645fb6-77f6-4623-a67a-bc844d414aa9}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\sparse"> + <UniqueIdentifier>{e10bf121-3ed4-478c-a0d5-3eb83d0a98c7}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\zlib"> + <UniqueIdentifier>{abbf0b9a-8227-4cb1-b5f7-76306334c483}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\jenkins"> + <UniqueIdentifier>{66f88b55-bc43-4c10-838c-b6f27dfc7f4a}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <Text Include="doc\History.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 0.9.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 1.0.txt"> + <Filter>Doc Files</Filter> + </Text> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\StormCommon.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormLib.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormPort.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\adpcm\adpcm.h"> + <Filter>Source Files\adpcm</Filter> + </ClInclude> + <ClInclude Include="src\huffman\huff.h"> + <Filter>Source Files\huffman</Filter> + </ClInclude> + <ClInclude Include="src\pklib\pklib.h"> + <Filter>Source Files\pklib</Filter> + </ClInclude> + <ClInclude Include="src\sparse\sparse.h"> + <Filter>Source Files\sparse</Filter> + </ClInclude> + <ClInclude Include="src\jenkins\lookup.h"> + <Filter>Source Files\jenkins</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="stormlib_dll\DllMain.c"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\FileStream.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseCommon.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SCompression.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\adpcm\adpcm.cpp"> + <Filter>Source Files\adpcm</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\blocksort.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\bzlib.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\compress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\crctable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\decompress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\huffman.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\randtable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\huffman\huff.cpp"> + <Filter>Source Files\huffman</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\multi.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_2expt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_abs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_addmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_and.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clamp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_3.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exch.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fread.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_gcd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_get_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_grow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_is_square.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lcm.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_n_root.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_neg.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_or.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rand.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_shrink.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_submod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_xor.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_zero.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_prime_tab.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_reverse.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bncore.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFind.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFindMt.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaDec.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaEnc.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\Threads.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\pklib\explode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\pklib\implode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\sparse\sparse.cpp"> + <Filter>Source Files\sparse</Filter> + </ClCompile> + <ClCompile Include="src\zlib\adler32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\compress2.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\crc32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\deflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inffast.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inftrees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\trees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\zutil.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\jenkins\lookup3.c"> + <Filter>Source Files\jenkins</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <None Include="stormlib_dll\StormLib.def"> + <Filter>Source Files</Filter> + </None> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj new file mode 100644 index 0000000..dd0dbdf --- /dev/null +++ b/StormLib_test.vcxproj @@ -0,0 +1,523 @@ +<?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"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}</ProjectGuid> + <RootNamespace>StormLib_test</RootNamespace> + <Keyword>Win32Proj</Keyword> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + <WholeProgramOptimization>true</WholeProgramOptimization> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> + <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(Platform)\$(Configuration)\</OutDir> + <IntDir>$(Platform)\$(Configuration)\</IntDir> + <LinkIncremental>false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./src/libtomcrypt/src/headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;__STORMLIB_TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <CompileAs>Default</CompileAs> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <Manifest> + <VerboseOutput>false</VerboseOutput> + </Manifest> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./src/libtomcrypt/src/headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;__STORMLIB_TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <CompileAs>Default</CompileAs> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>./src/libtomcrypt/src/headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;__STORMLIB_TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX86</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <AdditionalIncludeDirectories>./src/libtomcrypt/src/headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;__STORMLIB_TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader /> + <WarningLevel>Level1</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + <OptimizeReferences>true</OptimizeReferences> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention /> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <Text Include="doc\History.txt" /> + <Text Include="doc\The MoPaQ File Format 0.9.txt" /> + <Text Include="doc\The MoPaQ File Format 1.0.txt" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\FileStream.h" /> + <ClInclude Include="src\StormCommon.h" /> + <ClInclude Include="src\StormLib.h" /> + <ClInclude Include="src\StormPort.h" /> + <ClInclude Include="src\adpcm\adpcm.h" /> + <ClInclude Include="src\huffman\huff.h" /> + <ClInclude Include="src\pklib\pklib.h" /> + <ClInclude Include="src\sparse\sparse.h" /> + <ClInclude Include="src\jenkins\lookup.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\FileStream.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseCommon.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseDumpData.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SCompression.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="test\Test.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\adpcm\adpcm.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\bzip2\blocksort.c" /> + <ClCompile Include="src\bzip2\bzlib.c" /> + <ClCompile Include="src\bzip2\compress.c" /> + <ClCompile Include="src\bzip2\crctable.c" /> + <ClCompile Include="src\bzip2\decompress.c" /> + <ClCompile Include="src\bzip2\huffman.c" /> + <ClCompile Include="src\bzip2\randtable.c" /> + <ClCompile Include="src\huffman\huff.cpp"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c" /> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c" /> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c" /> + <ClCompile Include="src\libtomcrypt\src\math\multi.c" /> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c" /> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" /> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_2expt.c" /> + <ClCompile Include="src\libtommath\bn_mp_abs.c" /> + <ClCompile Include="src\libtommath\bn_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_mp_add_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_addmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_and.c" /> + <ClCompile Include="src\libtommath\bn_mp_clamp.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear.c" /> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c" /> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c" /> + <ClCompile Include="src\libtommath\bn_mp_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c" /> + <ClCompile Include="src\libtommath\bn_mp_div.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_3.c" /> + <ClCompile Include="src\libtommath\bn_mp_div_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_exch.c" /> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c" /> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c" /> + <ClCompile Include="src\libtommath\bn_mp_fread.c" /> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c" /> + <ClCompile Include="src\libtommath\bn_mp_gcd.c" /> + <ClCompile Include="src\libtommath\bn_mp_get_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_grow.c" /> + <ClCompile Include="src\libtommath\bn_mp_init.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_init_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c" /> + <ClCompile Include="src\libtommath\bn_mp_is_square.c" /> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_lcm.c" /> + <ClCompile Include="src\libtommath\bn_mp_lshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_n_root.c" /> + <ClCompile Include="src\libtommath\bn_mp_neg.c" /> + <ClCompile Include="src\libtommath\bn_mp_or.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c" /> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c" /> + <ClCompile Include="src\libtommath\bn_mp_rand.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c" /> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c" /> + <ClCompile Include="src\libtommath\bn_mp_rshd.c" /> + <ClCompile Include="src\libtommath\bn_mp_set.c" /> + <ClCompile Include="src\libtommath\bn_mp_set_int.c" /> + <ClCompile Include="src\libtommath\bn_mp_shrink.c" /> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c" /> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub.c" /> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c" /> + <ClCompile Include="src\libtommath\bn_mp_submod.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c" /> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c" /> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix.c" /> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c" /> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c" /> + <ClCompile Include="src\libtommath\bn_mp_xor.c" /> + <ClCompile Include="src\libtommath\bn_mp_zero.c" /> + <ClCompile Include="src\libtommath\bn_prime_tab.c" /> + <ClCompile Include="src\libtommath\bn_reverse.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_add.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c" /> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c" /> + <ClCompile Include="src\libtommath\bncore.c" /> + <ClCompile Include="src\lzma\C\LzFind.c" /> + <ClCompile Include="src\lzma\C\LzFindMt.c" /> + <ClCompile Include="src\lzma\C\LzmaDec.c" /> + <ClCompile Include="src\lzma\C\LzmaEnc.c" /> + <ClCompile Include="src\lzma\C\Threads.c" /> + <ClCompile Include="src\pklib\explode.c" /> + <ClCompile Include="src\pklib\implode.c" /> + <ClCompile Include="src\sparse\sparse.cpp" /> + <ClCompile Include="src\zlib\adler32.c" /> + <ClCompile Include="src\zlib\compress2.c" /> + <ClCompile Include="src\zlib\crc32.c" /> + <ClCompile Include="src\zlib\deflate.c" /> + <ClCompile Include="src\zlib\inffast.c" /> + <ClCompile Include="src\zlib\inflate.c" /> + <ClCompile Include="src\zlib\inftrees.c" /> + <ClCompile Include="src\zlib\trees.c" /> + <ClCompile Include="src\zlib\zutil.c" /> + <ClCompile Include="src\jenkins\lookup3.c"> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level1</WarningLevel> + <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level1</WarningLevel> + </ClCompile> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/StormLib_test.vcxproj.filters b/StormLib_test.vcxproj.filters new file mode 100644 index 0000000..3d0e2c3 --- /dev/null +++ b/StormLib_test.vcxproj.filters @@ -0,0 +1,782 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Doc Files"> + <UniqueIdentifier>{c0babef7-a4c6-465f-b35d-e3e76db9fbf2}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{a5af690c-30fc-48a4-a8b3-b355364f523a}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files"> + <UniqueIdentifier>{efe8c45b-9ac6-4ece-9802-0684c7c04f4f}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\adpcm"> + <UniqueIdentifier>{a4ffdb8c-2367-4167-b46f-5053f9efe5ad}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\bzip2"> + <UniqueIdentifier>{c0d46102-b1f4-4ddd-afb2-23c823e87200}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\huffman"> + <UniqueIdentifier>{177c16f2-a75f-402b-9a3f-d5ff582737bf}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt"> + <UniqueIdentifier>{b16d7cfc-d53a-47d5-9bce-f1bacea7c30c}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\hashes"> + <UniqueIdentifier>{5ced2573-f357-4a5e-803d-10623c23d91f}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\math"> + <UniqueIdentifier>{a7ad01bf-937b-4726-815b-7017d7fce74b}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\misc"> + <UniqueIdentifier>{5178056b-812c-43bb-947e-792cabc52dc1}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk"> + <UniqueIdentifier>{f3716532-2a20-4722-af58-917f82b27231}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\asn1"> + <UniqueIdentifier>{7740e6d6-03cf-46d7-8b7f-71296fecb507}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\ecc"> + <UniqueIdentifier>{b5ee44e8-e6c9-461f-b63f-1135451f1cb2}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\pkcs1"> + <UniqueIdentifier>{b0440145-14bb-423e-86ed-91a8013e1df5}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtomcrypt\pk\rsa"> + <UniqueIdentifier>{62e2f0bb-db68-4626-b8b6-6ff1425b3ef2}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\libtommath"> + <UniqueIdentifier>{e795a249-ae13-4b6c-90ff-3340873e1d5d}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\lzma"> + <UniqueIdentifier>{f710fac0-2561-4ef8-8b66-6de4a840f05d}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\pklib"> + <UniqueIdentifier>{60cd5d7f-a9a5-4fbf-ac59-39c097b2e7ec}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\sparse"> + <UniqueIdentifier>{9f869665-533d-424d-ada9-db9827e28b0f}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\zlib"> + <UniqueIdentifier>{3d0b81c2-cba7-41dc-9fbb-f16fa9638c5d}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files\jenkins"> + <UniqueIdentifier>{1712688f-dc14-4979-8fdd-8d6b559ab26d}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <Text Include="doc\History.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 0.9.txt"> + <Filter>Doc Files</Filter> + </Text> + <Text Include="doc\The MoPaQ File Format 1.0.txt"> + <Filter>Doc Files</Filter> + </Text> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\FileStream.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormCommon.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormLib.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\StormPort.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="src\adpcm\adpcm.h"> + <Filter>Source Files\adpcm</Filter> + </ClInclude> + <ClInclude Include="src\huffman\huff.h"> + <Filter>Source Files\huffman</Filter> + </ClInclude> + <ClInclude Include="src\pklib\pklib.h"> + <Filter>Source Files\pklib</Filter> + </ClInclude> + <ClInclude Include="src\sparse\sparse.h"> + <Filter>Source Files\sparse</Filter> + </ClInclude> + <ClInclude Include="src\jenkins\lookup.h"> + <Filter>Source Files\jenkins</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\FileStream.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseCommon.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseDumpData.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SBaseFileTable.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SCompression.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAddFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileAttributes.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCompactArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileCreateArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileExtractFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileFindFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileListFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenArchive.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileOpenFileEx.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFilePatchArchives.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileReadFile.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\SFileVerify.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="test\Test.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\adpcm\adpcm.cpp"> + <Filter>Source Files\adpcm</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\blocksort.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\bzlib.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\compress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\crctable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\decompress.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\huffman.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\bzip2\randtable.c"> + <Filter>Source Files\bzip2</Filter> + </ClCompile> + <ClCompile Include="src\huffman\huff.cpp"> + <Filter>Source Files\huffman</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\hash_memory.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\md5.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\hashes\sha1.c"> + <Filter>Source Files\libtomcrypt\hashes</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\ltm_desc.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\multi.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\math\rand_prime.c"> + <Filter>Source Files\libtomcrypt\math</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\base64_decode.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_argchk.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_find_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_hash_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_libc.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_ltc_mp_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_descriptor.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_prng_is_valid.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_hash.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\crypt_register_prng.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\misc\zeromem.c"> + <Filter>Source Files\libtomcrypt\misc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_choice.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_ex.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_flexi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_sequence_multi.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_decode_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_bit_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_boolean.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_ia5_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_object_identifier.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_octet_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_printable_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_sequence.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_short_integer.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utctime.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_length_utf8_string.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\asn1\der_sequence_free.c"> + <Filter>Source Files\libtomcrypt\pk\asn1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_map.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mul2add.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_mulmod.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_points.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_add_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\ecc\ltc_ecc_projective_dbl_point.c"> + <Filter>Source Files\libtomcrypt\pk\ecc</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_mgf1.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_oaep_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c"> + <Filter>Source Files\libtomcrypt\pk\pkcs1</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_exptmod.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_free.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_import.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_make_key.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtomcrypt\src\pk\rsa\rsa_verify_simple.c"> + <Filter>Source Files\libtomcrypt\pk\rsa</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_fast_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_2expt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_abs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_add_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_addmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_and.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clamp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_clear_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cmp_mag.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_cnt_lsb.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_count_bits.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_3.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_div_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_is_modulus.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_dr_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exch.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_expt_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exptmod_fast.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_exteuclid.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fread.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_fwrite.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_gcd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_get_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_grow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_copy.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_multi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_init_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_invmod_slow.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_is_square.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_jacobi.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_karatsuba_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lcm.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_lshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mod_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_calc_normalization.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_montgomery_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_2d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mul_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_mulmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_n_root.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_neg.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_or.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_fermat.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_divisible.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_is_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_miller_rabin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_next_prime.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_rabin_miller_trials.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_prime_random_ex.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_radix_smap.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rand.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_radix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_read_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_2k_setup_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_is_2k_l.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_reduce_setup.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_rshd.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_set_int.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_shrink.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_signed_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sqrt.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_sub_d.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_submod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_signed_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_to_unsigned_bin_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_mul.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toom_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_toradix_n.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_unsigned_bin_size.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_xor.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_mp_zero.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_prime_tab.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_reverse.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_add.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_exptmod.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_mul_high_digs.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sqr.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bn_s_mp_sub.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\libtommath\bncore.c"> + <Filter>Source Files\libtommath</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFind.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzFindMt.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaDec.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\LzmaEnc.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\lzma\C\Threads.c"> + <Filter>Source Files\lzma</Filter> + </ClCompile> + <ClCompile Include="src\pklib\explode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\pklib\implode.c"> + <Filter>Source Files\pklib</Filter> + </ClCompile> + <ClCompile Include="src\sparse\sparse.cpp"> + <Filter>Source Files\sparse</Filter> + </ClCompile> + <ClCompile Include="src\zlib\adler32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\compress2.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\crc32.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\deflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inffast.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inflate.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\inftrees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\trees.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\zlib\zutil.c"> + <Filter>Source Files\zlib</Filter> + </ClCompile> + <ClCompile Include="src\jenkins\lookup3.c"> + <Filter>Source Files\jenkins</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/StormLib.sln b/StormLib_v09.sln index 758f29c..e436152 100644 --- a/StormLib.sln +++ b/StormLib_v09.sln @@ -31,38 +31,6 @@ Global ReleaseUS|x64 = ReleaseUS|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.Build.0 = Debug|Win32 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.Build.0 = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|Win32.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.Build.0 = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|Win32.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.Build.0 = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|Win32.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.Build.0 = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|Win32.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.ActiveCfg = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.Build.0 = Debug|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.ActiveCfg = Release|Win32 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.Build.0 = Release|Win32 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.Build.0 = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|Win32.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.Build.0 = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|Win32.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.Build.0 = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|Win32.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.Build.0 = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|Win32.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.ActiveCfg = Release|x64 - {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.Build.0 = Release|x64 {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|Win32.ActiveCfg = DebugUS|x64 {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.ActiveCfg = DebugUS|x64 {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.Build.0 = DebugUS|x64 @@ -133,6 +101,38 @@ Global {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|Win32.ActiveCfg = Release|x64 {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.ActiveCfg = Release|x64 {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.ActiveCfg = Debug|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.Build.0 = Debug|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.ActiveCfg = Release|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.Build.0 = Release|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/StormLib_v11.sln b/StormLib_v11.sln new file mode 100644 index 0000000..49cfedb --- /dev/null +++ b/StormLib_v11.sln @@ -0,0 +1,140 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib", "StormLib.vcxproj", "{78424708-1F6E-4D4B-920C-FB6D26847055}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_dll", "StormLib_dll.vcxproj", "{CB385198-50B1-4CF4-883B-11F042DED6AA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_test", "StormLib_test.vcxproj", "{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + DebugAD|Win32 = DebugAD|Win32 + DebugAD|x64 = DebugAD|x64 + DebugAS|Win32 = DebugAS|Win32 + DebugAS|x64 = DebugAS|x64 + DebugUD|Win32 = DebugUD|Win32 + DebugUD|x64 = DebugUD|x64 + DebugUS|Win32 = DebugUS|Win32 + DebugUS|x64 = DebugUS|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + ReleaseAD|Win32 = ReleaseAD|Win32 + ReleaseAD|x64 = ReleaseAD|x64 + ReleaseAS|Win32 = ReleaseAS|Win32 + ReleaseAS|x64 = ReleaseAS|x64 + ReleaseUD|Win32 = ReleaseUD|Win32 + ReleaseUD|x64 = ReleaseUD|x64 + ReleaseUS|Win32 = ReleaseUS|Win32 + ReleaseUS|x64 = ReleaseUS|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|Win32.ActiveCfg = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.ActiveCfg = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Debug|x64.Build.0 = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|Win32.ActiveCfg = DebugAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|Win32.Build.0 = DebugAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|x64.ActiveCfg = DebugAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAD|x64.Build.0 = DebugAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|Win32.ActiveCfg = DebugAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|Win32.Build.0 = DebugAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|x64.ActiveCfg = DebugAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugAS|x64.Build.0 = DebugAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|Win32.ActiveCfg = DebugUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|Win32.Build.0 = DebugUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|x64.ActiveCfg = DebugUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUD|x64.Build.0 = DebugUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|Win32.ActiveCfg = DebugUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|Win32.Build.0 = DebugUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|x64.ActiveCfg = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.DebugUS|x64.Build.0 = DebugUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|Win32.ActiveCfg = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|x64.ActiveCfg = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.Release|x64.Build.0 = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|Win32.ActiveCfg = ReleaseAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|Win32.Build.0 = ReleaseAD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|x64.ActiveCfg = ReleaseAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAD|x64.Build.0 = ReleaseAD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|Win32.ActiveCfg = ReleaseAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|Win32.Build.0 = ReleaseAS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|x64.ActiveCfg = ReleaseAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseAS|x64.Build.0 = ReleaseAS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|Win32.ActiveCfg = ReleaseUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|Win32.Build.0 = ReleaseUD|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|x64.ActiveCfg = ReleaseUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUD|x64.Build.0 = ReleaseUD|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|Win32.ActiveCfg = ReleaseUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|Win32.Build.0 = ReleaseUS|Win32 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|x64.ActiveCfg = ReleaseUS|x64 + {78424708-1F6E-4D4B-920C-FB6D26847055}.ReleaseUS|x64.Build.0 = ReleaseUS|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|Win32.Build.0 = Debug|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Debug|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAD|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugAS|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUD|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|Win32.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|x64.ActiveCfg = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.DebugUS|x64.Build.0 = Debug|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|Win32.ActiveCfg = Release|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|Win32.Build.0 = Release|Win32 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.Release|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAD|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseAS|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUD|x64.Build.0 = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|Win32.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.ActiveCfg = Release|x64 + {CB385198-50B1-4CF4-883B-11F042DED6AA}.ReleaseUS|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.ActiveCfg = Debug|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|Win32.Build.0 = Debug|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Debug|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAD|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugAS|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUD|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|Win32.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.ActiveCfg = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.DebugUS|x64.Build.0 = Debug|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.ActiveCfg = Release|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|Win32.Build.0 = Release|Win32 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.Release|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAD|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseAS|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUD|x64.Build.0 = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|Win32.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.ActiveCfg = Release|x64 + {AA561A7B-26EA-49AF-90E8-C53C1FA2965D}.ReleaseUS|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/FileStream.cpp b/src/FileStream.cpp index 0c668dc..fdeb9dc 100644 --- a/src/FileStream.cpp +++ b/src/FileStream.cpp @@ -743,7 +743,6 @@ static bool BaseHttp_Read( TCHAR szRangeRequest[0x80]; DWORD dwStartOffset = (DWORD)ByteOffset; DWORD dwEndOffset = dwStartOffset + dwBytesToRead; - BYTE Buffer[0x200]; // Open HTTP request to the file szFileName = BaseHttp_ExtractServerName(pStream->szFileName, NULL); @@ -764,8 +763,8 @@ static bool BaseHttp_Read( DWORD dwBlockBytesRead = 0; // Read the block from the file - if(dwBlockBytesToRead > sizeof(Buffer)) - dwBlockBytesToRead = sizeof(Buffer); + if(dwBlockBytesToRead > 0x200) + dwBlockBytesToRead = 0x200; InternetReadFile(hRequest, pbBuffer, dwBlockBytesToRead, &dwBlockBytesRead); // Check for end diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index b73a213..dfb60d4 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -1158,35 +1158,43 @@ int AllocateSectorChecksums(TMPQFile * hf, bool bLoadFromFile) // Does the size of the file table match with the CRC32-based checksums? dwExpectedSize = (hf->dwSectorCount + 2) * sizeof(DWORD); - if(hf->SectorOffsets[0] == dwExpectedSize) + if(hf->SectorOffsets[0] != 0 && hf->SectorOffsets[0] == dwExpectedSize) { - // Is there valid size of the sector checksums? - if(hf->SectorOffsets[hf->dwSectorCount + 1] >= hf->SectorOffsets[hf->dwSectorCount]) - dwCompressedSize = hf->SectorOffsets[hf->dwSectorCount + 1] - hf->SectorOffsets[hf->dwSectorCount]; - - // Ignore cases when the length is too small or too big. - if(dwCompressedSize < sizeof(DWORD) || dwCompressedSize > hf->dwSectorSize) - return ERROR_SUCCESS; - - // Allocate the array for the sector checksums - hf->SectorChksums = STORM_ALLOC(DWORD, hf->dwSectorCount); - if(hf->SectorChksums == NULL) - return ERROR_NOT_ENOUGH_MEMORY; - - // If we are not supposed to load it from the file, allocate empty buffer + // If we are not loading from the MPQ file, we just allocate the sector table + // In that case, do not check any sizes if(bLoadFromFile == false) { + hf->SectorChksums = STORM_ALLOC(DWORD, hf->dwSectorCount); + if(hf->SectorChksums == NULL) + return ERROR_NOT_ENOUGH_MEMORY; + + // Fill the checksum table with zeros memset(hf->SectorChksums, 0, hf->dwSectorCount * sizeof(DWORD)); return ERROR_SUCCESS; } - - // Calculate offset of the CRC table - dwCrcSize = hf->dwSectorCount * sizeof(DWORD); - dwCrcOffset = hf->SectorOffsets[hf->dwSectorCount]; - CalculateRawSectorOffset(RawFilePos, hf, dwCrcOffset); - - // Now read the table from the MPQ - return LoadMpqTable(ha, RawFilePos, hf->SectorChksums, dwCompressedSize, dwCrcSize, 0); + else + { + // Is there valid size of the sector checksums? + if(hf->SectorOffsets[hf->dwSectorCount + 1] >= hf->SectorOffsets[hf->dwSectorCount]) + dwCompressedSize = hf->SectorOffsets[hf->dwSectorCount + 1] - hf->SectorOffsets[hf->dwSectorCount]; + + // Ignore cases when the length is too small or too big. + if(dwCompressedSize < sizeof(DWORD) || dwCompressedSize > hf->dwSectorSize) + return ERROR_SUCCESS; + + // Allocate the array for the sector checksums + hf->SectorChksums = STORM_ALLOC(DWORD, hf->dwSectorCount); + if(hf->SectorChksums == NULL) + return ERROR_NOT_ENOUGH_MEMORY; + + // Calculate offset of the CRC table + dwCrcSize = hf->dwSectorCount * sizeof(DWORD); + dwCrcOffset = hf->SectorOffsets[hf->dwSectorCount]; + CalculateRawSectorOffset(RawFilePos, hf, dwCrcOffset); + + // Now read the table from the MPQ + return LoadMpqTable(ha, RawFilePos, hf->SectorChksums, dwCompressedSize, dwCrcSize, 0); + } } // If the size doesn't match, we ignore sector checksums diff --git a/test/Test.cpp b/test/Test.cpp index a4eb851..20b225f 100644 --- a/test/Test.cpp +++ b/test/Test.cpp @@ -2157,7 +2157,8 @@ int main(void) // Mix the random number generator // srand(GetTickCount()); - FileStream_OpenFile(_T("e:\\Hry\\StarCraft II\\Updates\\SC2_HotS_20_BGDL\\SC2_HotS_20_BGDL_deDE.MPQE"), STREAM_PROVIDER_ENCRYPTED | BASE_PROVIDER_FILE); + // Test for encrypted streams +// FileStream_OpenFile(_T("e:\\Hry\\StarCraft II\\Updates\\SC2_HotS_20_BGDL\\SC2_HotS_20_BGDL_deDE.MPQE"), STREAM_PROVIDER_ENCRYPTED | BASE_PROVIDER_FILE); // Test structure sizes // if(nError == ERROR_SUCCESS) |