New branch for C++11 prep and scout and whatnot.
First step: remove project files that won't work for the future for sure.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,527 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="libtomcrypt"
|
||||
ProjectGUID="{15A6313B-3206-4847-87A2-62255F0B3837}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="FALSE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\src\ciphers\aes\aes.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\burn_stack.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_argchk.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_fsa.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_cipher.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_test.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_export.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_free.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_import.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_make_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_shared_secret.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_sign_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\error_to_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\helper\hash_memory.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\ltm_desc.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\md5.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_decrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_done.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_encrypt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_getiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_setiv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_start.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\rand_prime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_get_bytes.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_make_prng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_export.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_exptmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_free.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_import.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_make_key.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_sign_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_verify_hash.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\sha1.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\sprng.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\yarrow.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\zeromem.c">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,778 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="libtomcrypt"
|
||||
ProjectGUID="{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
|
||||
RootNamespace="libtomcrypt"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\ciphers\aes\aes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\burn_stack.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_argchk.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_fsa.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_cipher.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_test.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_export.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_free.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_import.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_make_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_shared_secret.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_sign_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\error_to_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\fortuna.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\helper\hash_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\ltm_desc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\md5.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\rand_prime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_get_bytes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_make_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_export.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_exptmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_free.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_import.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_make_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_sign_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_verify_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\sha1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\sprng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\yarrow.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\zeromem.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="headers"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_argchk.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_cfg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_cipher.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_custom.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_hash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_mac.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_macros.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_math.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_misc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_pk.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_pkcs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_prng.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,911 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="libtomcrypt"
|
||||
ProjectGUID="{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
|
||||
RootNamespace="libtomcrypt"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4311;4333"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4311"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release-PGO|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4311"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release-SSE2|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="src\headers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4311"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\ciphers\aes\aes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\base64\base64_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\burn_stack.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cbc\cbc_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\cfb\cfb_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_argchk.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_find_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_fsa.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_cipher.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_register_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ctr\ctr_test.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_export.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_free.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_import.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_make_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_shared_secret.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_sign_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\dsa\dsa_verify_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ecb\ecb_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\error_to_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\fortuna.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\helper\hash_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\ltm_desc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\md5.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_decrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_done.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_getiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_setiv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\modes\ofb\ofb_start.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\math\rand_prime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_get_bytes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\rng_make_prng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_export.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_exptmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_free.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_import.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_make_key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_sign_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pk\rsa\rsa_verify_hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\hashes\sha1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\sprng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\prngs\yarrow.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\misc\zeromem.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="headers"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_argchk.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_cfg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_cipher.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_custom.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_hash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_mac.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_macros.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_math.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_misc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_pk.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_pkcs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\headers\tomcrypt_prng.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,473 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="libtommath"
|
||||
ProjectGUID="{00C33C79-1140-47B0-838B-109A61950513}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/libtommath-net2003.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="FALSE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/libtommath-net2003.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\bn_error.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_invmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_montgomery_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_high_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_2expt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_abs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_addmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_and.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clamp.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_mag.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cnt_lsb.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_copy.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_count_bits.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_3.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_is_modulus.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exch.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_expt_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod_fast.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exteuclid.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fread.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fwrite.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_gcd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_get_int.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_grow.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_copy.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_multi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set_int.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod_slow.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_is_square.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_jacobi.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_mul.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lcm.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lshd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_2d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_calc_normalization.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mulmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_n_root.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_neg.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_or.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_fermat.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_divisible.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_prime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_miller_rabin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_next_prime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_rabin_miller_trials.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_random_ex.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_smap.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rand.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_radix.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_signed_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_unsigned_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_l.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup_l.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k_l.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_setup.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rshd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set_int.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_shrink.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_signed_bin_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub_d.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_submod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin_n.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin_n.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_mul.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix_n.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_unsigned_bin_size.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_xor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_zero.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_prime_tab.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_reverse.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_add.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_exptmod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_high_digs.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sqr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sub.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bncore.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_class.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_superclass.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,644 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="libtommath"
|
||||
ProjectGUID="{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
|
||||
RootNamespace="libtommath"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\bn_error.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_invmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_montgomery_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_high_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_2expt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_abs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_addmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_and.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clamp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_mag.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cnt_lsb.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_copy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_count_bits.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_3.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_is_modulus.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exch.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_expt_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod_fast.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exteuclid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fread.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fwrite.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_gcd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_get_int.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_grow.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_copy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set_int.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod_slow.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_is_square.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_jacobi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_mul.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lshd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_2d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_calc_normalization.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mulmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_n_root.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_neg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_or.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_fermat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_divisible.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_prime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_miller_rabin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_next_prime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_rabin_miller_trials.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_random_ex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_smap.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rand.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_radix.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_signed_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_unsigned_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_l.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup_l.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k_l.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rshd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set_int.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_shrink.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_signed_bin_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_submod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin_n.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin_n.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_mul.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix_n.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_unsigned_bin_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_xor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_zero.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_prime_tab.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_reverse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_add.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_exptmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_high_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sub.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bncore.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_class.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_superclass.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,773 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="libtommath"
|
||||
ProjectGUID="{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
|
||||
RootNamespace="libtommath"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(IntDir)"
|
||||
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release-PGO|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release-SSE2|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="2"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="src"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\bn_error.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_invmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_mp_montgomery_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_mul_high_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_fast_s_mp_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_2expt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_abs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_add_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_addmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_and.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clamp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_clear_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cmp_mag.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_cnt_lsb.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_copy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_count_bits.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_2d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_3.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_div_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_is_modulus.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_dr_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exch.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_expt_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exptmod_fast.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_exteuclid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fread.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_fwrite.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_gcd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_get_int.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_grow.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_copy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_multi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_set_int.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_init_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_invmod_slow.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_is_square.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_jacobi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_mul.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_karatsuba_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lcm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_lshd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_2d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mod_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_calc_normalization.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_montgomery_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_2d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mul_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_mulmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_n_root.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_neg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_or.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_fermat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_divisible.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_is_prime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_miller_rabin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_next_prime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_rabin_miller_trials.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_prime_random_ex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_radix_smap.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rand.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_radix.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_signed_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_read_unsigned_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_l.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_2k_setup_l.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_is_2k_l.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_reduce_setup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_rshd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_set_int.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_shrink.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_signed_bin_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sqrt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_sub_d.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_submod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_signed_bin_n.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_to_unsigned_bin_n.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_mul.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toom_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_toradix_n.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_unsigned_bin_size.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_xor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_mp_zero.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_prime_tab.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_reverse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_add.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_exptmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_mul_high_digs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sqr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bn_s_mp_sub.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bncore.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_class.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tommath_superclass.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,61 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StepMania", "StepMania-net2008.vcproj", "{AF209DBD-24BD-4356-8DFE-41751B221195}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57} = {FEDE5283-1518-4B1D-8124-5C54DB17EA57}
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527} = {14AA6C9A-9429-477A-B318-6CCFF10E4527}
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9} = {F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath\libtommath-net2008.vcproj", "{FEDE5283-1518-4B1D-8124-5C54DB17EA57}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt\libtomcrypt-net2008.vcproj", "{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libglew", "..\extern\glew-1.5.8\libglew\libglew.vcproj", "{14AA6C9A-9429-477A-B318-6CCFF10E4527}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
FastDebug|Win32 = FastDebug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
Release-SSE2|Win32 = Release-SSE2|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.ActiveCfg = FastDebug|Win32
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.FastDebug|Win32.Build.0 = FastDebug|Win32
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release|Win32.Build.0 = Release|Win32
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
|
||||
{AF209DBD-24BD-4356-8DFE-41751B221195}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.ActiveCfg = Debug|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.FastDebug|Win32.Build.0 = Debug|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release|Win32.Build.0 = Release|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
|
||||
{FEDE5283-1518-4B1D-8124-5C54DB17EA57}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.ActiveCfg = Debug|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.FastDebug|Win32.Build.0 = Debug|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release|Win32.Build.0 = Release|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32
|
||||
{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.FastDebug|Win32.ActiveCfg = Debug|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.FastDebug|Win32.Build.0 = Debug|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release|Win32.Build.0 = Release|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release-SSE2|Win32.ActiveCfg = Release|Win32
|
||||
{14AA6C9A-9429-477A-B318-6CCFF10E4527}.Release-SSE2|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -1,55 +0,0 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smpackage", "smpackage-net2003.vcproj", "{6B369A92-8DDF-487C-A589-614987544197}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C} = {F8FE2773-87CB-402F-8DC8-A80837C3E24C}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZipArchive", "smpackage\ZipArchive\ZipArchive-net2003.vcproj", "{F8FE2773-87CB-402F-8DC8-A80837C3E24C}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
Static Debug = Static Debug
|
||||
Static Release = Static Release
|
||||
Unicode Debug = Unicode Debug
|
||||
Unicode Release = Unicode Release
|
||||
Unicode Static Release = Unicode Static Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Debug.ActiveCfg = Debug|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Debug.Build.0 = Debug|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Release.ActiveCfg = Release|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Release.Build.0 = Release|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Static Debug.ActiveCfg = Debug|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Static Debug.Build.0 = Debug|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Static Release.ActiveCfg = Release|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Static Release.Build.0 = Release|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Unicode Debug.ActiveCfg = Debug|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Unicode Debug.Build.0 = Debug|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Unicode Release.ActiveCfg = Release|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Unicode Release.Build.0 = Release|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Unicode Static Release.ActiveCfg = Release|Win32
|
||||
{6B369A92-8DDF-487C-A589-614987544197}.Unicode Static Release.Build.0 = Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Debug.ActiveCfg = Debug|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Debug.Build.0 = Debug|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Release.ActiveCfg = Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Release.Build.0 = Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Static Debug.ActiveCfg = Static Debug|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Static Debug.Build.0 = Static Debug|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Static Release.ActiveCfg = Static Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Static Release.Build.0 = Static Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Unicode Debug.ActiveCfg = Unicode Debug|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Unicode Debug.Build.0 = Unicode Debug|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Unicode Release.ActiveCfg = Unicode Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Unicode Release.Build.0 = Unicode Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Unicode Static Release.ActiveCfg = Unicode Static Release|Win32
|
||||
{F8FE2773-87CB-402F-8DC8-A80837C3E24C}.Unicode Static Release.Build.0 = Unicode Static Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user