1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="sbox_validation_tests" 6 ProjectGUID="{B9CC7B0D-145A-49C2-B887-84E43CFA0F27}" 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 AdditionalDependencies="shlwapi.lib" 57 /> 58 <Tool 59 Name="VCALinkTool" 60 /> 61 <Tool 62 Name="VCManifestTool" 63 /> 64 <Tool 65 Name="VCXDCMakeTool" 66 /> 67 <Tool 68 Name="VCBscMakeTool" 69 /> 70 <Tool 71 Name="VCFxCopTool" 72 /> 73 <Tool 74 Name="VCAppVerifierTool" 75 /> 76 <Tool 77 Name="VCWebDeploymentTool" 78 /> 79 <Tool 80 Name="VCPostBuildEventTool" 81 /> 82 </Configuration> 83 <Configuration 84 Name="Release|Win32" 85 ConfigurationType="1" 86 InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" 87 > 88 <Tool 89 Name="VCPreBuildEventTool" 90 /> 91 <Tool 92 Name="VCCustomBuildTool" 93 /> 94 <Tool 95 Name="VCXMLDataGeneratorTool" 96 /> 97 <Tool 98 Name="VCWebServiceProxyGeneratorTool" 99 /> 100 <Tool 101 Name="VCMIDLTool" 102 /> 103 <Tool 104 Name="VCCLCompilerTool" 105 PreprocessorDefinitions="_CONSOLE" 106 UsePrecompiledHeader="0" 107 WarningLevel="3" 108 /> 109 <Tool 110 Name="VCManagedResourceCompilerTool" 111 /> 112 <Tool 113 Name="VCResourceCompilerTool" 114 /> 115 <Tool 116 Name="VCPreLinkEventTool" 117 /> 118 <Tool 119 Name="VCLinkerTool" 120 AdditionalDependencies="shlwapi.lib" 121 /> 122 <Tool 123 Name="VCALinkTool" 124 /> 125 <Tool 126 Name="VCManifestTool" 127 /> 128 <Tool 129 Name="VCXDCMakeTool" 130 /> 131 <Tool 132 Name="VCBscMakeTool" 133 /> 134 <Tool 135 Name="VCFxCopTool" 136 /> 137 <Tool 138 Name="VCAppVerifierTool" 139 /> 140 <Tool 141 Name="VCWebDeploymentTool" 142 /> 143 <Tool 144 Name="VCPostBuildEventTool" 145 /> 146 </Configuration> 147 </Configurations> 148 <References> 149 </References> 150 <Files> 151 <Filter 152 Name="Common" 153 Filter="h;hpp;hxx;hm;inl;inc;xsd" 154 UniqueIdentifier="{2E6C7E35-7538-4883-B80C-C89961A80D66}" 155 > 156 <File 157 RelativePath="..\common\controller.cc" 158 > 159 </File> 160 <File 161 RelativePath="..\common\controller.h" 162 > 163 </File> 164 <File 165 RelativePath="..\..\..\testing\gtest\src\gtest.cc" 166 > 167 </File> 168 <File 169 RelativePath=".\stdafx.cc" 170 > 171 <FileConfiguration 172 Name="Debug|Win32" 173 > 174 <Tool 175 Name="VCCLCompilerTool" 176 UsePrecompiledHeader="1" 177 /> 178 </FileConfiguration> 179 <FileConfiguration 180 Name="Release|Win32" 181 ExcludedFromBuild="true" 182 > 183 <Tool 184 Name="VCCLCompilerTool" 185 /> 186 </FileConfiguration> 187 </File> 188 <File 189 RelativePath=".\stdafx.h" 190 > 191 </File> 192 <File 193 RelativePath=".\unit_tests.cc" 194 > 195 </File> 196 </Filter> 197 <Filter 198 Name="Suite" 199 > 200 <File 201 RelativePath=".\commands.cc" 202 > 203 </File> 204 <File 205 RelativePath=".\commands.h" 206 > 207 </File> 208 <File 209 RelativePath=".\suite.cc" 210 > 211 </File> 212 </Filter> 213 </Files> 214 <Globals> 215 </Globals> 216</VisualStudioProject> 217