summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/setup.vcproj
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 23:55:29 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 23:55:29 +0000
commit09911bf300f1a419907a9412154760efd0b7abc3 (patch)
treef131325fb4e2ad12c6d3504ab75b16dd92facfed /chrome/installer/setup/setup.vcproj
parent586acc5fe142f498261f52c66862fa417c3d52d2 (diff)
downloadchromium_src-09911bf300f1a419907a9412154760efd0b7abc3.zip
chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.gz
chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.bz2
Add chrome to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup/setup.vcproj')
-rw-r--r--chrome/installer/setup/setup.vcproj130
1 files changed, 130 insertions, 0 deletions
diff --git a/chrome/installer/setup/setup.vcproj b/chrome/installer/setup/setup.vcproj
new file mode 100644
index 0000000..e6c6abf
--- /dev/null
+++ b/chrome/installer/setup/setup.vcproj
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="setup"
+ ProjectGUID="{21C76E6E-8B38-44D6-8148-B589C13B9554}"
+ RootNamespace="setup"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ <ToolFile
+ RelativePath="..\..\tools\build\win\version.rules"
+ />
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="1"
+ InheritedPropertySheets=".\setup_debug.vsprops;..\util\using_util.vsprops;..\util\prebuild\util_prebuild.vsprops"
+ >
+ <Tool
+ Name="Version"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="1"
+ InheritedPropertySheets=".\setup_release.vsprops;..\util\using_util.vsprops;..\util\prebuild\util_prebuild.vsprops"
+ >
+ <Tool
+ Name="Version"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="resources"
+ >
+ <File
+ RelativePath=".\setup_resource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\setup.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\setup.rc"
+ >
+ </File>
+ <File
+ RelativePath=".\setup_exe_version.rc.version"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\..\util_prebuild\setup_strings.h"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\..\util_prebuild\setup_strings.rc"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\install.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\main.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\setup.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\setup.h"
+ >
+ </File>
+ <File
+ RelativePath=".\setup_constants.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\setup_constants.h"
+ >
+ </File>
+ <File
+ RelativePath=".\uninstall.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\uninstall.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>