| 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="setup" | 5 Name="setup" |
| 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" | 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" |
| 7 > | 7 > |
| 8 <Tool | 8 <Tool |
| 9 Name="VCCLCompilerTool" | 9 Name="VCCLCompilerTool" |
| 10 AdditionalIncludeDirectories="$(OutDir);$(IntDir)" | 10 AdditionalIncludeDirectories="$(OutDir);$(IntDir)" |
| 11 EnableIntrinsicFunctions="true" | 11 EnableIntrinsicFunctions="true" |
| 12 BasicRuntimeChecks="0" | 12 BasicRuntimeChecks="0" |
| 13 BufferSecurityCheck="false" | 13 BufferSecurityCheck="false" |
| 14 /> | 14 /> |
| 15 <Tool | 15 <Tool |
| 16 Name="VCLinkerTool" | 16 Name="VCLinkerTool" |
| 17 AdditionalDependencies="msi.lib" | |
| 18 GenerateMapFile="true" | 17 GenerateMapFile="true" |
| 19 SubSystem="2" | 18 SubSystem="2" |
| 20 OptimizeForWindows98="1" | 19 OptimizeForWindows98="1" |
| 21 /> | 20 /> |
| 22 <Tool | 21 <Tool |
| 23 Name="VCResourceCompilerTool" | 22 Name="VCResourceCompilerTool" |
| 24 AdditionalIncludeDirectories="$(OutDir);$(IntDir)" | 23 AdditionalIncludeDirectories="$(OutDir);$(IntDir)" |
| 25 /> | 24 /> |
| 26 <Tool | 25 <Tool |
| 27 Name="VCManifestTool" | 26 Name="VCManifestTool" |
| 28 AdditionalManifestFiles="$(SolutionDir)installer\setup\setup.exe
.manifest" | 27 AdditionalManifestFiles="$(SolutionDir)installer\setup\setup.exe
.manifest" |
| 29 /> | 28 /> |
| 30 </VisualStudioPropertySheet> | 29 </VisualStudioPropertySheet> |
| OLD | NEW |