diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:56:44 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:56:44 +0000 |
commit | 770137a4b5bd380a054eaf289abcf019e2337401 (patch) | |
tree | 5b34994f2c4265e145d612beca8ff24ae727fa1f /chrome/installer | |
parent | 4f37d32d683ce68451c337a3d082197881090405 (diff) | |
download | chromium_src-770137a4b5bd380a054eaf289abcf019e2337401.zip chromium_src-770137a4b5bd380a054eaf289abcf019e2337401.tar.gz chromium_src-770137a4b5bd380a054eaf289abcf019e2337401.tar.bz2 |
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
Patch fails otherwise on non-Windows platforms.
Review URL: http://codereview.chromium.org/14478
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rwxr-xr-x | chrome/installer/gcapi/gcapi_dll.vcproj | 112 | ||||
-rwxr-xr-x | chrome/installer/gcapi/gcapi_lib.vcproj | 112 | ||||
-rwxr-xr-x | chrome/installer/gcapi/gcapi_test.vcproj | 112 | ||||
-rw-r--r-- | chrome/installer/mini_installer/mini_installer.vcproj | 250 | ||||
-rw-r--r-- | chrome/installer/setup/setup.vcproj | 244 | ||||
-rw-r--r-- | chrome/installer/util/installer_unittests.vcproj | 396 | ||||
-rw-r--r-- | chrome/installer/util/prebuild/util_prebuild.vcproj | 148 | ||||
-rw-r--r-- | chrome/installer/util/util.vcproj | 604 |
8 files changed, 989 insertions, 989 deletions
diff --git a/chrome/installer/gcapi/gcapi_dll.vcproj b/chrome/installer/gcapi/gcapi_dll.vcproj index 2a15fa6..d84889c 100755 --- a/chrome/installer/gcapi/gcapi_dll.vcproj +++ b/chrome/installer/gcapi/gcapi_dll.vcproj @@ -1,56 +1,56 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="gcapi_dll"
- ProjectGUID="{B802A2FE-E4E2-4F5A-905A-D5128875C954}"
- RootNamespace="gcapi"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="2"
- InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="2"
- InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\gcapi.cc"
- >
- </File>
- <File
- RelativePath=".\gcapi.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="gcapi_dll" + ProjectGUID="{B802A2FE-E4E2-4F5A-905A-D5128875C954}" + RootNamespace="gcapi" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="2" + InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops" + > + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCLinkerTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="2" + InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops" + > + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCLinkerTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath=".\gcapi.cc" + > + </File> + <File + RelativePath=".\gcapi.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/chrome/installer/gcapi/gcapi_lib.vcproj b/chrome/installer/gcapi/gcapi_lib.vcproj index 75da6c5..d73f208 100755 --- a/chrome/installer/gcapi/gcapi_lib.vcproj +++ b/chrome/installer/gcapi/gcapi_lib.vcproj @@ -1,56 +1,56 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="gcapi_lib"
- ProjectGUID="{CD2FD73A-6AAB-4886-B887-760D18E8B635}"
- RootNamespace="gcapi"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="4"
- InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\gcapi.cc"
- >
- </File>
- <File
- RelativePath=".\gcapi.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="gcapi_lib" + ProjectGUID="{CD2FD73A-6AAB-4886-B887-760D18E8B635}" + RootNamespace="gcapi" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops" + > + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCLibrarianTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="4" + InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops" + > + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCLibrarianTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath=".\gcapi.cc" + > + </File> + <File + RelativePath=".\gcapi.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/chrome/installer/gcapi/gcapi_test.vcproj b/chrome/installer/gcapi/gcapi_test.vcproj index bf6e6f1..b13acce 100755 --- a/chrome/installer/gcapi/gcapi_test.vcproj +++ b/chrome/installer/gcapi/gcapi_test.vcproj @@ -1,56 +1,56 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="gcapi_test"
- ProjectGUID="{B64B396B-8EF1-4B6B-A07E-48D40EB961AB}"
- RootNamespace="gcapi_test"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\gcapi_test.cc"
- >
- </File>
- <File
- RelativePath=".\gcapi.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="gcapi_test" + ProjectGUID="{B64B396B-8EF1-4B6B-A07E-48D40EB961AB}" + RootNamespace="gcapi_test" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" + > + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCLinkerTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" + > + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCLinkerTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath=".\gcapi_test.cc" + > + </File> + <File + RelativePath=".\gcapi.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/chrome/installer/mini_installer/mini_installer.vcproj b/chrome/installer/mini_installer/mini_installer.vcproj index b429579..555293a 100644 --- a/chrome/installer/mini_installer/mini_installer.vcproj +++ b/chrome/installer/mini_installer/mini_installer.vcproj @@ -1,125 +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)"
- SkipRebuildArchive="$(SKIP_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)"
- SkipRebuildArchive="$(SKIP_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>
+<?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)" + SkipRebuildArchive="$(SKIP_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)" + SkipRebuildArchive="$(SKIP_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> diff --git a/chrome/installer/setup/setup.vcproj b/chrome/installer/setup/setup.vcproj index b6439a1..72cdcad 100644 --- a/chrome/installer/setup/setup.vcproj +++ b/chrome/installer/setup/setup.vcproj @@ -1,122 +1,122 @@ -<?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;$(SolutionDir)installer\util\using_util.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;$(SolutionDir)installer\util\using_util.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.ico"
- >
- </File>
- <File
- RelativePath=".\setup.rc"
- >
- </File>
- <File
- RelativePath=".\setup_exe_version.rc.version"
- >
- </File>
- <File
- RelativePath=".\setup_resource.h"
- >
- </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>
+<?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;$(SolutionDir)installer\util\using_util.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;$(SolutionDir)installer\util\using_util.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.ico" + > + </File> + <File + RelativePath=".\setup.rc" + > + </File> + <File + RelativePath=".\setup_exe_version.rc.version" + > + </File> + <File + RelativePath=".\setup_resource.h" + > + </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> diff --git a/chrome/installer/util/installer_unittests.vcproj b/chrome/installer/util/installer_unittests.vcproj index 2cc84e2..5ac125b 100644 --- a/chrome/installer/util/installer_unittests.vcproj +++ b/chrome/installer/util/installer_unittests.vcproj @@ -1,198 +1,198 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="installer_unittests"
- ProjectGUID="{903F8C1E-537A-4C9E-97BE-075147CBE769}"
- RootNamespace="installer_unittests"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- AdditionalManifestFiles="$(SolutionDir)installer\mini_installer\mini_installer.exe.manifest"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- AdditionalManifestFiles="$(SolutionDir)installer\mini_installer\mini_installer.exe.manifest"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="support"
- >
- <File
- RelativePath="run_all_unittests.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="tests"
- >
- <File
- RelativePath="copy_tree_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="create_dir_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="create_reg_key_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="delete_reg_value_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="delete_tree_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="helper_unittest.cc"
- >
- </File>
- <File
- RelativePath="google_chrome_distribution_unittest.cc"
- >
- </File>
- <File
- RelativePath="set_reg_value_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\setup\setup_constants.cc"
- >
- </File>
- <File
- RelativePath="work_item_list_unittest.cc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="installer_unittests" + ProjectGUID="{903F8C1E-537A-4C9E-97BE-075147CBE769}" + RootNamespace="installer_unittests" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + AdditionalManifestFiles="$(SolutionDir)installer\mini_installer\mini_installer.exe.manifest" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + AdditionalManifestFiles="$(SolutionDir)installer\mini_installer\mini_installer.exe.manifest" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="support" + > + <File + RelativePath="run_all_unittests.cc" + > + </File> + </Filter> + <Filter + Name="tests" + > + <File + RelativePath="copy_tree_work_item_unittest.cc" + > + </File> + <File + RelativePath="create_dir_work_item_unittest.cc" + > + </File> + <File + RelativePath="create_reg_key_work_item_unittest.cc" + > + </File> + <File + RelativePath="delete_reg_value_work_item_unittest.cc" + > + </File> + <File + RelativePath="delete_tree_work_item_unittest.cc" + > + </File> + <File + RelativePath="helper_unittest.cc" + > + </File> + <File + RelativePath="google_chrome_distribution_unittest.cc" + > + </File> + <File + RelativePath="set_reg_value_work_item_unittest.cc" + > + </File> + <File + RelativePath="..\setup\setup_constants.cc" + > + </File> + <File + RelativePath="work_item_list_unittest.cc" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/chrome/installer/util/prebuild/util_prebuild.vcproj b/chrome/installer/util/prebuild/util_prebuild.vcproj index e641aa6..6432f2c 100644 --- a/chrome/installer/util/prebuild/util_prebuild.vcproj +++ b/chrome/installer/util/prebuild/util_prebuild.vcproj @@ -1,74 +1,74 @@ -<?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>
+<?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> diff --git a/chrome/installer/util/util.vcproj b/chrome/installer/util/util.vcproj index e844f61..22700c7 100644 --- a/chrome/installer/util/util.vcproj +++ b/chrome/installer/util/util.vcproj @@ -1,302 +1,302 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="util"
- ProjectGUID="{EFBB1436-A63F-4CD8-9E99-B89226E782EC}"
- RootNamespace="util"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="browser_distribution.cc"
- >
- </File>
- <File
- RelativePath="browser_distribution.h"
- >
- </File>
- <File
- RelativePath="copy_tree_work_item.cc"
- >
- </File>
- <File
- RelativePath="copy_tree_work_item.h"
- >
- </File>
- <File
- RelativePath="create_dir_work_item.cc"
- >
- </File>
- <File
- RelativePath="create_dir_work_item.h"
- >
- </File>
- <File
- RelativePath="create_reg_key_work_item.cc"
- >
- </File>
- <File
- RelativePath="create_reg_key_work_item.h"
- >
- </File>
- <File
- RelativePath="delete_reg_value_work_item.cc"
- >
- </File>
- <File
- RelativePath="delete_reg_value_work_item.h"
- >
- </File>
- <File
- RelativePath="delete_tree_work_item.cc"
- >
- </File>
- <File
- RelativePath="delete_tree_work_item.h"
- >
- </File>
- <File
- RelativePath="google_chrome_distribution.cc"
- >
- </File>
- <File
- RelativePath="google_chrome_distribution.h"
- >
- </File>
- <File
- RelativePath=".\google_update_constants.cc"
- >
- </File>
- <File
- RelativePath=".\google_update_constants.h"
- >
- </File>
- <File
- RelativePath="google_update_settings.cc"
- >
- </File>
- <File
- RelativePath="google_update_settings.h"
- >
- </File>
- <File
- RelativePath="helper.cc"
- >
- </File>
- <File
- RelativePath="helper.h"
- >
- </File>
- <File
- RelativePath=".\html_dialog.h"
- >
- </File>
- <File
- RelativePath=".\html_dialog_impl.cc"
- >
- </File>
- <File
- RelativePath="install_util.cc"
- >
- </File>
- <File
- RelativePath="install_util.h"
- >
- </File>
- <File
- RelativePath="l10n_string_util.cc"
- >
- </File>
- <File
- RelativePath="l10n_string_util.h"
- >
- </File>
- <File
- RelativePath="logging_installer.cc"
- >
- </File>
- <File
- RelativePath="logging_installer.h"
- >
- </File>
- <File
- RelativePath=".\lzma_util.cc"
- >
- </File>
- <File
- RelativePath=".\lzma_util.h"
- >
- </File>
- <File
- RelativePath=".\master_preferences.cc"
- >
- </File>
- <File
- RelativePath=".\master_preferences.h"
- >
- </File>
- <File
- RelativePath="set_reg_value_work_item.cc"
- >
- </File>
- <File
- RelativePath="set_reg_value_work_item.h"
- >
- </File>
- <File
- RelativePath=".\shell_util.cc"
- >
- </File>
- <File
- RelativePath=".\shell_util.h"
- >
- </File>
- <File
- RelativePath="util_constants.cc"
- >
- </File>
- <File
- RelativePath="util_constants.h"
- >
- </File>
- <File
- RelativePath="version.cc"
- >
- </File>
- <File
- RelativePath="version.h"
- >
- </File>
- <File
- RelativePath="work_item.cc"
- >
- </File>
- <File
- RelativePath="work_item.h"
- >
- </File>
- <File
- RelativePath="work_item_list.cc"
- >
- </File>
- <File
- RelativePath="work_item_list.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="util" + ProjectGUID="{EFBB1436-A63F-4CD8-9E99-B89226E782EC}" + RootNamespace="util" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="browser_distribution.cc" + > + </File> + <File + RelativePath="browser_distribution.h" + > + </File> + <File + RelativePath="copy_tree_work_item.cc" + > + </File> + <File + RelativePath="copy_tree_work_item.h" + > + </File> + <File + RelativePath="create_dir_work_item.cc" + > + </File> + <File + RelativePath="create_dir_work_item.h" + > + </File> + <File + RelativePath="create_reg_key_work_item.cc" + > + </File> + <File + RelativePath="create_reg_key_work_item.h" + > + </File> + <File + RelativePath="delete_reg_value_work_item.cc" + > + </File> + <File + RelativePath="delete_reg_value_work_item.h" + > + </File> + <File + RelativePath="delete_tree_work_item.cc" + > + </File> + <File + RelativePath="delete_tree_work_item.h" + > + </File> + <File + RelativePath="google_chrome_distribution.cc" + > + </File> + <File + RelativePath="google_chrome_distribution.h" + > + </File> + <File + RelativePath=".\google_update_constants.cc" + > + </File> + <File + RelativePath=".\google_update_constants.h" + > + </File> + <File + RelativePath="google_update_settings.cc" + > + </File> + <File + RelativePath="google_update_settings.h" + > + </File> + <File + RelativePath="helper.cc" + > + </File> + <File + RelativePath="helper.h" + > + </File> + <File + RelativePath=".\html_dialog.h" + > + </File> + <File + RelativePath=".\html_dialog_impl.cc" + > + </File> + <File + RelativePath="install_util.cc" + > + </File> + <File + RelativePath="install_util.h" + > + </File> + <File + RelativePath="l10n_string_util.cc" + > + </File> + <File + RelativePath="l10n_string_util.h" + > + </File> + <File + RelativePath="logging_installer.cc" + > + </File> + <File + RelativePath="logging_installer.h" + > + </File> + <File + RelativePath=".\lzma_util.cc" + > + </File> + <File + RelativePath=".\lzma_util.h" + > + </File> + <File + RelativePath=".\master_preferences.cc" + > + </File> + <File + RelativePath=".\master_preferences.h" + > + </File> + <File + RelativePath="set_reg_value_work_item.cc" + > + </File> + <File + RelativePath="set_reg_value_work_item.h" + > + </File> + <File + RelativePath=".\shell_util.cc" + > + </File> + <File + RelativePath=".\shell_util.h" + > + </File> + <File + RelativePath="util_constants.cc" + > + </File> + <File + RelativePath="util_constants.h" + > + </File> + <File + RelativePath="version.cc" + > + </File> + <File + RelativePath="version.h" + > + </File> + <File + RelativePath="work_item.cc" + > + </File> + <File + RelativePath="work_item.h" + > + </File> + <File + RelativePath="work_item_list.cc" + > + </File> + <File + RelativePath="work_item_list.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |