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

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

Issue 60086: Add string resources to installer unit tests binary. (Closed)
Patch Set: testing upload script Created 11 years, 8 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
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="installer_unittests" 5 Name="installer_unittests"
6 ProjectGUID="{903F8C1E-537A-4C9E-97BE-075147CBE769}" 6 ProjectGUID="{903F8C1E-537A-4C9E-97BE-075147CBE769}"
7 RootNamespace="installer_unittests" 7 RootNamespace="installer_unittests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
11 Name="Win32" 11 Name="Win32"
12 /> 12 />
13 </Platforms> 13 </Platforms>
14 <ToolFiles> 14 <ToolFiles>
15 </ToolFiles> 15 </ToolFiles>
16 <Configurations> 16 <Configurations>
17 <Configuration 17 <Configuration
18 Name="Debug|Win32" 18 Name="Debug|Win32"
19 ConfigurationType="1" 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" 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 > 21 >
22 <Tool 22 <Tool
23 Name="VCPreBuildEventTool" 23 Name="VCPreBuildEventTool"
24 /> 24 />
25 <Tool 25 <Tool
26 Name="VCCustomBuildTool" 26 Name="VCCustomBuildTool"
27 /> 27 />
28 <Tool 28 <Tool
29 Name="VCXMLDataGeneratorTool" 29 Name="VCXMLDataGeneratorTool"
30 /> 30 />
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <Tool 71 <Tool
72 Name="VCWebDeploymentTool" 72 Name="VCWebDeploymentTool"
73 /> 73 />
74 <Tool 74 <Tool
75 Name="VCPostBuildEventTool" 75 Name="VCPostBuildEventTool"
76 /> 76 />
77 </Configuration> 77 </Configuration>
78 <Configuration 78 <Configuration
79 Name="Release|Win32" 79 Name="Release|Win32"
80 ConfigurationType="1" 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" 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 > 82 >
83 <Tool 83 <Tool
84 Name="VCPreBuildEventTool" 84 Name="VCPreBuildEventTool"
85 /> 85 />
86 <Tool 86 <Tool
87 Name="VCCustomBuildTool" 87 Name="VCCustomBuildTool"
88 /> 88 />
89 <Tool 89 <Tool
90 Name="VCXMLDataGeneratorTool" 90 Name="VCXMLDataGeneratorTool"
91 /> 91 />
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 /> 134 />
135 <Tool 135 <Tool
136 Name="VCPostBuildEventTool" 136 Name="VCPostBuildEventTool"
137 /> 137 />
138 </Configuration> 138 </Configuration>
139 </Configurations> 139 </Configurations>
140 <References> 140 <References>
141 </References> 141 </References>
142 <Files> 142 <Files>
143 <Filter 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
144 Name="support" 156 Name="support"
145 > 157 >
146 <File 158 <File
147 RelativePath="run_all_unittests.cc" 159 RelativePath="run_all_unittests.cc"
148 > 160 >
149 </File> 161 </File>
150 </Filter> 162 </Filter>
151 <Filter 163 <Filter
152 Name="tests" 164 Name="tests"
153 > 165 >
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 </File> 209 </File>
198 <File 210 <File
199 RelativePath="work_item_list_unittest.cc" 211 RelativePath="work_item_list_unittest.cc"
200 > 212 >
201 </File> 213 </File>
202 </Filter> 214 </Filter>
203 </Files> 215 </Files>
204 <Globals> 216 <Globals>
205 </Globals> 217 </Globals>
206 </VisualStudioProject> 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