summaryrefslogtreecommitdiff
path: root/cryptest.vcproj
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-09 17:18:13 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-09 17:18:13 +0000
commite553818e00684e8905ede16e53aa490c153b7e7a (patch)
tree6b3af3bcbac76ed5587c17adfe5399fd2059378e /cryptest.vcproj
parentbbd05f8142921b590d6493ff37983fa687aa90e3 (diff)
downloadcryptopp-e553818e00684e8905ede16e53aa490c153b7e7a.tar.gz
add Salsa20 cipher
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptest.vcproj')
-rwxr-xr-xcryptest.vcproj358
1 files changed, 179 insertions, 179 deletions
diff --git a/cryptest.vcproj b/cryptest.vcproj
index 0cf74eb..2620b16 100755
--- a/cryptest.vcproj
+++ b/cryptest.vcproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
@@ -109,14 +109,15 @@
/>
</Configuration>
<Configuration
- Name="DLL-Import Release|Win32"
- OutputDirectory="$(PlatformName)\DLL_Output\Release"
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
+ WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -132,15 +133,19 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\CT_DLL_Import_Release/cryptest.tlb"
+ TargetEnvironment="3"
+ TypeLibraryName=".\CTRelease/cryptest.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm400 "
Optimization="2"
- InlineFunctionExpansion="1"
- PreprocessorDefinitions="NDEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ OmitFramePointers="true"
+ PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
@@ -159,18 +164,17 @@
/>
<Tool
Name="VCPreLinkEventTool"
- CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Ws2_32.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(OutDir)"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
+ TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
@@ -198,8 +202,8 @@
/>
</Configuration>
<Configuration
- Name="DLL-Import Debug|Win32"
- OutputDirectory="$(PlatformName)\DLL_Output\Debug"
+ Name="DLL-Import Release|Win32"
+ OutputDirectory="$(PlatformName)\DLL_Output\Release"
IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -221,27 +225,29 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\CT_DLL_Import_Debug/cryptest.tlb"
+ TypeLibraryName=".\CT_DLL_Import_Release/cryptest.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm400 "
- Optimization="0"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="_DEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
- RuntimeLibrary="1"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="NDEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
+ PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
@@ -255,6 +261,8 @@
AdditionalLibraryDirectories="$(OutDir)"
GenerateDebugInformation="true"
SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
OptimizeForWindows98="1"
/>
<Tool
@@ -283,8 +291,8 @@
/>
</Configuration>
<Configuration
- Name="Debug|Win32"
- OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
+ Name="DLL-Import Release|x64"
+ OutputDirectory="$(PlatformName)\DLL_Output\Release"
IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -306,39 +314,47 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\CTDebug/cryptest.tlb"
+ TargetEnvironment="3"
+ TypeLibraryName=".\CT_DLL_Import_Release/cryptest.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm400 "
- Optimization="0"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
- RuntimeLibrary="1"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="NDEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
+ PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
+ CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
+ AdditionalDependencies="Ws2_32.lib"
SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="$(OutDir)"
GenerateDebugInformation="true"
SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
OptimizeForWindows98="1"
+ TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
@@ -366,15 +382,14 @@
/>
</Configuration>
<Configuration
- Name="Release|x64"
- OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
+ Name="DLL-Import Debug|Win32"
+ OutputDirectory="$(PlatformName)\DLL_Output\Debug"
IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
- WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -390,48 +405,41 @@
/>
<Tool
Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\CTRelease/cryptest.tlb"
+ TypeLibraryName=".\CT_DLL_Import_Debug/cryptest.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm400 "
- Optimization="2"
- InlineFunctionExpansion="2"
+ Optimization="0"
EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
- StringPooling="true"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
+ PreprocessorDefinitions="_DEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
+ RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="3"
+ DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
+ PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
+ CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
+ AdditionalDependencies="Ws2_32.lib"
SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="$(OutDir)"
GenerateDebugInformation="true"
SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
OptimizeForWindows98="1"
- TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
@@ -459,8 +467,8 @@
/>
</Configuration>
<Configuration
- Name="DLL-Import Release|x64"
- OutputDirectory="$(PlatformName)\DLL_Output\Release"
+ Name="DLL-Import Debug|x64"
+ OutputDirectory="$(PlatformName)\DLL_Output\Debug"
IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -483,18 +491,16 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\CT_DLL_Import_Release/cryptest.tlb"
+ TypeLibraryName=".\CT_DLL_Import_Debug/cryptest.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm400 "
- Optimization="2"
- InlineFunctionExpansion="1"
- PreprocessorDefinitions="NDEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
- StringPooling="true"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
+ Optimization="0"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="_DEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
+ RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="true"
@@ -505,7 +511,7 @@
/>
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
+ PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
@@ -519,8 +525,6 @@
AdditionalLibraryDirectories="$(OutDir)"
GenerateDebugInformation="true"
SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
OptimizeForWindows98="1"
TargetMachine="17"
/>
@@ -550,8 +554,8 @@
/>
</Configuration>
<Configuration
- Name="DLL-Import Debug|x64"
- OutputDirectory="$(PlatformName)\DLL_Output\Debug"
+ Name="Debug|Win32"
+ OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -573,8 +577,7 @@
/>
<Tool
Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\CT_DLL_Import_Debug/cryptest.tlb"
+ TypeLibraryName=".\CTDebug/cryptest.tlb"
HeaderFileName=""
/>
<Tool
@@ -582,12 +585,12 @@
AdditionalOptions="/Zm400 "
Optimization="0"
EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="_DEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
+ PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="3"
+ DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -599,17 +602,14 @@
/>
<Tool
Name="VCPreLinkEventTool"
- CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Ws2_32.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(OutDir)"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeForWindows98="1"
- TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
@@ -967,52 +967,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1043,52 +1043,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1127,52 +1127,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1203,52 +1203,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1283,52 +1283,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1359,52 +1359,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1435,52 +1435,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1511,52 +1511,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1587,52 +1587,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@@ -1663,52 +1663,52 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|Win32"
+ Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="1"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|Win32"
+ Name="DLL-Import Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32"
+ Name="DLL-Import Release|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
+ Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="Release|x64"
+ Name="DLL-Import Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Release|x64"
+ Name="DLL-Import Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
+ Optimization="0"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
- Name="DLL-Import Debug|x64"
+ Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"