security/sandbox/win/src/sandbox.vcproj

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/sandbox/win/src/sandbox.vcproj	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,658 @@
     1.4 +<?xml version="1.0" encoding="Windows-1252"?>
     1.5 +<VisualStudioProject
     1.6 +	ProjectType="Visual C++"
     1.7 +	Version="8.00"
     1.8 +	Name="sandbox"
     1.9 +	ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}"
    1.10 +	RootNamespace="sandbox"
    1.11 +	Keyword="Win32Proj"
    1.12 +	>
    1.13 +	<Platforms>
    1.14 +		<Platform
    1.15 +			Name="Win32"
    1.16 +		/>
    1.17 +	</Platforms>
    1.18 +	<ToolFiles>
    1.19 +	</ToolFiles>
    1.20 +	<Configurations>
    1.21 +		<Configuration
    1.22 +			Name="Debug|Win32"
    1.23 +			ConfigurationType="4"
    1.24 +			InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
    1.25 +			>
    1.26 +			<Tool
    1.27 +				Name="VCPreBuildEventTool"
    1.28 +			/>
    1.29 +			<Tool
    1.30 +				Name="VCCustomBuildTool"
    1.31 +			/>
    1.32 +			<Tool
    1.33 +				Name="VCXMLDataGeneratorTool"
    1.34 +			/>
    1.35 +			<Tool
    1.36 +				Name="VCWebServiceProxyGeneratorTool"
    1.37 +			/>
    1.38 +			<Tool
    1.39 +				Name="VCMIDLTool"
    1.40 +			/>
    1.41 +			<Tool
    1.42 +				Name="VCCLCompilerTool"
    1.43 +				UsePrecompiledHeader="2"
    1.44 +				ForcedIncludeFiles="stdafx.h"
    1.45 +			/>
    1.46 +			<Tool
    1.47 +				Name="VCManagedResourceCompilerTool"
    1.48 +			/>
    1.49 +			<Tool
    1.50 +				Name="VCResourceCompilerTool"
    1.51 +			/>
    1.52 +			<Tool
    1.53 +				Name="VCPreLinkEventTool"
    1.54 +			/>
    1.55 +			<Tool
    1.56 +				Name="VCLibrarianTool"
    1.57 +			/>
    1.58 +			<Tool
    1.59 +				Name="VCALinkTool"
    1.60 +			/>
    1.61 +			<Tool
    1.62 +				Name="VCXDCMakeTool"
    1.63 +			/>
    1.64 +			<Tool
    1.65 +				Name="VCBscMakeTool"
    1.66 +			/>
    1.67 +			<Tool
    1.68 +				Name="VCFxCopTool"
    1.69 +			/>
    1.70 +			<Tool
    1.71 +				Name="VCPostBuildEventTool"
    1.72 +				Description="Copy wow_helper to output directory"
    1.73 +				CommandLine="copy $(ProjectDir)\..\wow_helper\wow_helper.exe $(OutDir) &amp;&amp; copy $(ProjectDir)\..\wow_helper\wow_helper.pdb $(OutDir)"
    1.74 +			/>
    1.75 +		</Configuration>
    1.76 +		<Configuration
    1.77 +			Name="Release|Win32"
    1.78 +			ConfigurationType="4"
    1.79 +			InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
    1.80 +			>
    1.81 +			<Tool
    1.82 +				Name="VCPreBuildEventTool"
    1.83 +			/>
    1.84 +			<Tool
    1.85 +				Name="VCCustomBuildTool"
    1.86 +			/>
    1.87 +			<Tool
    1.88 +				Name="VCXMLDataGeneratorTool"
    1.89 +			/>
    1.90 +			<Tool
    1.91 +				Name="VCWebServiceProxyGeneratorTool"
    1.92 +			/>
    1.93 +			<Tool
    1.94 +				Name="VCMIDLTool"
    1.95 +			/>
    1.96 +			<Tool
    1.97 +				Name="VCCLCompilerTool"
    1.98 +				UsePrecompiledHeader="0"
    1.99 +			/>
   1.100 +			<Tool
   1.101 +				Name="VCManagedResourceCompilerTool"
   1.102 +			/>
   1.103 +			<Tool
   1.104 +				Name="VCResourceCompilerTool"
   1.105 +			/>
   1.106 +			<Tool
   1.107 +				Name="VCPreLinkEventTool"
   1.108 +			/>
   1.109 +			<Tool
   1.110 +				Name="VCLibrarianTool"
   1.111 +			/>
   1.112 +			<Tool
   1.113 +				Name="VCALinkTool"
   1.114 +			/>
   1.115 +			<Tool
   1.116 +				Name="VCXDCMakeTool"
   1.117 +			/>
   1.118 +			<Tool
   1.119 +				Name="VCBscMakeTool"
   1.120 +			/>
   1.121 +			<Tool
   1.122 +				Name="VCFxCopTool"
   1.123 +			/>
   1.124 +			<Tool
   1.125 +				Name="VCPostBuildEventTool"
   1.126 +				Description="Copy wow_helper to output directory"
   1.127 +				CommandLine="copy $(ProjectDir)\..\wow_helper\wow_helper.exe $(OutDir) &amp;&amp; copy $(ProjectDir)\..\wow_helper\wow_helper.pdb $(OutDir)"
   1.128 +			/>
   1.129 +		</Configuration>
   1.130 +	</Configurations>
   1.131 +	<References>
   1.132 +	</References>
   1.133 +	<Files>
   1.134 +		<Filter
   1.135 +			Name="security"
   1.136 +			>
   1.137 +			<File
   1.138 +				RelativePath=".\acl.cc"
   1.139 +				>
   1.140 +			</File>
   1.141 +			<File
   1.142 +				RelativePath=".\acl.h"
   1.143 +				>
   1.144 +			</File>
   1.145 +			<File
   1.146 +				RelativePath=".\dep.cc"
   1.147 +				>
   1.148 +			</File>
   1.149 +			<File
   1.150 +				RelativePath=".\dep.h"
   1.151 +				>
   1.152 +			</File>
   1.153 +			<File
   1.154 +				RelativePath=".\job.cc"
   1.155 +				>
   1.156 +			</File>
   1.157 +			<File
   1.158 +				RelativePath=".\job.h"
   1.159 +				>
   1.160 +			</File>
   1.161 +			<File
   1.162 +				RelativePath=".\restricted_token.cc"
   1.163 +				>
   1.164 +			</File>
   1.165 +			<File
   1.166 +				RelativePath=".\restricted_token.h"
   1.167 +				>
   1.168 +			</File>
   1.169 +			<File
   1.170 +				RelativePath=".\restricted_token_utils.cc"
   1.171 +				>
   1.172 +			</File>
   1.173 +			<File
   1.174 +				RelativePath=".\restricted_token_utils.h"
   1.175 +				>
   1.176 +			</File>
   1.177 +			<File
   1.178 +				RelativePath=".\security_level.h"
   1.179 +				>
   1.180 +			</File>
   1.181 +			<File
   1.182 +				RelativePath=".\sid.cc"
   1.183 +				>
   1.184 +			</File>
   1.185 +			<File
   1.186 +				RelativePath=".\sid.h"
   1.187 +				>
   1.188 +			</File>
   1.189 +			<File
   1.190 +				RelativePath=".\window.cc"
   1.191 +				>
   1.192 +			</File>
   1.193 +			<File
   1.194 +				RelativePath=".\window.h"
   1.195 +				>
   1.196 +			</File>
   1.197 +		</Filter>
   1.198 +		<Filter
   1.199 +			Name="Interception"
   1.200 +			>
   1.201 +			<File
   1.202 +				RelativePath=".\eat_resolver.cc"
   1.203 +				>
   1.204 +			</File>
   1.205 +			<File
   1.206 +				RelativePath=".\eat_resolver.h"
   1.207 +				>
   1.208 +			</File>
   1.209 +			<File
   1.210 +				RelativePath=".\interception.cc"
   1.211 +				>
   1.212 +			</File>
   1.213 +			<File
   1.214 +				RelativePath=".\interception.h"
   1.215 +				>
   1.216 +			</File>
   1.217 +			<File
   1.218 +				RelativePath=".\interception_agent.cc"
   1.219 +				>
   1.220 +			</File>
   1.221 +			<File
   1.222 +				RelativePath=".\interception_agent.h"
   1.223 +				>
   1.224 +			</File>
   1.225 +			<File
   1.226 +				RelativePath=".\interception_internal.h"
   1.227 +				>
   1.228 +			</File>
   1.229 +			<File
   1.230 +				RelativePath=".\pe_image.cc"
   1.231 +				>
   1.232 +			</File>
   1.233 +			<File
   1.234 +				RelativePath=".\pe_image.h"
   1.235 +				>
   1.236 +			</File>
   1.237 +			<File
   1.238 +				RelativePath=".\resolver.cc"
   1.239 +				>
   1.240 +			</File>
   1.241 +			<File
   1.242 +				RelativePath=".\resolver.h"
   1.243 +				>
   1.244 +			</File>
   1.245 +			<File
   1.246 +				RelativePath=".\service_resolver.cc"
   1.247 +				>
   1.248 +			</File>
   1.249 +			<File
   1.250 +				RelativePath=".\service_resolver.h"
   1.251 +				>
   1.252 +			</File>
   1.253 +			<File
   1.254 +				RelativePath=".\sidestep_resolver.cc"
   1.255 +				>
   1.256 +			</File>
   1.257 +			<File
   1.258 +				RelativePath=".\sidestep_resolver.h"
   1.259 +				>
   1.260 +			</File>
   1.261 +			<File
   1.262 +				RelativePath=".\target_interceptions.cc"
   1.263 +				>
   1.264 +			</File>
   1.265 +			<File
   1.266 +				RelativePath=".\target_interceptions.h"
   1.267 +				>
   1.268 +			</File>
   1.269 +			<File
   1.270 +				RelativePath=".\Wow64.cc"
   1.271 +				>
   1.272 +			</File>
   1.273 +			<File
   1.274 +				RelativePath=".\Wow64.h"
   1.275 +				>
   1.276 +			</File>
   1.277 +			<Filter
   1.278 +				Name="sidestep"
   1.279 +				>
   1.280 +				<File
   1.281 +					RelativePath=".\sidestep\ia32_modrm_map.cpp"
   1.282 +					>
   1.283 +				</File>
   1.284 +				<File
   1.285 +					RelativePath=".\sidestep\ia32_opcode_map.cpp"
   1.286 +					>
   1.287 +				</File>
   1.288 +				<File
   1.289 +					RelativePath=".\sidestep\mini_disassembler.cpp"
   1.290 +					>
   1.291 +				</File>
   1.292 +				<File
   1.293 +					RelativePath=".\sidestep\mini_disassembler.h"
   1.294 +					>
   1.295 +				</File>
   1.296 +				<File
   1.297 +					RelativePath=".\sidestep\mini_disassembler_types.h"
   1.298 +					>
   1.299 +				</File>
   1.300 +				<File
   1.301 +					RelativePath=".\sidestep\preamble_patcher.h"
   1.302 +					>
   1.303 +				</File>
   1.304 +				<File
   1.305 +					RelativePath=".\sidestep\preamble_patcher_with_stub.cpp"
   1.306 +					>
   1.307 +				</File>
   1.308 +			</Filter>
   1.309 +		</Filter>
   1.310 +		<Filter
   1.311 +			Name="nt_level"
   1.312 +			>
   1.313 +			<File
   1.314 +				RelativePath=".\nt_internals.h"
   1.315 +				>
   1.316 +			</File>
   1.317 +			<File
   1.318 +				RelativePath=".\policy_target.cc"
   1.319 +				>
   1.320 +			</File>
   1.321 +			<File
   1.322 +				RelativePath=".\policy_target.h"
   1.323 +				>
   1.324 +			</File>
   1.325 +			<File
   1.326 +				RelativePath=".\sandbox_nt_types.h"
   1.327 +				>
   1.328 +			</File>
   1.329 +			<File
   1.330 +				RelativePath=".\sandbox_nt_util.cc"
   1.331 +				>
   1.332 +			</File>
   1.333 +			<File
   1.334 +				RelativePath=".\sandbox_nt_util.h"
   1.335 +				>
   1.336 +			</File>
   1.337 +		</Filter>
   1.338 +		<Filter
   1.339 +			Name="Policy_handlers"
   1.340 +			>
   1.341 +			<File
   1.342 +				RelativePath=".\filesystem_dispatcher.cc"
   1.343 +				>
   1.344 +			</File>
   1.345 +			<File
   1.346 +				RelativePath=".\filesystem_dispatcher.h"
   1.347 +				>
   1.348 +			</File>
   1.349 +			<File
   1.350 +				RelativePath=".\filesystem_interception.cc"
   1.351 +				>
   1.352 +			</File>
   1.353 +			<File
   1.354 +				RelativePath=".\filesystem_interception.h"
   1.355 +				>
   1.356 +			</File>
   1.357 +			<File
   1.358 +				RelativePath=".\filesystem_policy.cc"
   1.359 +				>
   1.360 +			</File>
   1.361 +			<File
   1.362 +				RelativePath=".\filesystem_policy.h"
   1.363 +				>
   1.364 +			</File>
   1.365 +			<File
   1.366 +				RelativePath=".\named_pipe_dispatcher.cc"
   1.367 +				>
   1.368 +			</File>
   1.369 +			<File
   1.370 +				RelativePath=".\named_pipe_dispatcher.h"
   1.371 +				>
   1.372 +			</File>
   1.373 +			<File
   1.374 +				RelativePath=".\named_pipe_interception.cc"
   1.375 +				>
   1.376 +			</File>
   1.377 +			<File
   1.378 +				RelativePath=".\named_pipe_interception.h"
   1.379 +				>
   1.380 +			</File>
   1.381 +			<File
   1.382 +				RelativePath=".\named_pipe_policy.cc"
   1.383 +				>
   1.384 +			</File>
   1.385 +			<File
   1.386 +				RelativePath=".\named_pipe_policy.h"
   1.387 +				>
   1.388 +			</File>
   1.389 +			<File
   1.390 +				RelativePath=".\policy_params.h"
   1.391 +				>
   1.392 +			</File>
   1.393 +			<File
   1.394 +				RelativePath=".\process_thread_dispatcher.cc"
   1.395 +				>
   1.396 +			</File>
   1.397 +			<File
   1.398 +				RelativePath=".\process_thread_dispatcher.h"
   1.399 +				>
   1.400 +			</File>
   1.401 +			<File
   1.402 +				RelativePath=".\process_thread_interception.cc"
   1.403 +				>
   1.404 +			</File>
   1.405 +			<File
   1.406 +				RelativePath=".\process_thread_interception.h"
   1.407 +				>
   1.408 +			</File>
   1.409 +			<File
   1.410 +				RelativePath=".\process_thread_policy.cc"
   1.411 +				>
   1.412 +			</File>
   1.413 +			<File
   1.414 +				RelativePath=".\process_thread_policy.h"
   1.415 +				>
   1.416 +			</File>
   1.417 +			<File
   1.418 +				RelativePath=".\registry_dispatcher.cc"
   1.419 +				>
   1.420 +			</File>
   1.421 +			<File
   1.422 +				RelativePath=".\registry_dispatcher.h"
   1.423 +				>
   1.424 +			</File>
   1.425 +			<File
   1.426 +				RelativePath=".\registry_interception.cc"
   1.427 +				>
   1.428 +			</File>
   1.429 +			<File
   1.430 +				RelativePath=".\registry_interception.h"
   1.431 +				>
   1.432 +			</File>
   1.433 +			<File
   1.434 +				RelativePath=".\registry_policy.cc"
   1.435 +				>
   1.436 +			</File>
   1.437 +			<File
   1.438 +				RelativePath=".\registry_policy.h"
   1.439 +				>
   1.440 +			</File>
   1.441 +			<File
   1.442 +				RelativePath=".\sync_dispatcher.cc"
   1.443 +				>
   1.444 +			</File>
   1.445 +			<File
   1.446 +				RelativePath=".\sync_dispatcher.h"
   1.447 +				>
   1.448 +			</File>
   1.449 +			<File
   1.450 +				RelativePath=".\sync_interception.cc"
   1.451 +				>
   1.452 +			</File>
   1.453 +			<File
   1.454 +				RelativePath=".\sync_interception.h"
   1.455 +				>
   1.456 +			</File>
   1.457 +			<File
   1.458 +				RelativePath=".\sync_policy.cc"
   1.459 +				>
   1.460 +			</File>
   1.461 +			<File
   1.462 +				RelativePath=".\sync_policy.h"
   1.463 +				>
   1.464 +			</File>
   1.465 +		</Filter>
   1.466 +		<Filter
   1.467 +			Name="IPC"
   1.468 +			>
   1.469 +			<File
   1.470 +				RelativePath=".\crosscall_client.h"
   1.471 +				>
   1.472 +			</File>
   1.473 +			<File
   1.474 +				RelativePath=".\crosscall_params.h"
   1.475 +				>
   1.476 +			</File>
   1.477 +			<File
   1.478 +				RelativePath=".\crosscall_server.cc"
   1.479 +				>
   1.480 +			</File>
   1.481 +			<File
   1.482 +				RelativePath=".\crosscall_server.h"
   1.483 +				>
   1.484 +			</File>
   1.485 +			<File
   1.486 +				RelativePath=".\ipc_tags.h"
   1.487 +				>
   1.488 +			</File>
   1.489 +			<File
   1.490 +				RelativePath=".\sharedmem_ipc_client.cc"
   1.491 +				>
   1.492 +			</File>
   1.493 +			<File
   1.494 +				RelativePath=".\sharedmem_ipc_client.h"
   1.495 +				>
   1.496 +			</File>
   1.497 +			<File
   1.498 +				RelativePath=".\sharedmem_ipc_server.cc"
   1.499 +				>
   1.500 +			</File>
   1.501 +			<File
   1.502 +				RelativePath=".\sharedmem_ipc_server.h"
   1.503 +				>
   1.504 +			</File>
   1.505 +		</Filter>
   1.506 +		<Filter
   1.507 +			Name="Policy_base"
   1.508 +			>
   1.509 +			<File
   1.510 +				RelativePath=".\policy_engine_opcodes.cc"
   1.511 +				>
   1.512 +			</File>
   1.513 +			<File
   1.514 +				RelativePath=".\policy_engine_opcodes.h"
   1.515 +				>
   1.516 +			</File>
   1.517 +			<File
   1.518 +				RelativePath=".\policy_engine_params.h"
   1.519 +				>
   1.520 +			</File>
   1.521 +			<File
   1.522 +				RelativePath=".\policy_engine_processor.cc"
   1.523 +				>
   1.524 +			</File>
   1.525 +			<File
   1.526 +				RelativePath=".\policy_engine_processor.h"
   1.527 +				>
   1.528 +			</File>
   1.529 +			<File
   1.530 +				RelativePath=".\policy_low_level.cc"
   1.531 +				>
   1.532 +			</File>
   1.533 +			<File
   1.534 +				RelativePath=".\policy_low_level.h"
   1.535 +				>
   1.536 +			</File>
   1.537 +			<File
   1.538 +				RelativePath=".\sandbox_policy_base.cc"
   1.539 +				>
   1.540 +			</File>
   1.541 +			<File
   1.542 +				RelativePath=".\sandbox_policy_base.h"
   1.543 +				>
   1.544 +			</File>
   1.545 +		</Filter>
   1.546 +		<File
   1.547 +			RelativePath=".\broker_services.cc"
   1.548 +			>
   1.549 +		</File>
   1.550 +		<File
   1.551 +			RelativePath=".\broker_services.h"
   1.552 +			>
   1.553 +		</File>
   1.554 +		<File
   1.555 +			RelativePath=".\internal_types.h"
   1.556 +			>
   1.557 +		</File>
   1.558 +		<File
   1.559 +			RelativePath=".\policy_broker.cc"
   1.560 +			>
   1.561 +		</File>
   1.562 +		<File
   1.563 +			RelativePath=".\policy_broker.h"
   1.564 +			>
   1.565 +		</File>
   1.566 +		<File
   1.567 +			RelativePath=".\sandbox.cc"
   1.568 +			>
   1.569 +		</File>
   1.570 +		<File
   1.571 +			RelativePath=".\sandbox.h"
   1.572 +			>
   1.573 +		</File>
   1.574 +		<File
   1.575 +			RelativePath=".\sandbox_factory.h"
   1.576 +			>
   1.577 +		</File>
   1.578 +		<File
   1.579 +			RelativePath=".\sandbox_policy.h"
   1.580 +			>
   1.581 +		</File>
   1.582 +		<File
   1.583 +			RelativePath=".\sandbox_types.h"
   1.584 +			>
   1.585 +		</File>
   1.586 +		<File
   1.587 +			RelativePath=".\sandbox_utils.cc"
   1.588 +			>
   1.589 +		</File>
   1.590 +		<File
   1.591 +			RelativePath=".\sandbox_utils.h"
   1.592 +			>
   1.593 +		</File>
   1.594 +		<File
   1.595 +			RelativePath=".\shared_handles.cc"
   1.596 +			>
   1.597 +		</File>
   1.598 +		<File
   1.599 +			RelativePath=".\shared_handles.h"
   1.600 +			>
   1.601 +		</File>
   1.602 +		<File
   1.603 +			RelativePath=".\stdafx.cc"
   1.604 +			>
   1.605 +			<FileConfiguration
   1.606 +				Name="Debug|Win32"
   1.607 +				>
   1.608 +				<Tool
   1.609 +					Name="VCCLCompilerTool"
   1.610 +					UsePrecompiledHeader="1"
   1.611 +				/>
   1.612 +			</FileConfiguration>
   1.613 +			<FileConfiguration
   1.614 +				Name="Release|Win32"
   1.615 +				>
   1.616 +				<Tool
   1.617 +					Name="VCCLCompilerTool"
   1.618 +					UsePrecompiledHeader="0"
   1.619 +				/>
   1.620 +			</FileConfiguration>
   1.621 +		</File>
   1.622 +		<File
   1.623 +			RelativePath=".\stdafx.h"
   1.624 +			>
   1.625 +		</File>
   1.626 +		<File
   1.627 +			RelativePath=".\target_process.cc"
   1.628 +			>
   1.629 +		</File>
   1.630 +		<File
   1.631 +			RelativePath=".\target_process.h"
   1.632 +			>
   1.633 +		</File>
   1.634 +		<File
   1.635 +			RelativePath=".\target_services.cc"
   1.636 +			>
   1.637 +		</File>
   1.638 +		<File
   1.639 +			RelativePath=".\target_services.h"
   1.640 +			>
   1.641 +		</File>
   1.642 +		<File
   1.643 +			RelativePath=".\win2k_threadpool.cc"
   1.644 +			>
   1.645 +		</File>
   1.646 +		<File
   1.647 +			RelativePath=".\win2k_threadpool.h"
   1.648 +			>
   1.649 +		</File>
   1.650 +		<File
   1.651 +			RelativePath=".\win_utils.cc"
   1.652 +			>
   1.653 +		</File>
   1.654 +		<File
   1.655 +			RelativePath=".\win_utils.h"
   1.656 +			>
   1.657 +		</File>
   1.658 +	</Files>
   1.659 +	<Globals>
   1.660 +	</Globals>
   1.661 +</VisualStudioProject>

mercurial