Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1027)

Side by Side Diff: chrome/installer/util/installer_unittests.vcproj

Issue 119322: Trying to re-land r17758 (Closed)
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="installer_unittests"
6 ProjectGUID="{903F8C1E-537A-4C9E-97BE-075147CBE769}"
7 RootNamespace="installer_unittests"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 ConfigurationType="1"
20 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)\tools\build\win\unit_ test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)installe r\util\using_util.vsprops"
21 >
22 <Tool
23 Name="VCPreBuildEventTool"
24 />
25 <Tool
26 Name="VCCustomBuildTool"
27 />
28 <Tool
29 Name="VCXMLDataGeneratorTool"
30 />
31 <Tool
32 Name="VCWebServiceProxyGeneratorTool"
33 />
34 <Tool
35 Name="VCMIDLTool"
36 />
37 <Tool
38 Name="VCCLCompilerTool"
39 />
40 <Tool
41 Name="VCManagedResourceCompilerTool"
42 />
43 <Tool
44 Name="VCResourceCompilerTool"
45 />
46 <Tool
47 Name="VCPreLinkEventTool"
48 />
49 <Tool
50 Name="VCLinkerTool"
51 />
52 <Tool
53 Name="VCALinkTool"
54 />
55 <Tool
56 Name="VCManifestTool"
57 AdditionalManifestFiles="$(SolutionDir)installer \mini_installer\mini_installer.exe.manifest"
58 />
59 <Tool
60 Name="VCXDCMakeTool"
61 />
62 <Tool
63 Name="VCBscMakeTool"
64 />
65 <Tool
66 Name="VCFxCopTool"
67 />
68 <Tool
69 Name="VCAppVerifierTool"
70 />
71 <Tool
72 Name="VCWebDeploymentTool"
73 />
74 <Tool
75 Name="VCPostBuildEventTool"
76 />
77 </Configuration>
78 <Configuration
79 Name="Release|Win32"
80 ConfigurationType="1"
81 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)\tools\build\win\uni t_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)instal ler\util\using_util.vsprops"
82 >
83 <Tool
84 Name="VCPreBuildEventTool"
85 />
86 <Tool
87 Name="VCCustomBuildTool"
88 />
89 <Tool
90 Name="VCXMLDataGeneratorTool"
91 />
92 <Tool
93 Name="VCWebServiceProxyGeneratorTool"
94 />
95 <Tool
96 Name="VCMIDLTool"
97 />
98 <Tool
99 Name="VCCLCompilerTool"
100 />
101 <Tool
102 Name="VCManagedResourceCompilerTool"
103 />
104 <Tool
105 Name="VCResourceCompilerTool"
106 />
107 <Tool
108 Name="VCPreLinkEventTool"
109 />
110 <Tool
111 Name="VCLinkerTool"
112 />
113 <Tool
114 Name="VCALinkTool"
115 />
116 <Tool
117 Name="VCManifestTool"
118 AdditionalManifestFiles="$(SolutionDir)installer \mini_installer\mini_installer.exe.manifest"
119 />
120 <Tool
121 Name="VCXDCMakeTool"
122 />
123 <Tool
124 Name="VCBscMakeTool"
125 />
126 <Tool
127 Name="VCFxCopTool"
128 />
129 <Tool
130 Name="VCAppVerifierTool"
131 />
132 <Tool
133 Name="VCWebDeploymentTool"
134 />
135 <Tool
136 Name="VCPostBuildEventTool"
137 />
138 </Configuration>
139 </Configurations>
140 <References>
141 </References>
142 <Files>
143 <Filter
144 Name="resources"
145 >
146 <File
147 RelativePath="installer_unittests.rc"
148 >
149 </File>
150 <File
151 RelativePath="installer_unittests_resource.h"
152 >
153 </File>
154 </Filter>
155 <Filter
156 Name="support"
157 >
158 <File
159 RelativePath="run_all_unittests.cc"
160 >
161 </File>
162 </Filter>
163 <Filter
164 Name="tests"
165 >
166 <File
167 RelativePath="..\setup\compat_checks_unittest.cc "
168 >
169 </File>
170 <File
171 RelativePath="copy_tree_work_item_unittest.cc"
172 >
173 </File>
174 <File
175 RelativePath="create_dir_work_item_unittest.cc"
176 >
177 </File>
178 <File
179 RelativePath="create_reg_key_work_item_unittest. cc"
180 >
181 </File>
182 <File
183 RelativePath="delete_reg_value_work_item_unittes t.cc"
184 >
185 </File>
186 <File
187 RelativePath="delete_tree_work_item_unittest.cc"
188 >
189 </File>
190 <File
191 RelativePath="google_chrome_distribution_unittes t.cc"
192 >
193 </File>
194 <File
195 RelativePath="helper_unittest.cc"
196 >
197 </File>
198 <File
199 RelativePath="move_tree_work_item_unittest.cc"
200 >
201 </File>
202 <File
203 RelativePath="set_reg_value_work_item_unittest.c c"
204 >
205 </File>
206 <File
207 RelativePath="..\setup\setup_constants.cc"
208 >
209 </File>
210 <File
211 RelativePath="work_item_list_unittest.cc"
212 >
213 </File>
214 </Filter>
215 </Files>
216 <Globals>
217 </Globals>
218 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/installer/util/installer_unittests.rc ('k') | chrome/installer/util/installer_unittests_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698