diff options
Diffstat (limited to 'chrome/installer/util/prebuild/util_prebuild.vcproj')
-rw-r--r-- | chrome/installer/util/prebuild/util_prebuild.vcproj | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/chrome/installer/util/prebuild/util_prebuild.vcproj b/chrome/installer/util/prebuild/util_prebuild.vcproj deleted file mode 100644 index 6432f2c..0000000 --- a/chrome/installer/util/prebuild/util_prebuild.vcproj +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="util_prebuild" - ProjectGUID="{0026A376-C4F1-4575-A1BA-578C69F07013}" - RootNamespace="util_prebuild" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="create_string_rc.bat $(IntDir)" - AdditionalDependencies="create_string_rc.py;$(SolutionDir)\app\generated_resources.grd" - Outputs="$(IntDir)\installer_util_strings.rc;$(IntDir)\installer_util_strings.h" - /> - <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="VCCustomBuildTool" - CommandLine="create_string_rc.bat $(IntDir)" - AdditionalDependencies="create_string_rc.py;$(SolutionDir)\app\generated_resources.grd" - Outputs="$(IntDir)\installer_util_strings.rc;$(IntDir)\installer_util_strings.h" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\create_string_rc.bat" - > - </File> - <File - RelativePath=".\create_string_rc.py" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |