vcorivcproj changes

bugfix in test/algorithms/overlay/robustness


[SVN r61513]
This commit is contained in:
Barend Gehrels
2010-04-23 21:15:08 +00:00
parent 2f0817f7a8
commit 5ce9286957
144 changed files with 315 additions and 1401 deletions

View File

@@ -43,11 +43,10 @@
Optimization="0"
AdditionalIncludeDirectories=".;../../../../..;../.."
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
MinimalRebuild="true"
ExceptionHandling="2"
RuntimeLibrary="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
DebugInformationFormat="4"
DebugInformationFormat="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -60,8 +59,6 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib $(NoInherit)"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -120,9 +117,7 @@
AdditionalIncludeDirectories=".;../../../../..;../.."
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;TEST_WITH_SVG"
ExceptionHandling="2"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -135,9 +130,6 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib $(NoInherit)"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"

View File

@@ -43,11 +43,10 @@
Optimization="0"
AdditionalIncludeDirectories=".;../../../../..;../.."
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
MinimalRebuild="true"
ExceptionHandling="2"
RuntimeLibrary="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
DebugInformationFormat="4"
DebugInformationFormat="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -60,8 +59,6 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib $(NoInherit)"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -120,9 +117,7 @@
AdditionalIncludeDirectories=".;../../../../..;../.."
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;TEST_WITH_SVG"
ExceptionHandling="2"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -135,9 +130,6 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib $(NoInherit)"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"