| 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" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 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 TargetMachine="1" | |
| 32 FixedBaseAddress="1" | 31 FixedBaseAddress="1" |
| 33 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" | 32 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" |
| 34 /> | 33 /> |
| 35 </VisualStudioPropertySheet> | 34 </VisualStudioPropertySheet> |
| OLD | NEW |