OLD | NEW |
1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioPropertySheet | 2 <VisualStudioPropertySheet |
3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
4 Version="8.00" | 4 Version="8.00" |
5 Name="essential" | 5 Name="essential" |
6 CharacterSet="1" | 6 CharacterSet="1" |
7 > | 7 > |
8 <Tool | 8 <Tool |
9 Name="VCCLCompilerTool" | 9 Name="VCCLCompilerTool" |
10 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\
DerivedSources" | 10 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\
DerivedSources" |
11 » » PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON
STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING;ENABLE_DEBUGGER
_SUPPORT" | 11 » » PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON
STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_VMSTATE_TRACKING;ENABLE_LOGGING_AND_P
ROFILING;ENABLE_DEBUGGER_SUPPORT" |
12 MinimalRebuild="false" | 12 MinimalRebuild="false" |
13 ExceptionHandling="0" | 13 ExceptionHandling="0" |
14 RuntimeTypeInfo="false" | 14 RuntimeTypeInfo="false" |
15 WarningLevel="3" | 15 WarningLevel="3" |
16 WarnAsError="true" | 16 WarnAsError="true" |
17 Detect64BitPortabilityProblems="false" | 17 Detect64BitPortabilityProblems="false" |
18 DebugInformationFormat="3" | 18 DebugInformationFormat="3" |
19 DisableSpecificWarnings="4355;4800" | 19 DisableSpecificWarnings="4355;4800" |
20 EnableFunctionLevelLinking="true" | 20 EnableFunctionLevelLinking="true" |
21 /> | 21 /> |
22 <Tool | 22 <Tool |
23 Name="VCLibrarianTool" | 23 Name="VCLibrarianTool" |
24 OutputFile="$(OutDir)\lib\$(ProjectName).lib" | 24 OutputFile="$(OutDir)\lib\$(ProjectName).lib" |
25 /> | 25 /> |
26 <Tool | 26 <Tool |
27 Name="VCLinkerTool" | 27 Name="VCLinkerTool" |
28 GenerateDebugInformation="true" | 28 GenerateDebugInformation="true" |
29 MapFileName="$(OutDir)\$(TargetName).map" | 29 MapFileName="$(OutDir)\$(TargetName).map" |
30 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" | 30 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" |
31 FixedBaseAddress="1" | 31 FixedBaseAddress="1" |
32 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" | 32 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" |
33 /> | 33 /> |
34 </VisualStudioPropertySheet> | 34 </VisualStudioPropertySheet> |
OLD | NEW |