diff options
Diffstat (limited to 'tipper/tipper_8.vcproj')
-rw-r--r-- | tipper/tipper_8.vcproj | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/tipper/tipper_8.vcproj b/tipper/tipper_8.vcproj index 0ba6fa1..51e763e 100644 --- a/tipper/tipper_8.vcproj +++ b/tipper/tipper_8.vcproj @@ -20,7 +20,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
- CharacterSet="1"
+ CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
@@ -41,13 +41,12 @@ Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TIPPER_EXPORTS;_UNICODE;UNICODE;MICROSOFT_LAYER_FOR_UNICODE=1"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TIPPER_EXPORTS;MICROSOFT_LAYER_FOR_UNICODE=1"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="common.h"
- WarningLevel="3"
DebugInformationFormat="4"
DisableSpecificWarnings="4996"
/>
@@ -128,7 +127,6 @@ RuntimeLibrary="0"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="common.h"
- WarningLevel="3"
DebugInformationFormat="3"
DisableSpecificWarnings="4996"
/>
@@ -252,6 +250,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\str_utils.cpp"
+ >
+ </File>
+ <File
RelativePath=".\subst.cpp"
>
</File>
@@ -290,6 +292,10 @@ >
</File>
<File
+ RelativePath=".\m_tipper.h"
+ >
+ </File>
+ <File
RelativePath=".\message_pump.h"
>
</File>
@@ -306,6 +312,10 @@ >
</File>
<File
+ RelativePath=".\str_utils.h"
+ >
+ </File>
+ <File
RelativePath=".\subst.h"
>
</File>
|