|
@@ -101,8 +101,8 @@
|
|
|
OutputDirectory="..\..\..\..\bin\$(SolutionName)"
|
|
|
IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="1"
|
|
|
- UseOfMFC="2"
|
|
|
- CharacterSet="1"
|
|
|
+ UseOfMFC="1"
|
|
|
+ CharacterSet="2"
|
|
|
WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
@@ -127,10 +127,10 @@
|
|
|
Name="VCCLCompilerTool"
|
|
|
Optimization="2"
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
- AdditionalIncludeDirectories="..\tinyxml2"
|
|
|
+ AdditionalIncludeDirectories="..\tinyxml2;..\..\TCLCommand\TCLCommand;..\..\SATHelper\filehelper"
|
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
|
|
|
MinimalRebuild="false"
|
|
|
- RuntimeLibrary="2"
|
|
|
+ RuntimeLibrary="0"
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
UsePrecompiledHeader="2"
|
|
|
WarningLevel="3"
|