Ignore title parameter for navigator.registerProtocolHandler
[chromium-blink-merge.git] / sandbox / win / tests / unit_tests / sbox_unittests.vcproj
bloba2df79210c273cbee755a82acebe1678f47d52d3
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="sbox_unittests"
6 ProjectGUID="{883553BE-2A9D-418C-A121-61FE1DFBC562}"
7 RootNamespace="unit_tests"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
23 <Tool
24 Name="VCPreBuildEventTool"
26 <Tool
27 Name="VCCustomBuildTool"
29 <Tool
30 Name="VCXMLDataGeneratorTool"
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
35 <Tool
36 Name="VCMIDLTool"
38 <Tool
39 Name="VCCLCompilerTool"
40 PreprocessorDefinitions="_CONSOLE"
41 UsePrecompiledHeader="2"
42 WarningLevel="3"
43 ForcedIncludeFiles="stdafx.h"
45 <Tool
46 Name="VCManagedResourceCompilerTool"
48 <Tool
49 Name="VCResourceCompilerTool"
51 <Tool
52 Name="VCPreLinkEventTool"
54 <Tool
55 Name="VCLinkerTool"
57 <Tool
58 Name="VCALinkTool"
60 <Tool
61 Name="VCManifestTool"
63 <Tool
64 Name="VCXDCMakeTool"
66 <Tool
67 Name="VCBscMakeTool"
69 <Tool
70 Name="VCFxCopTool"
72 <Tool
73 Name="VCAppVerifierTool"
75 <Tool
76 Name="VCWebDeploymentTool"
78 <Tool
79 Name="VCPostBuildEventTool"
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 ConfigurationType="1"
85 InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
87 <Tool
88 Name="VCPreBuildEventTool"
90 <Tool
91 Name="VCCustomBuildTool"
93 <Tool
94 Name="VCXMLDataGeneratorTool"
96 <Tool
97 Name="VCWebServiceProxyGeneratorTool"
99 <Tool
100 Name="VCMIDLTool"
102 <Tool
103 Name="VCCLCompilerTool"
104 PreprocessorDefinitions="_CONSOLE"
105 UsePrecompiledHeader="0"
106 WarningLevel="3"
108 <Tool
109 Name="VCManagedResourceCompilerTool"
111 <Tool
112 Name="VCResourceCompilerTool"
114 <Tool
115 Name="VCPreLinkEventTool"
117 <Tool
118 Name="VCLinkerTool"
120 <Tool
121 Name="VCALinkTool"
123 <Tool
124 Name="VCManifestTool"
126 <Tool
127 Name="VCXDCMakeTool"
129 <Tool
130 Name="VCBscMakeTool"
132 <Tool
133 Name="VCFxCopTool"
135 <Tool
136 Name="VCAppVerifierTool"
138 <Tool
139 Name="VCWebDeploymentTool"
141 <Tool
142 Name="VCPostBuildEventTool"
144 </Configuration>
145 </Configurations>
146 <References>
147 </References>
148 <Files>
149 <Filter
150 Name="Common"
151 Filter="h;hpp;hxx;hm;inl;inc;xsd"
152 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
154 <File
155 RelativePath="..\..\..\testing\gtest\src\gtest.cc"
157 </File>
158 <File
159 RelativePath=".\stdafx.cc"
161 <FileConfiguration
162 Name="Debug|Win32"
164 <Tool
165 Name="VCCLCompilerTool"
166 UsePrecompiledHeader="1"
168 </FileConfiguration>
169 <FileConfiguration
170 Name="Release|Win32"
172 <Tool
173 Name="VCCLCompilerTool"
174 UsePrecompiledHeader="0"
176 </FileConfiguration>
177 </File>
178 <File
179 RelativePath=".\stdafx.h"
181 </File>
182 <File
183 RelativePath=".\unit_tests.cc"
185 </File>
186 </Filter>
187 <Filter
188 Name="TestInterception"
190 <File
191 RelativePath="..\..\src\interception_unittest.cc"
193 </File>
194 <File
195 RelativePath="..\..\src\pe_image_unittest.cc"
197 </File>
198 <File
199 RelativePath="..\..\src\service_resolver_unittest.cc"
201 </File>
202 </Filter>
203 <Filter
204 Name="TestRestrictedToken"
206 <File
207 RelativePath="..\..\src\restricted_token_unittest.cc"
209 </File>
210 </Filter>
211 <Filter
212 Name="TestJob"
214 <File
215 RelativePath="..\..\src\job_unittest.cc"
217 </File>
218 </Filter>
219 <Filter
220 Name="Sid"
222 <File
223 RelativePath="..\..\src\sid_unittest.cc"
225 </File>
226 </Filter>
227 <Filter
228 Name="Policy"
230 <File
231 RelativePath="..\..\src\policy_engine_unittest.cc"
233 </File>
234 <File
235 RelativePath="..\..\src\policy_low_level_unittest.cc"
237 </File>
238 <File
239 RelativePath="..\..\src\policy_opcodes_unittest.cc"
241 </File>
242 </Filter>
243 <Filter
244 Name="IPC"
246 <File
247 RelativePath="..\..\src\ipc_unittest.cc"
249 </File>
250 <File
251 RelativePath="..\..\src\threadpool_unittest.cc"
253 </File>
254 </Filter>
255 </Files>
256 <Globals>
257 </Globals>
258 </VisualStudioProject>