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" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 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" 22 > 23 <Tool 24 Name="VCPreBuildEventTool" 25 /> 26 <Tool 27 Name="VCCustomBuildTool" 28 /> 29 <Tool 30 Name="VCXMLDataGeneratorTool" 31 /> 32 <Tool 33 Name="VCWebServiceProxyGeneratorTool" 34 /> 35 <Tool 36 Name="VCMIDLTool" 37 /> 38 <Tool 39 Name="VCCLCompilerTool" 40 UsePrecompiledHeader="2" 41 ForcedIncludeFiles="stdafx.h" 42 /> 43 <Tool 44 Name="VCManagedResourceCompilerTool" 45 /> 46 <Tool 47 Name="VCResourceCompilerTool" 48 /> 49 <Tool 50 Name="VCPreLinkEventTool" 51 /> 52 <Tool 53 Name="VCLibrarianTool" 54 /> 55 <Tool 56 Name="VCALinkTool" 57 /> 58 <Tool 59 Name="VCXDCMakeTool" 60 /> 61 <Tool 62 Name="VCBscMakeTool" 63 /> 64 <Tool 65 Name="VCFxCopTool" 66 /> 67 <Tool 68 Name="VCPostBuildEventTool" 69 Description="Copy wow_helper to output directory" 70 CommandLine="copy $(ProjectDir)\..\wow_helper\wow_helper.exe $(OutDir) && copy $(ProjectDir)\..\wow_helper\wow_helper.pdb $(OutDir)" 71 /> 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" 77 > 78 <Tool 79 Name="VCPreBuildEventTool" 80 /> 81 <Tool 82 Name="VCCustomBuildTool" 83 /> 84 <Tool 85 Name="VCXMLDataGeneratorTool" 86 /> 87 <Tool 88 Name="VCWebServiceProxyGeneratorTool" 89 /> 90 <Tool 91 Name="VCMIDLTool" 92 /> 93 <Tool 94 Name="VCCLCompilerTool" 95 UsePrecompiledHeader="0" 96 /> 97 <Tool 98 Name="VCManagedResourceCompilerTool" 99 /> 100 <Tool 101 Name="VCResourceCompilerTool" 102 /> 103 <Tool 104 Name="VCPreLinkEventTool" 105 /> 106 <Tool 107 Name="VCLibrarianTool" 108 /> 109 <Tool 110 Name="VCALinkTool" 111 /> 112 <Tool 113 Name="VCXDCMakeTool" 114 /> 115 <Tool 116 Name="VCBscMakeTool" 117 /> 118 <Tool 119 Name="VCFxCopTool" 120 /> 121 <Tool 122 Name="VCPostBuildEventTool" 123 Description="Copy wow_helper to output directory" 124 CommandLine="copy $(ProjectDir)\..\wow_helper\wow_helper.exe $(OutDir) && copy $(ProjectDir)\..\wow_helper\wow_helper.pdb $(OutDir)" 125 /> 126 </Configuration> 127 </Configurations> 128 <References> 129 </References> 130 <Files> 131 <Filter 132 Name="security" 133 > 134 <File 135 RelativePath=".\acl.cc" 136 > 137 </File> 138 <File 139 RelativePath=".\acl.h" 140 > 141 </File> 142 <File 143 RelativePath=".\dep.cc" 144 > 145 </File> 146 <File 147 RelativePath=".\dep.h" 148 > 149 </File> 150 <File 151 RelativePath=".\job.cc" 152 > 153 </File> 154 <File 155 RelativePath=".\job.h" 156 > 157 </File> 158 <File 159 RelativePath=".\restricted_token.cc" 160 > 161 </File> 162 <File 163 RelativePath=".\restricted_token.h" 164 > 165 </File> 166 <File 167 RelativePath=".\restricted_token_utils.cc" 168 > 169 </File> 170 <File 171 RelativePath=".\restricted_token_utils.h" 172 > 173 </File> 174 <File 175 RelativePath=".\security_level.h" 176 > 177 </File> 178 <File 179 RelativePath=".\sid.cc" 180 > 181 </File> 182 <File 183 RelativePath=".\sid.h" 184 > 185 </File> 186 <File 187 RelativePath=".\window.cc" 188 > 189 </File> 190 <File 191 RelativePath=".\window.h" 192 > 193 </File> 194 </Filter> 195 <Filter 196 Name="Interception" 197 > 198 <File 199 RelativePath=".\eat_resolver.cc" 200 > 201 </File> 202 <File 203 RelativePath=".\eat_resolver.h" 204 > 205 </File> 206 <File 207 RelativePath=".\interception.cc" 208 > 209 </File> 210 <File 211 RelativePath=".\interception.h" 212 > 213 </File> 214 <File 215 RelativePath=".\interception_agent.cc" 216 > 217 </File> 218 <File 219 RelativePath=".\interception_agent.h" 220 > 221 </File> 222 <File 223 RelativePath=".\interception_internal.h" 224 > 225 </File> 226 <File 227 RelativePath=".\pe_image.cc" 228 > 229 </File> 230 <File 231 RelativePath=".\pe_image.h" 232 > 233 </File> 234 <File 235 RelativePath=".\resolver.cc" 236 > 237 </File> 238 <File 239 RelativePath=".\resolver.h" 240 > 241 </File> 242 <File 243 RelativePath=".\service_resolver.cc" 244 > 245 </File> 246 <File 247 RelativePath=".\service_resolver.h" 248 > 249 </File> 250 <File 251 RelativePath=".\sidestep_resolver.cc" 252 > 253 </File> 254 <File 255 RelativePath=".\sidestep_resolver.h" 256 > 257 </File> 258 <File 259 RelativePath=".\target_interceptions.cc" 260 > 261 </File> 262 <File 263 RelativePath=".\target_interceptions.h" 264 > 265 </File> 266 <File 267 RelativePath=".\Wow64.cc" 268 > 269 </File> 270 <File 271 RelativePath=".\Wow64.h" 272 > 273 </File> 274 <Filter 275 Name="sidestep" 276 > 277 <File 278 RelativePath=".\sidestep\ia32_modrm_map.cpp" 279 > 280 </File> 281 <File 282 RelativePath=".\sidestep\ia32_opcode_map.cpp" 283 > 284 </File> 285 <File 286 RelativePath=".\sidestep\mini_disassembler.cpp" 287 > 288 </File> 289 <File 290 RelativePath=".\sidestep\mini_disassembler.h" 291 > 292 </File> 293 <File 294 RelativePath=".\sidestep\mini_disassembler_types.h" 295 > 296 </File> 297 <File 298 RelativePath=".\sidestep\preamble_patcher.h" 299 > 300 </File> 301 <File 302 RelativePath=".\sidestep\preamble_patcher_with_stub.cpp" 303 > 304 </File> 305 </Filter> 306 </Filter> 307 <Filter 308 Name="nt_level" 309 > 310 <File 311 RelativePath=".\nt_internals.h" 312 > 313 </File> 314 <File 315 RelativePath=".\policy_target.cc" 316 > 317 </File> 318 <File 319 RelativePath=".\policy_target.h" 320 > 321 </File> 322 <File 323 RelativePath=".\sandbox_nt_types.h" 324 > 325 </File> 326 <File 327 RelativePath=".\sandbox_nt_util.cc" 328 > 329 </File> 330 <File 331 RelativePath=".\sandbox_nt_util.h" 332 > 333 </File> 334 </Filter> 335 <Filter 336 Name="Policy_handlers" 337 > 338 <File 339 RelativePath=".\filesystem_dispatcher.cc" 340 > 341 </File> 342 <File 343 RelativePath=".\filesystem_dispatcher.h" 344 > 345 </File> 346 <File 347 RelativePath=".\filesystem_interception.cc" 348 > 349 </File> 350 <File 351 RelativePath=".\filesystem_interception.h" 352 > 353 </File> 354 <File 355 RelativePath=".\filesystem_policy.cc" 356 > 357 </File> 358 <File 359 RelativePath=".\filesystem_policy.h" 360 > 361 </File> 362 <File 363 RelativePath=".\named_pipe_dispatcher.cc" 364 > 365 </File> 366 <File 367 RelativePath=".\named_pipe_dispatcher.h" 368 > 369 </File> 370 <File 371 RelativePath=".\named_pipe_interception.cc" 372 > 373 </File> 374 <File 375 RelativePath=".\named_pipe_interception.h" 376 > 377 </File> 378 <File 379 RelativePath=".\named_pipe_policy.cc" 380 > 381 </File> 382 <File 383 RelativePath=".\named_pipe_policy.h" 384 > 385 </File> 386 <File 387 RelativePath=".\policy_params.h" 388 > 389 </File> 390 <File 391 RelativePath=".\process_thread_dispatcher.cc" 392 > 393 </File> 394 <File 395 RelativePath=".\process_thread_dispatcher.h" 396 > 397 </File> 398 <File 399 RelativePath=".\process_thread_interception.cc" 400 > 401 </File> 402 <File 403 RelativePath=".\process_thread_interception.h" 404 > 405 </File> 406 <File 407 RelativePath=".\process_thread_policy.cc" 408 > 409 </File> 410 <File 411 RelativePath=".\process_thread_policy.h" 412 > 413 </File> 414 <File 415 RelativePath=".\registry_dispatcher.cc" 416 > 417 </File> 418 <File 419 RelativePath=".\registry_dispatcher.h" 420 > 421 </File> 422 <File 423 RelativePath=".\registry_interception.cc" 424 > 425 </File> 426 <File 427 RelativePath=".\registry_interception.h" 428 > 429 </File> 430 <File 431 RelativePath=".\registry_policy.cc" 432 > 433 </File> 434 <File 435 RelativePath=".\registry_policy.h" 436 > 437 </File> 438 <File 439 RelativePath=".\sync_dispatcher.cc" 440 > 441 </File> 442 <File 443 RelativePath=".\sync_dispatcher.h" 444 > 445 </File> 446 <File 447 RelativePath=".\sync_interception.cc" 448 > 449 </File> 450 <File 451 RelativePath=".\sync_interception.h" 452 > 453 </File> 454 <File 455 RelativePath=".\sync_policy.cc" 456 > 457 </File> 458 <File 459 RelativePath=".\sync_policy.h" 460 > 461 </File> 462 </Filter> 463 <Filter 464 Name="IPC" 465 > 466 <File 467 RelativePath=".\crosscall_client.h" 468 > 469 </File> 470 <File 471 RelativePath=".\crosscall_params.h" 472 > 473 </File> 474 <File 475 RelativePath=".\crosscall_server.cc" 476 > 477 </File> 478 <File 479 RelativePath=".\crosscall_server.h" 480 > 481 </File> 482 <File 483 RelativePath=".\ipc_tags.h" 484 > 485 </File> 486 <File 487 RelativePath=".\sharedmem_ipc_client.cc" 488 > 489 </File> 490 <File 491 RelativePath=".\sharedmem_ipc_client.h" 492 > 493 </File> 494 <File 495 RelativePath=".\sharedmem_ipc_server.cc" 496 > 497 </File> 498 <File 499 RelativePath=".\sharedmem_ipc_server.h" 500 > 501 </File> 502 </Filter> 503 <Filter 504 Name="Policy_base" 505 > 506 <File 507 RelativePath=".\policy_engine_opcodes.cc" 508 > 509 </File> 510 <File 511 RelativePath=".\policy_engine_opcodes.h" 512 > 513 </File> 514 <File 515 RelativePath=".\policy_engine_params.h" 516 > 517 </File> 518 <File 519 RelativePath=".\policy_engine_processor.cc" 520 > 521 </File> 522 <File 523 RelativePath=".\policy_engine_processor.h" 524 > 525 </File> 526 <File 527 RelativePath=".\policy_low_level.cc" 528 > 529 </File> 530 <File 531 RelativePath=".\policy_low_level.h" 532 > 533 </File> 534 <File 535 RelativePath=".\sandbox_policy_base.cc" 536 > 537 </File> 538 <File 539 RelativePath=".\sandbox_policy_base.h" 540 > 541 </File> 542 </Filter> 543 <File 544 RelativePath=".\broker_services.cc" 545 > 546 </File> 547 <File 548 RelativePath=".\broker_services.h" 549 > 550 </File> 551 <File 552 RelativePath=".\internal_types.h" 553 > 554 </File> 555 <File 556 RelativePath=".\policy_broker.cc" 557 > 558 </File> 559 <File 560 RelativePath=".\policy_broker.h" 561 > 562 </File> 563 <File 564 RelativePath=".\sandbox.cc" 565 > 566 </File> 567 <File 568 RelativePath=".\sandbox.h" 569 > 570 </File> 571 <File 572 RelativePath=".\sandbox_factory.h" 573 > 574 </File> 575 <File 576 RelativePath=".\sandbox_policy.h" 577 > 578 </File> 579 <File 580 RelativePath=".\sandbox_types.h" 581 > 582 </File> 583 <File 584 RelativePath=".\sandbox_utils.cc" 585 > 586 </File> 587 <File 588 RelativePath=".\sandbox_utils.h" 589 > 590 </File> 591 <File 592 RelativePath=".\shared_handles.cc" 593 > 594 </File> 595 <File 596 RelativePath=".\shared_handles.h" 597 > 598 </File> 599 <File 600 RelativePath=".\stdafx.cc" 601 > 602 <FileConfiguration 603 Name="Debug|Win32" 604 > 605 <Tool 606 Name="VCCLCompilerTool" 607 UsePrecompiledHeader="1" 608 /> 609 </FileConfiguration> 610 <FileConfiguration 611 Name="Release|Win32" 612 > 613 <Tool 614 Name="VCCLCompilerTool" 615 UsePrecompiledHeader="0" 616 /> 617 </FileConfiguration> 618 </File> 619 <File 620 RelativePath=".\stdafx.h" 621 > 622 </File> 623 <File 624 RelativePath=".\target_process.cc" 625 > 626 </File> 627 <File 628 RelativePath=".\target_process.h" 629 > 630 </File> 631 <File 632 RelativePath=".\target_services.cc" 633 > 634 </File> 635 <File 636 RelativePath=".\target_services.h" 637 > 638 </File> 639 <File 640 RelativePath=".\win2k_threadpool.cc" 641 > 642 </File> 643 <File 644 RelativePath=".\win2k_threadpool.h" 645 > 646 </File> 647 <File 648 RelativePath=".\win_utils.cc" 649 > 650 </File> 651 <File 652 RelativePath=".\win_utils.h" 653 > 654 </File> 655 </Files> 656 <Globals> 657 </Globals> 658</VisualStudioProject> 659