Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Side by Side Diff: chrome/installer/setup/setup.vsprops

Issue 11255: * Invoke Google Update to do the exe rename. (Closed)
Patch Set: code review feedback Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698