1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="setup" 6 ProjectGUID="{21C76E6E-8B38-44D6-8148-B589C13B9554}" 7 RootNamespace="setup" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 <ToolFile 17 RelativePath="..\..\tools\build\win\version.rules" 18 /> 19 <ToolFile 20 RelativePath="..\..\tools\build\win\server.rules" 21 /> 22 </ToolFiles> 23 <Configurations> 24 <Configuration 25 Name="Debug|Win32" 26 ConfigurationType="1" 27 InheritedPropertySheets=".\setup_debug.vsprops;$(SolutionDir)installer\util\using_util.vsprops" 28 > 29 <Tool 30 Name="Version" 31 /> 32 <Tool 33 Name="VCCLCompilerTool" 34 /> 35 <Tool 36 Name="VCResourceCompilerTool" 37 /> 38 <Tool 39 Name="VCLinkerTool" 40 /> 41 <Tool 42 Name="VCManifestTool" 43 /> 44 </Configuration> 45 <Configuration 46 Name="Release|Win32" 47 ConfigurationType="1" 48 InheritedPropertySheets=".\setup_release.vsprops;$(SolutionDir)installer\util\using_util.vsprops" 49 > 50 <Tool 51 Name="Version" 52 /> 53 <Tool 54 Name="VCCLCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCLinkerTool" 61 /> 62 <Tool 63 Name="VCManifestTool" 64 /> 65 </Configuration> 66 </Configurations> 67 <References> 68 </References> 69 <Files> 70 <Filter 71 Name="resources" 72 > 73 <File 74 RelativePath=".\setup.ico" 75 > 76 </File> 77 <File 78 RelativePath=".\setup.rc" 79 > 80 </File> 81 <File 82 RelativePath=".\setup_exe_version.rc.version" 83 > 84 </File> 85 <File 86 RelativePath=".\setup_resource.h" 87 > 88 </File> 89 </Filter> 90 <File 91 RelativePath="..\mini_installer\chrome.release" 92 > 93 </File> 94 <File 95 RelativePath=".\install.cc" 96 > 97 </File> 98 <File 99 RelativePath=".\main.cc" 100 > 101 </File> 102 <File 103 RelativePath=".\setup.cc" 104 > 105 </File> 106 <File 107 RelativePath=".\setup.h" 108 > 109 </File> 110 <File 111 RelativePath=".\setup_util.cc" 112 > 113 </File> 114 <File 115 RelativePath=".\setup_util.h" 116 > 117 </File> 118 <File 119 RelativePath=".\setup_constants.cc" 120 > 121 </File> 122 <File 123 RelativePath=".\setup_constants.h" 124 > 125 </File> 126 <File 127 RelativePath=".\uninstall.cc" 128 > 129 </File> 130 <File 131 RelativePath=".\uninstall.h" 132 > 133 </File> 134 </Files> 135 <Globals> 136 </Globals> 137 </VisualStudioProject> 138