| 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 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | 6 OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
| 7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN
ame)" | 7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN
ame)" |
| 8 CharacterSet="1" | 8 CharacterSet="1" |
| 9 > | 9 > |
| 10 <Tool | 10 <Tool |
| 11 Name="VCCLCompilerTool" | 11 Name="VCCLCompilerTool" |
| 12 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\
DerivedSources" | 12 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\
DerivedSources" |
| 13 » » PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON
STDC_NO_DEPRECATE;_USE_32BIT_TIME_T;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILI
NG" | 13 » » PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON
STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING" |
| 14 MinimalRebuild="false" | 14 MinimalRebuild="false" |
| 15 ExceptionHandling="0" | 15 ExceptionHandling="0" |
| 16 RuntimeTypeInfo="false" | 16 RuntimeTypeInfo="false" |
| 17 WarningLevel="3" | 17 WarningLevel="3" |
| 18 WarnAsError="true" | 18 WarnAsError="true" |
| 19 Detect64BitPortabilityProblems="false" | 19 Detect64BitPortabilityProblems="false" |
| 20 DebugInformationFormat="3" | 20 DebugInformationFormat="3" |
| 21 DisableSpecificWarnings="4355;4800" | 21 DisableSpecificWarnings="4355;4800" |
| 22 EnableFunctionLevelLinking="true" | 22 EnableFunctionLevelLinking="true" |
| 23 /> | 23 /> |
| 24 <Tool | 24 <Tool |
| 25 Name="VCLibrarianTool" | 25 Name="VCLibrarianTool" |
| 26 OutputFile="$(OutDir)\lib\$(ProjectName).lib" | 26 OutputFile="$(OutDir)\lib\$(ProjectName).lib" |
| 27 /> | 27 /> |
| 28 <Tool | 28 <Tool |
| 29 Name="VCLinkerTool" | 29 Name="VCLinkerTool" |
| 30 GenerateDebugInformation="true" | 30 GenerateDebugInformation="true" |
| 31 MapFileName="$(OutDir)\$(TargetName).map" | 31 MapFileName="$(OutDir)\$(TargetName).map" |
| 32 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" | 32 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" |
| 33 TargetMachine="1" | 33 TargetMachine="1" |
| 34 FixedBaseAddress="1" | 34 FixedBaseAddress="1" |
| 35 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" | 35 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" |
| 36 /> | 36 /> |
| 37 </VisualStudioPropertySheet> | 37 </VisualStudioPropertySheet> |
| OLD | NEW |