Skip to content
Snippets Groups Projects
Commit a250827e authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Multi-Threaded DLL was the wrong choice. Switching to Multi-Threaded.

parent 61845b0e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
......@@ -60,7 +60,7 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
......@@ -155,6 +155,9 @@
RuntimeLibrary="3"/>
</FileConfiguration>
</File>
<File
RelativePath=".\xml_extract.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
......
......@@ -23,7 +23,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
......@@ -69,7 +69,7 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="0"
Detect64BitPortabilityProblems="TRUE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment