Home | History | Annotate | Download | only in unit_tests
      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"
      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="1"
     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 				PreprocessorDefinitions="_CONSOLE"
     41 				UsePrecompiledHeader="2"
     42 				WarningLevel="3"
     43 				ForcedIncludeFiles="stdafx.h"
     44 			/>
     45 			<Tool
     46 				Name="VCManagedResourceCompilerTool"
     47 			/>
     48 			<Tool
     49 				Name="VCResourceCompilerTool"
     50 			/>
     51 			<Tool
     52 				Name="VCPreLinkEventTool"
     53 			/>
     54 			<Tool
     55 				Name="VCLinkerTool"
     56 			/>
     57 			<Tool
     58 				Name="VCALinkTool"
     59 			/>
     60 			<Tool
     61 				Name="VCManifestTool"
     62 			/>
     63 			<Tool
     64 				Name="VCXDCMakeTool"
     65 			/>
     66 			<Tool
     67 				Name="VCBscMakeTool"
     68 			/>
     69 			<Tool
     70 				Name="VCFxCopTool"
     71 			/>
     72 			<Tool
     73 				Name="VCAppVerifierTool"
     74 			/>
     75 			<Tool
     76 				Name="VCWebDeploymentTool"
     77 			/>
     78 			<Tool
     79 				Name="VCPostBuildEventTool"
     80 			/>
     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"
     86 			>
     87 			<Tool
     88 				Name="VCPreBuildEventTool"
     89 			/>
     90 			<Tool
     91 				Name="VCCustomBuildTool"
     92 			/>
     93 			<Tool
     94 				Name="VCXMLDataGeneratorTool"
     95 			/>
     96 			<Tool
     97 				Name="VCWebServiceProxyGeneratorTool"
     98 			/>
     99 			<Tool
    100 				Name="VCMIDLTool"
    101 			/>
    102 			<Tool
    103 				Name="VCCLCompilerTool"
    104 				PreprocessorDefinitions="_CONSOLE"
    105 				UsePrecompiledHeader="0"
    106 				WarningLevel="3"
    107 			/>
    108 			<Tool
    109 				Name="VCManagedResourceCompilerTool"
    110 			/>
    111 			<Tool
    112 				Name="VCResourceCompilerTool"
    113 			/>
    114 			<Tool
    115 				Name="VCPreLinkEventTool"
    116 			/>
    117 			<Tool
    118 				Name="VCLinkerTool"
    119 			/>
    120 			<Tool
    121 				Name="VCALinkTool"
    122 			/>
    123 			<Tool
    124 				Name="VCManifestTool"
    125 			/>
    126 			<Tool
    127 				Name="VCXDCMakeTool"
    128 			/>
    129 			<Tool
    130 				Name="VCBscMakeTool"
    131 			/>
    132 			<Tool
    133 				Name="VCFxCopTool"
    134 			/>
    135 			<Tool
    136 				Name="VCAppVerifierTool"
    137 			/>
    138 			<Tool
    139 				Name="VCWebDeploymentTool"
    140 			/>
    141 			<Tool
    142 				Name="VCPostBuildEventTool"
    143 			/>
    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}"
    153 			>
    154 			<File
    155 				RelativePath="..\..\..\testing\gtest\src\gtest.cc"
    156 				>
    157 			</File>
    158 			<File
    159 				RelativePath=".\stdafx.cc"
    160 				>
    161 				<FileConfiguration
    162 					Name="Debug|Win32"
    163 					>
    164 					<Tool
    165 						Name="VCCLCompilerTool"
    166 						UsePrecompiledHeader="1"
    167 					/>
    168 				</FileConfiguration>
    169 				<FileConfiguration
    170 					Name="Release|Win32"
    171 					>
    172 					<Tool
    173 						Name="VCCLCompilerTool"
    174 						UsePrecompiledHeader="0"
    175 					/>
    176 				</FileConfiguration>
    177 			</File>
    178 			<File
    179 				RelativePath=".\stdafx.h"
    180 				>
    181 			</File>
    182 			<File
    183 				RelativePath=".\unit_tests.cc"
    184 				>
    185 			</File>
    186 		</Filter>
    187 		<Filter
    188 			Name="TestInterception"
    189 			>
    190 			<File
    191 				RelativePath="..\..\src\interception_unittest.cc"
    192 				>
    193 			</File>
    194 			<File
    195 				RelativePath="..\..\src\pe_image_unittest.cc"
    196 				>
    197 			</File>
    198 			<File
    199 				RelativePath="..\..\src\service_resolver_unittest.cc"
    200 				>
    201 			</File>
    202 		</Filter>
    203 		<Filter
    204 			Name="TestRestrictedToken"
    205 			>
    206 			<File
    207 				RelativePath="..\..\src\restricted_token_unittest.cc"
    208 				>
    209 			</File>
    210 		</Filter>
    211 		<Filter
    212 			Name="TestJob"
    213 			>
    214 			<File
    215 				RelativePath="..\..\src\job_unittest.cc"
    216 				>
    217 			</File>
    218 		</Filter>
    219 		<Filter
    220 			Name="Sid"
    221 			>
    222 			<File
    223 				RelativePath="..\..\src\sid_unittest.cc"
    224 				>
    225 			</File>
    226 		</Filter>
    227 		<Filter
    228 			Name="Policy"
    229 			>
    230 			<File
    231 				RelativePath="..\..\src\policy_engine_unittest.cc"
    232 				>
    233 			</File>
    234 			<File
    235 				RelativePath="..\..\src\policy_low_level_unittest.cc"
    236 				>
    237 			</File>
    238 			<File
    239 				RelativePath="..\..\src\policy_opcodes_unittest.cc"
    240 				>
    241 			</File>
    242 		</Filter>
    243 		<Filter
    244 			Name="IPC"
    245 			>
    246 			<File
    247 				RelativePath="..\..\src\ipc_unittest.cc"
    248 				>
    249 			</File>
    250 			<File
    251 				RelativePath="..\..\src\threadpool_unittest.cc"
    252 				>
    253 			</File>
    254 		</Filter>
    255 	</Files>
    256 	<Globals>
    257 	</Globals>
    258 </VisualStudioProject>
    259