OLD | NEW |
1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioProject | 2 <VisualStudioProject |
3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
4 Version="8.00" | 4 Version="8.00" |
5 Name="mini_installer" | 5 Name="mini_installer" |
6 ProjectGUID="{24A5AC7C-280B-4899-9153-6BA570A081E7}" | 6 ProjectGUID="{24A5AC7C-280B-4899-9153-6BA570A081E7}" |
7 RootNamespace="mini_installer" | 7 RootNamespace="mini_installer" |
8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
9 > | 9 > |
10 <Platforms> | 10 <Platforms> |
11 <Platform | 11 <Platform |
12 Name="Win32" | 12 Name="Win32" |
13 /> | 13 /> |
14 </Platforms> | 14 </Platforms> |
15 <ToolFiles> | 15 <ToolFiles> |
16 <ToolFile | 16 <ToolFile |
17 RelativePath="..\..\tools\build\win\release.rules" | 17 RelativePath="..\..\tools\build\win\release.rules" |
18 /> | 18 /> |
19 <ToolFile | 19 <ToolFile |
20 RelativePath="..\..\tools\build\win\version.rules" | 20 RelativePath="..\..\tools\build\win\version.rules" |
21 /> | 21 /> |
22 </ToolFiles> | 22 </ToolFiles> |
23 <Configurations> | 23 <Configurations> |
24 <Configuration | 24 <Configuration |
25 Name="Debug|Win32" | 25 Name="Debug|Win32" |
26 ConfigurationType="1" | 26 ConfigurationType="1" |
27 InheritedPropertySheets=".\mini_installer_debug.vsprops;
$(SolutionDir)..\testing\using_gtest.vsprops" | 27 InheritedPropertySheets=".\mini_installer_debug.vsprops;
$(SolutionDir)..\testing\using_gtest.vsprops" |
28 > | 28 > |
29 <Tool | 29 <Tool |
30 Name="VCPreBuildEventTool" | |
31 CommandLine="IF NOT EXIST "$(OutDir)\Extens
ions" mkdir "$(OutDir)\Extensions" && copy /Y "$(So
lutionDir)browser\extensions\external_extensions.json" "$(OutDir)\Exte
nsions"" | |
32 /> | |
33 <Tool | |
34 Name="Create Installer Archive" | 30 Name="Create Installer Archive" |
35 LastChromeInstaller="$(LAST_CHROME_INSTALLER)" | 31 LastChromeInstaller="$(LAST_CHROME_INSTALLER)" |
36 SkipRebuildArchive="$(SKIP_REBUILD_CHROME_ARCHIV
E)" | 32 SkipRebuildArchive="$(SKIP_REBUILD_CHROME_ARCHIV
E)" |
37 SetupExeFormat="$(SETUP_EXE_FORMAT)" | 33 SetupExeFormat="$(SETUP_EXE_FORMAT)" |
38 DiffAlgorithm="$(DIFF_ALGORITHM)" | 34 DiffAlgorithm="$(DIFF_ALGORITHM)" |
39 /> | 35 /> |
40 <Tool | 36 <Tool |
41 Name="Version" | 37 Name="Version" |
42 /> | 38 /> |
43 <Tool | 39 <Tool |
44 Name="VCCLCompilerTool" | 40 Name="VCCLCompilerTool" |
45 /> | 41 /> |
46 <Tool | 42 <Tool |
47 Name="VCResourceCompilerTool" | 43 Name="VCResourceCompilerTool" |
48 /> | 44 /> |
49 <Tool | 45 <Tool |
50 Name="VCLinkerTool" | 46 Name="VCLinkerTool" |
51 /> | 47 /> |
52 <Tool | 48 <Tool |
53 Name="VCManifestTool" | 49 Name="VCManifestTool" |
54 /> | 50 /> |
55 </Configuration> | 51 </Configuration> |
56 <Configuration | 52 <Configuration |
57 Name="Release|Win32" | 53 Name="Release|Win32" |
58 ConfigurationType="1" | 54 ConfigurationType="1" |
59 InheritedPropertySheets=".\mini_installer_release.vsprop
s;$(SolutionDir)..\testing\using_gtest.vsprops" | 55 InheritedPropertySheets=".\mini_installer_release.vsprop
s;$(SolutionDir)..\testing\using_gtest.vsprops" |
60 > | 56 > |
61 <Tool | 57 <Tool |
62 Name="VCPreBuildEventTool" | |
63 CommandLine="IF NOT EXIST "$(OutDir)\Extens
ions" mkdir "$(OutDir)\Extensions" && copy /Y "$(So
lutionDir)browser\extensions\external_extensions.json" "$(OutDir)\Exte
nsions"" | |
64 /> | |
65 <Tool | |
66 Name="Create Installer Archive" | 58 Name="Create Installer Archive" |
67 LastChromeInstaller="$(LAST_CHROME_INSTALLER)" | 59 LastChromeInstaller="$(LAST_CHROME_INSTALLER)" |
68 SkipRebuildArchive="$(SKIP_REBUILD_CHROME_ARCHIV
E)" | 60 SkipRebuildArchive="$(SKIP_REBUILD_CHROME_ARCHIV
E)" |
69 SetupExeFormat="$(SETUP_EXE_FORMAT)" | 61 SetupExeFormat="$(SETUP_EXE_FORMAT)" |
70 DiffAlgorithm="$(DIFF_ALGORITHM)" | 62 DiffAlgorithm="$(DIFF_ALGORITHM)" |
71 /> | 63 /> |
72 <Tool | 64 <Tool |
73 Name="Version" | 65 Name="Version" |
74 /> | 66 /> |
75 <Tool | 67 <Tool |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 > | 118 > |
127 </File> | 119 </File> |
128 <File | 120 <File |
129 RelativePath=".\pe_resource.h" | 121 RelativePath=".\pe_resource.h" |
130 > | 122 > |
131 </File> | 123 </File> |
132 </Files> | 124 </Files> |
133 <Globals> | 125 <Globals> |
134 </Globals> | 126 </Globals> |
135 </VisualStudioProject> | 127 </VisualStudioProject> |
OLD | NEW |