diff options
author | joshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 20:34:52 +0000 |
---|---|---|
committer | joshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 20:34:52 +0000 |
commit | 07527b667fe1c64c61f14ab4a89208b6c5b155f5 (patch) | |
tree | ecf9e81fc3b0488fbafacd0f07f85d8b5e29bc41 /chrome/app | |
parent | 9b2d25ec0be393c0509c9414729650e9a5400b5e (diff) | |
download | chromium_src-07527b667fe1c64c61f14ab4a89208b6c5b155f5.zip chromium_src-07527b667fe1c64c61f14ab4a89208b6c5b155f5.tar.gz chromium_src-07527b667fe1c64c61f14ab4a89208b6c5b155f5.tar.bz2 |
Fix output dir for generated resources
TBR=tony
Review URL: http://codereview.chromium.org/21308
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_resources.vcproj | 184 |
1 files changed, 93 insertions, 91 deletions
diff --git a/chrome/app/chrome_resources.vcproj b/chrome/app/chrome_resources.vcproj index 003219a..2ba971a 100644 --- a/chrome/app/chrome_resources.vcproj +++ b/chrome/app/chrome_resources.vcproj @@ -1,91 +1,93 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="chrome_resources"
- ProjectGUID="{B95AB527-F7DB-41E9-AD91-EB51EE0F56BE}"
- RootNamespace="chrome_resources"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath="..\..\tools\grit\build\grit_resources.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="GRIT Generated Resources"
- PreprocessorDefinitions="$(CHROMIUM_BUILD)"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="GRIT Generated Resources"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Generated Files"
- >
- <File
- RelativePath="$(OutDir)\grit_derived_sources\browser_resources.h"
- >
- </File>
- <File
- RelativePath="$(OutDir)\grit_derived_sources\theme_resources.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\browser\browser_resources.grd"
- >
- </File>
- <File
- RelativePath="theme\theme_resources.grd"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="chrome_resources" + ProjectGUID="{B95AB527-F7DB-41E9-AD91-EB51EE0F56BE}" + RootNamespace="chrome_resources" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath="..\..\tools\grit\build\grit_resources.rules" + /> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\chrome\$(ConfigurationName)" + ConfigurationType="10" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="GRIT Generated Resources" + PreprocessorDefinitions="$(CHROMIUM_BUILD)" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="..\chrome\$(ConfigurationName)" + ConfigurationType="10" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="GRIT Generated Resources" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Generated Files" + > + <File + RelativePath="$(OutDir)\grit_derived_sources\browser_resources.h" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\theme_resources.h" + > + </File> + </Filter> + <File + RelativePath="..\browser\browser_resources.grd" + > + </File> + <File + RelativePath="theme\theme_resources.grd" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |