summaryrefslogtreecommitdiff
path: root/win32/vs2008
diff options
context:
space:
mode:
Diffstat (limited to 'win32/vs2008')
-rw-r--r--win32/vs2008/example_deconstructor.vcproj4
-rw-r--r--win32/vs2008/example_deconstructor_alt.vcproj4
-rw-r--r--win32/vs2008/example_reformatter.vcproj4
-rw-r--r--win32/vs2008/example_reformatter_alt.vcproj4
-rw-r--r--win32/vs2008/run_dumper.vcproj4
-rw-r--r--win32/vs2008/run_emitter.vcproj4
-rw-r--r--win32/vs2008/run_loader.vcproj4
-rw-r--r--win32/vs2008/run_parser.vcproj4
-rw-r--r--win32/vs2008/run_scanner.vcproj4
-rw-r--r--win32/vs2008/test_reader.vcproj4
-rw-r--r--win32/vs2008/test_version.vcproj4
-rw-r--r--win32/vs2008/yaml.vcproj5
-rw-r--r--win32/vs2008/yamldll.vcproj4
13 files changed, 27 insertions, 26 deletions
diff --git a/win32/vs2008/example_deconstructor.vcproj b/win32/vs2008/example_deconstructor.vcproj
index ca75a6c..a02a5ba 100644
--- a/win32/vs2008/example_deconstructor.vcproj
+++ b/win32/vs2008/example_deconstructor.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/example_deconstructor_alt.vcproj b/win32/vs2008/example_deconstructor_alt.vcproj
index 1a58be8..169cb99 100644
--- a/win32/vs2008/example_deconstructor_alt.vcproj
+++ b/win32/vs2008/example_deconstructor_alt.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/example_reformatter.vcproj b/win32/vs2008/example_reformatter.vcproj
index 49eb327..c2e1cee 100644
--- a/win32/vs2008/example_reformatter.vcproj
+++ b/win32/vs2008/example_reformatter.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/example_reformatter_alt.vcproj b/win32/vs2008/example_reformatter_alt.vcproj
index 7fee363..28e5b0f 100644
--- a/win32/vs2008/example_reformatter_alt.vcproj
+++ b/win32/vs2008/example_reformatter_alt.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/run_dumper.vcproj b/win32/vs2008/run_dumper.vcproj
index bfbb1df..36f1da0 100644
--- a/win32/vs2008/run_dumper.vcproj
+++ b/win32/vs2008/run_dumper.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/run_emitter.vcproj b/win32/vs2008/run_emitter.vcproj
index 4e40f35..3021f2d 100644
--- a/win32/vs2008/run_emitter.vcproj
+++ b/win32/vs2008/run_emitter.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/run_loader.vcproj b/win32/vs2008/run_loader.vcproj
index 662d523..e2f1d62 100644
--- a/win32/vs2008/run_loader.vcproj
+++ b/win32/vs2008/run_loader.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/run_parser.vcproj b/win32/vs2008/run_parser.vcproj
index 8c46781..c98799d 100644
--- a/win32/vs2008/run_parser.vcproj
+++ b/win32/vs2008/run_parser.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/run_scanner.vcproj b/win32/vs2008/run_scanner.vcproj
index 7aad0db..458ffc1 100644
--- a/win32/vs2008/run_scanner.vcproj
+++ b/win32/vs2008/run_scanner.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/test_reader.vcproj b/win32/vs2008/test_reader.vcproj
index 448dffe..ff384a3 100644
--- a/win32/vs2008/test_reader.vcproj
+++ b/win32/vs2008/test_reader.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/test_version.vcproj b/win32/vs2008/test_version.vcproj
index 14d8f26..6ee630f 100644
--- a/win32/vs2008/test_version.vcproj
+++ b/win32/vs2008/test_version.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/yaml.vcproj b/win32/vs2008/yaml.vcproj
index 9e2bddc..ad87e1f 100644
--- a/win32/vs2008/yaml.vcproj
+++ b/win32/vs2008/yaml.vcproj
@@ -4,6 +4,7 @@
Version="9,00"
Name="yaml"
ProjectGUID="{5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}"
+ RootNamespace="yaml"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
@@ -45,7 +46,7 @@
PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -107,7 +108,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;../../include"
PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_STATIC"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
diff --git a/win32/vs2008/yamldll.vcproj b/win32/vs2008/yamldll.vcproj
index 14f8edc..e262595 100644
--- a/win32/vs2008/yamldll.vcproj
+++ b/win32/vs2008/yamldll.vcproj
@@ -45,7 +45,7 @@
PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_EXPORT"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -121,7 +121,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;../../include"
PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_EXPORT"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"