| Index: chrome/installer/util/util_unittests.vcproj
|
| diff --git a/chrome/installer/util/util_unittests.vcproj b/chrome/installer/util/util_unittests.vcproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4e95cf61f16a3b497b18e2c8bc7334aa4495c978
|
| --- /dev/null
|
| +++ b/chrome/installer/util/util_unittests.vcproj
|
| @@ -0,0 +1,218 @@
|
| +<?xml version="1.0" encoding="Windows-1252"?>
|
| +<VisualStudioProject
|
| + ProjectType="Visual C++"
|
| + Version="8.00"
|
| + Name="util_unittests"
|
| + ProjectGUID="{903F8C1E-537A-4C9E-97BE-075147CBE769}"
|
| + RootNamespace="util_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;$(SolutionDir)installer\util\using_util.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;$(SolutionDir)installer\util\using_util.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="resources"
|
| + >
|
| + <File
|
| + RelativePath="util_unittests.rc"
|
| + >
|
| + </File>
|
| + <File
|
| + RelativePath="unit_unittests_resource.h"
|
| + >
|
| + </File>
|
| + </Filter>
|
| + <Filter
|
| + Name="support"
|
| + >
|
| + <File
|
| + RelativePath="run_all_unittests.cc"
|
| + >
|
| + </File>
|
| + </Filter>
|
| + <Filter
|
| + Name="tests"
|
| + >
|
| + <File
|
| + RelativePath="..\setup\compat_checks_unittest.cc"
|
| + >
|
| + </File>
|
| + <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="google_chrome_distribution_unittest.cc"
|
| + >
|
| + </File>
|
| + <File
|
| + RelativePath="helper_unittest.cc"
|
| + >
|
| + </File>
|
| + <File
|
| + RelativePath="move_tree_work_item_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>
|
|
|