| 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)" | |
| 7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN
ame)" | |
| 8 CharacterSet="1" | 6 CharacterSet="1" |
| 9 > | 7 > |
| 10 <Tool | 8 <Tool |
| 11 Name="VCCLCompilerTool" | 9 Name="VCCLCompilerTool" |
| 12 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\
DerivedSources" | 10 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\
DerivedSources" |
| 13 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON
STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING" | 11 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON
STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING" |
| 14 MinimalRebuild="false" | 12 MinimalRebuild="false" |
| 15 ExceptionHandling="0" | 13 ExceptionHandling="0" |
| 16 RuntimeTypeInfo="false" | 14 RuntimeTypeInfo="false" |
| 17 WarningLevel="3" | 15 WarningLevel="3" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 28 <Tool | 26 <Tool |
| 29 Name="VCLinkerTool" | 27 Name="VCLinkerTool" |
| 30 GenerateDebugInformation="true" | 28 GenerateDebugInformation="true" |
| 31 MapFileName="$(OutDir)\$(TargetName).map" | 29 MapFileName="$(OutDir)\$(TargetName).map" |
| 32 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" | 30 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" |
| 33 TargetMachine="1" | 31 TargetMachine="1" |
| 34 FixedBaseAddress="1" | 32 FixedBaseAddress="1" |
| 35 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" | 33 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" |
| 36 /> | 34 /> |
| 37 </VisualStudioPropertySheet> | 35 </VisualStudioPropertySheet> |
| OLD | NEW |