diff options
Diffstat (limited to 'chrome/installer/mini_installer/mini_installer.vcproj')
-rw-r--r-- | chrome/installer/mini_installer/mini_installer.vcproj | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer/mini_installer.vcproj b/chrome/installer/mini_installer/mini_installer.vcproj new file mode 100644 index 0000000..96cfe0a --- /dev/null +++ b/chrome/installer/mini_installer/mini_installer.vcproj @@ -0,0 +1,125 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="mini_installer" + ProjectGUID="{24A5AC7C-280B-4899-9153-6BA570A081E7}" + RootNamespace="mini_installer" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath="..\..\tools\build\win\release.rules" + /> + <ToolFile + RelativePath="..\..\tools\build\win\version.rules" + /> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets=".\mini_installer_debug.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="create installer archive" + LastChromeInstaller="$(LAST_CHROME_INSTALLER)" + LastChromeVersion="$(LAST_CHROME_VERSION)" + RebuildArchive="$(REBUILD_CHROME_ARCHIVE)" + /> + <Tool + Name="Version" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCManifestTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets=".\mini_installer_release.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="create installer archive" + LastChromeInstaller="$(LAST_CHROME_INSTALLER)" + LastChromeVersion="$(LAST_CHROME_VERSION)" + RebuildArchive="$(REBUILD_CHROME_ARCHIVE)" + /> + <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=".\mini_installer.ico" + > + </File> + <File + RelativePath=".\mini_installer.rc" + > + </File> + <File + RelativePath=".\mini_installer_exe_version.rc.version" + > + </File> + <File + RelativePath=".\mini_installer_resource.h" + > + </File> + </Filter> + <File + RelativePath=".\chrome.release" + > + </File> + <File + RelativePath=".\mini_installer.cc" + > + </File> + <File + RelativePath=".\mini_installer.h" + > + </File> + <File + RelativePath=".\pe_resource.cc" + > + </File> + <File + RelativePath=".\pe_resource.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |