Add a stub __cxa_demangle to disable LLVM's demangler.
[chromium-blink-merge.git] / sandbox / win / src / sandbox.vcproj
blobf206e01a1f2829f6ae97d382a602367d55e3c83d
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="sandbox"
6 ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}"
7 RootNamespace="sandbox"
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="4"
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 UsePrecompiledHeader="2"
41 ForcedIncludeFiles="stdafx.h"
43 <Tool
44 Name="VCManagedResourceCompilerTool"
46 <Tool
47 Name="VCResourceCompilerTool"
49 <Tool
50 Name="VCPreLinkEventTool"
52 <Tool
53 Name="VCLibrarianTool"
55 <Tool
56 Name="VCALinkTool"
58 <Tool
59 Name="VCXDCMakeTool"
61 <Tool
62 Name="VCBscMakeTool"
64 <Tool
65 Name="VCFxCopTool"
67 <Tool
68 Name="VCPostBuildEventTool"
69 Description="Copy wow_helper to output directory"
70 CommandLine="copy $(ProjectDir)\..\wow_helper\wow_helper.exe $(OutDir) &amp;&amp; copy $(ProjectDir)\..\wow_helper\wow_helper.pdb $(OutDir)"
72 </Configuration>
73 <Configuration
74 Name="Release|Win32"
75 ConfigurationType="4"
76 InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
78 <Tool
79 Name="VCPreBuildEventTool"
81 <Tool
82 Name="VCCustomBuildTool"
84 <Tool
85 Name="VCXMLDataGeneratorTool"
87 <Tool
88 Name="VCWebServiceProxyGeneratorTool"
90 <Tool
91 Name="VCMIDLTool"
93 <Tool
94 Name="VCCLCompilerTool"
95 UsePrecompiledHeader="0"
97 <Tool
98 Name="VCManagedResourceCompilerTool"
100 <Tool
101 Name="VCResourceCompilerTool"
103 <Tool
104 Name="VCPreLinkEventTool"
106 <Tool
107 Name="VCLibrarianTool"
109 <Tool
110 Name="VCALinkTool"
112 <Tool
113 Name="VCXDCMakeTool"
115 <Tool
116 Name="VCBscMakeTool"
118 <Tool
119 Name="VCFxCopTool"
121 <Tool
122 Name="VCPostBuildEventTool"
123 Description="Copy wow_helper to output directory"
124 CommandLine="copy $(ProjectDir)\..\wow_helper\wow_helper.exe $(OutDir) &amp;&amp; copy $(ProjectDir)\..\wow_helper\wow_helper.pdb $(OutDir)"
126 </Configuration>
127 </Configurations>
128 <References>
129 </References>
130 <Files>
131 <Filter
132 Name="security"
134 <File
135 RelativePath=".\acl.cc"
137 </File>
138 <File
139 RelativePath=".\acl.h"
141 </File>
142 <File
143 RelativePath=".\dep.cc"
145 </File>
146 <File
147 RelativePath=".\dep.h"
149 </File>
150 <File
151 RelativePath=".\job.cc"
153 </File>
154 <File
155 RelativePath=".\job.h"
157 </File>
158 <File
159 RelativePath=".\restricted_token.cc"
161 </File>
162 <File
163 RelativePath=".\restricted_token.h"
165 </File>
166 <File
167 RelativePath=".\restricted_token_utils.cc"
169 </File>
170 <File
171 RelativePath=".\restricted_token_utils.h"
173 </File>
174 <File
175 RelativePath=".\security_level.h"
177 </File>
178 <File
179 RelativePath=".\sid.cc"
181 </File>
182 <File
183 RelativePath=".\sid.h"
185 </File>
186 <File
187 RelativePath=".\window.cc"
189 </File>
190 <File
191 RelativePath=".\window.h"
193 </File>
194 </Filter>
195 <Filter
196 Name="Interception"
198 <File
199 RelativePath=".\eat_resolver.cc"
201 </File>
202 <File
203 RelativePath=".\eat_resolver.h"
205 </File>
206 <File
207 RelativePath=".\interception.cc"
209 </File>
210 <File
211 RelativePath=".\interception.h"
213 </File>
214 <File
215 RelativePath=".\interception_agent.cc"
217 </File>
218 <File
219 RelativePath=".\interception_agent.h"
221 </File>
222 <File
223 RelativePath=".\interception_internal.h"
225 </File>
226 <File
227 RelativePath=".\pe_image.cc"
229 </File>
230 <File
231 RelativePath=".\pe_image.h"
233 </File>
234 <File
235 RelativePath=".\resolver.cc"
237 </File>
238 <File
239 RelativePath=".\resolver.h"
241 </File>
242 <File
243 RelativePath=".\service_resolver.cc"
245 </File>
246 <File
247 RelativePath=".\service_resolver.h"
249 </File>
250 <File
251 RelativePath=".\sidestep_resolver.cc"
253 </File>
254 <File
255 RelativePath=".\sidestep_resolver.h"
257 </File>
258 <File
259 RelativePath=".\target_interceptions.cc"
261 </File>
262 <File
263 RelativePath=".\target_interceptions.h"
265 </File>
266 <File
267 RelativePath=".\Wow64.cc"
269 </File>
270 <File
271 RelativePath=".\Wow64.h"
273 </File>
274 <Filter
275 Name="sidestep"
277 <File
278 RelativePath=".\sidestep\ia32_modrm_map.cpp"
280 </File>
281 <File
282 RelativePath=".\sidestep\ia32_opcode_map.cpp"
284 </File>
285 <File
286 RelativePath=".\sidestep\mini_disassembler.cpp"
288 </File>
289 <File
290 RelativePath=".\sidestep\mini_disassembler.h"
292 </File>
293 <File
294 RelativePath=".\sidestep\mini_disassembler_types.h"
296 </File>
297 <File
298 RelativePath=".\sidestep\preamble_patcher.h"
300 </File>
301 <File
302 RelativePath=".\sidestep\preamble_patcher_with_stub.cpp"
304 </File>
305 </Filter>
306 </Filter>
307 <Filter
308 Name="nt_level"
310 <File
311 RelativePath=".\nt_internals.h"
313 </File>
314 <File
315 RelativePath=".\policy_target.cc"
317 </File>
318 <File
319 RelativePath=".\policy_target.h"
321 </File>
322 <File
323 RelativePath=".\sandbox_nt_types.h"
325 </File>
326 <File
327 RelativePath=".\sandbox_nt_util.cc"
329 </File>
330 <File
331 RelativePath=".\sandbox_nt_util.h"
333 </File>
334 </Filter>
335 <Filter
336 Name="Policy_handlers"
338 <File
339 RelativePath=".\filesystem_dispatcher.cc"
341 </File>
342 <File
343 RelativePath=".\filesystem_dispatcher.h"
345 </File>
346 <File
347 RelativePath=".\filesystem_interception.cc"
349 </File>
350 <File
351 RelativePath=".\filesystem_interception.h"
353 </File>
354 <File
355 RelativePath=".\filesystem_policy.cc"
357 </File>
358 <File
359 RelativePath=".\filesystem_policy.h"
361 </File>
362 <File
363 RelativePath=".\named_pipe_dispatcher.cc"
365 </File>
366 <File
367 RelativePath=".\named_pipe_dispatcher.h"
369 </File>
370 <File
371 RelativePath=".\named_pipe_interception.cc"
373 </File>
374 <File
375 RelativePath=".\named_pipe_interception.h"
377 </File>
378 <File
379 RelativePath=".\named_pipe_policy.cc"
381 </File>
382 <File
383 RelativePath=".\named_pipe_policy.h"
385 </File>
386 <File
387 RelativePath=".\policy_params.h"
389 </File>
390 <File
391 RelativePath=".\process_thread_dispatcher.cc"
393 </File>
394 <File
395 RelativePath=".\process_thread_dispatcher.h"
397 </File>
398 <File
399 RelativePath=".\process_thread_interception.cc"
401 </File>
402 <File
403 RelativePath=".\process_thread_interception.h"
405 </File>
406 <File
407 RelativePath=".\process_thread_policy.cc"
409 </File>
410 <File
411 RelativePath=".\process_thread_policy.h"
413 </File>
414 <File
415 RelativePath=".\registry_dispatcher.cc"
417 </File>
418 <File
419 RelativePath=".\registry_dispatcher.h"
421 </File>
422 <File
423 RelativePath=".\registry_interception.cc"
425 </File>
426 <File
427 RelativePath=".\registry_interception.h"
429 </File>
430 <File
431 RelativePath=".\registry_policy.cc"
433 </File>
434 <File
435 RelativePath=".\registry_policy.h"
437 </File>
438 <File
439 RelativePath=".\sync_dispatcher.cc"
441 </File>
442 <File
443 RelativePath=".\sync_dispatcher.h"
445 </File>
446 <File
447 RelativePath=".\sync_interception.cc"
449 </File>
450 <File
451 RelativePath=".\sync_interception.h"
453 </File>
454 <File
455 RelativePath=".\sync_policy.cc"
457 </File>
458 <File
459 RelativePath=".\sync_policy.h"
461 </File>
462 </Filter>
463 <Filter
464 Name="IPC"
466 <File
467 RelativePath=".\crosscall_client.h"
469 </File>
470 <File
471 RelativePath=".\crosscall_params.h"
473 </File>
474 <File
475 RelativePath=".\crosscall_server.cc"
477 </File>
478 <File
479 RelativePath=".\crosscall_server.h"
481 </File>
482 <File
483 RelativePath=".\ipc_tags.h"
485 </File>
486 <File
487 RelativePath=".\sharedmem_ipc_client.cc"
489 </File>
490 <File
491 RelativePath=".\sharedmem_ipc_client.h"
493 </File>
494 <File
495 RelativePath=".\sharedmem_ipc_server.cc"
497 </File>
498 <File
499 RelativePath=".\sharedmem_ipc_server.h"
501 </File>
502 </Filter>
503 <Filter
504 Name="Policy_base"
506 <File
507 RelativePath=".\policy_engine_opcodes.cc"
509 </File>
510 <File
511 RelativePath=".\policy_engine_opcodes.h"
513 </File>
514 <File
515 RelativePath=".\policy_engine_params.h"
517 </File>
518 <File
519 RelativePath=".\policy_engine_processor.cc"
521 </File>
522 <File
523 RelativePath=".\policy_engine_processor.h"
525 </File>
526 <File
527 RelativePath=".\policy_low_level.cc"
529 </File>
530 <File
531 RelativePath=".\policy_low_level.h"
533 </File>
534 <File
535 RelativePath=".\sandbox_policy_base.cc"
537 </File>
538 <File
539 RelativePath=".\sandbox_policy_base.h"
541 </File>
542 </Filter>
543 <File
544 RelativePath=".\broker_services.cc"
546 </File>
547 <File
548 RelativePath=".\broker_services.h"
550 </File>
551 <File
552 RelativePath=".\internal_types.h"
554 </File>
555 <File
556 RelativePath=".\policy_broker.cc"
558 </File>
559 <File
560 RelativePath=".\policy_broker.h"
562 </File>
563 <File
564 RelativePath=".\sandbox.cc"
566 </File>
567 <File
568 RelativePath=".\sandbox.h"
570 </File>
571 <File
572 RelativePath=".\sandbox_factory.h"
574 </File>
575 <File
576 RelativePath=".\sandbox_policy.h"
578 </File>
579 <File
580 RelativePath=".\sandbox_types.h"
582 </File>
583 <File
584 RelativePath=".\sandbox_utils.cc"
586 </File>
587 <File
588 RelativePath=".\sandbox_utils.h"
590 </File>
591 <File
592 RelativePath=".\shared_handles.cc"
594 </File>
595 <File
596 RelativePath=".\shared_handles.h"
598 </File>
599 <File
600 RelativePath=".\stdafx.cc"
602 <FileConfiguration
603 Name="Debug|Win32"
605 <Tool
606 Name="VCCLCompilerTool"
607 UsePrecompiledHeader="1"
609 </FileConfiguration>
610 <FileConfiguration
611 Name="Release|Win32"
613 <Tool
614 Name="VCCLCompilerTool"
615 UsePrecompiledHeader="0"
617 </FileConfiguration>
618 </File>
619 <File
620 RelativePath=".\stdafx.h"
622 </File>
623 <File
624 RelativePath=".\target_process.cc"
626 </File>
627 <File
628 RelativePath=".\target_process.h"
630 </File>
631 <File
632 RelativePath=".\target_services.cc"
634 </File>
635 <File
636 RelativePath=".\target_services.h"
638 </File>
639 <File
640 RelativePath=".\win2k_threadpool.cc"
642 </File>
643 <File
644 RelativePath=".\win2k_threadpool.h"
646 </File>
647 <File
648 RelativePath=".\win_utils.cc"
650 </File>
651 <File
652 RelativePath=".\win_utils.h"
654 </File>
655 </Files>
656 <Globals>
657 </Globals>
658 </VisualStudioProject>