1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="stress" 6 ProjectGUID="{53942EFF-C810-458D-B3CB-EE5CE9F1E781}" 7 RootNamespace="tests" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 </ToolFiles> 20 <Configurations> 21 <Configuration 22 Name="Debug|Win32" 23 OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\tests" 24 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\tests\$(ProjectName)" 25 ConfigurationType="1" 26 CharacterSet="1" 27 > 28 <Tool 29 Name="VCPreBuildEventTool" 30 /> 31 <Tool 32 Name="VCCustomBuildTool" 33 /> 34 <Tool 35 Name="VCXMLDataGeneratorTool" 36 /> 37 <Tool 38 Name="VCWebServiceProxyGeneratorTool" 39 /> 40 <Tool 41 Name="VCMIDLTool" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="0" 46 AdditionalIncludeDirectories="..\libusb" 47 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 48 MinimalRebuild="true" 49 BasicRuntimeChecks="3" 50 RuntimeLibrary="3" 51 UsePrecompiledHeader="0" 52 WarningLevel="3" 53 Detect64BitPortabilityProblems="false" 54 DebugInformationFormat="4" 55 /> 56 <Tool 57 Name="VCManagedResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCResourceCompilerTool" 61 /> 62 <Tool 63 Name="VCPreLinkEventTool" 64 /> 65 <Tool 66 Name="VCLinkerTool" 67 LinkIncremental="2" 68 GenerateDebugInformation="true" 69 SubSystem="1" 70 TargetMachine="1" 71 /> 72 <Tool 73 Name="VCALinkTool" 74 /> 75 <Tool 76 Name="VCManifestTool" 77 /> 78 <Tool 79 Name="VCXDCMakeTool" 80 /> 81 <Tool 82 Name="VCBscMakeTool" 83 /> 84 <Tool 85 Name="VCFxCopTool" 86 /> 87 <Tool 88 Name="VCAppVerifierTool" 89 /> 90 <Tool 91 Name="VCWebDeploymentTool" 92 /> 93 <Tool 94 Name="VCPostBuildEventTool" 95 /> 96 </Configuration> 97 <Configuration 98 Name="Debug|x64" 99 OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\tests" 100 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\tests\$(ProjectName)" 101 ConfigurationType="1" 102 CharacterSet="1" 103 > 104 <Tool 105 Name="VCPreBuildEventTool" 106 /> 107 <Tool 108 Name="VCCustomBuildTool" 109 /> 110 <Tool 111 Name="VCXMLDataGeneratorTool" 112 /> 113 <Tool 114 Name="VCWebServiceProxyGeneratorTool" 115 /> 116 <Tool 117 Name="VCMIDLTool" 118 TargetEnvironment="3" 119 /> 120 <Tool 121 Name="VCCLCompilerTool" 122 Optimization="0" 123 AdditionalIncludeDirectories="..\libusb" 124 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 125 MinimalRebuild="true" 126 BasicRuntimeChecks="3" 127 RuntimeLibrary="3" 128 UsePrecompiledHeader="0" 129 WarningLevel="3" 130 Detect64BitPortabilityProblems="false" 131 DebugInformationFormat="3" 132 /> 133 <Tool 134 Name="VCManagedResourceCompilerTool" 135 /> 136 <Tool 137 Name="VCResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCPreLinkEventTool" 141 /> 142 <Tool 143 Name="VCLinkerTool" 144 LinkIncremental="2" 145 GenerateDebugInformation="true" 146 SubSystem="1" 147 TargetMachine="17" 148 /> 149 <Tool 150 Name="VCALinkTool" 151 /> 152 <Tool 153 Name="VCManifestTool" 154 /> 155 <Tool 156 Name="VCXDCMakeTool" 157 /> 158 <Tool 159 Name="VCBscMakeTool" 160 /> 161 <Tool 162 Name="VCFxCopTool" 163 /> 164 <Tool 165 Name="VCAppVerifierTool" 166 /> 167 <Tool 168 Name="VCWebDeploymentTool" 169 /> 170 <Tool 171 Name="VCPostBuildEventTool" 172 /> 173 </Configuration> 174 <Configuration 175 Name="Release|Win32" 176 OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\tests" 177 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\tests\$(ProjectName)" 178 ConfigurationType="1" 179 CharacterSet="1" 180 WholeProgramOptimization="1" 181 > 182 <Tool 183 Name="VCPreBuildEventTool" 184 /> 185 <Tool 186 Name="VCCustomBuildTool" 187 /> 188 <Tool 189 Name="VCXMLDataGeneratorTool" 190 /> 191 <Tool 192 Name="VCWebServiceProxyGeneratorTool" 193 /> 194 <Tool 195 Name="VCMIDLTool" 196 /> 197 <Tool 198 Name="VCCLCompilerTool" 199 AdditionalIncludeDirectories="..\libusb" 200 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 201 RuntimeLibrary="2" 202 UsePrecompiledHeader="0" 203 WarningLevel="3" 204 Detect64BitPortabilityProblems="false" 205 DebugInformationFormat="3" 206 /> 207 <Tool 208 Name="VCManagedResourceCompilerTool" 209 /> 210 <Tool 211 Name="VCResourceCompilerTool" 212 /> 213 <Tool 214 Name="VCPreLinkEventTool" 215 /> 216 <Tool 217 Name="VCLinkerTool" 218 LinkIncremental="1" 219 GenerateDebugInformation="true" 220 SubSystem="1" 221 OptimizeReferences="2" 222 EnableCOMDATFolding="2" 223 TargetMachine="1" 224 /> 225 <Tool 226 Name="VCALinkTool" 227 /> 228 <Tool 229 Name="VCManifestTool" 230 /> 231 <Tool 232 Name="VCXDCMakeTool" 233 /> 234 <Tool 235 Name="VCBscMakeTool" 236 /> 237 <Tool 238 Name="VCFxCopTool" 239 /> 240 <Tool 241 Name="VCAppVerifierTool" 242 /> 243 <Tool 244 Name="VCWebDeploymentTool" 245 /> 246 <Tool 247 Name="VCPostBuildEventTool" 248 /> 249 </Configuration> 250 <Configuration 251 Name="Release|x64" 252 OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\tests" 253 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\tests\$(ProjectName)" 254 ConfigurationType="1" 255 CharacterSet="1" 256 WholeProgramOptimization="1" 257 > 258 <Tool 259 Name="VCPreBuildEventTool" 260 /> 261 <Tool 262 Name="VCCustomBuildTool" 263 /> 264 <Tool 265 Name="VCXMLDataGeneratorTool" 266 /> 267 <Tool 268 Name="VCWebServiceProxyGeneratorTool" 269 /> 270 <Tool 271 Name="VCMIDLTool" 272 TargetEnvironment="3" 273 /> 274 <Tool 275 Name="VCCLCompilerTool" 276 AdditionalIncludeDirectories="..\libusb" 277 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 278 RuntimeLibrary="2" 279 UsePrecompiledHeader="0" 280 WarningLevel="3" 281 Detect64BitPortabilityProblems="false" 282 DebugInformationFormat="3" 283 /> 284 <Tool 285 Name="VCManagedResourceCompilerTool" 286 /> 287 <Tool 288 Name="VCResourceCompilerTool" 289 /> 290 <Tool 291 Name="VCPreLinkEventTool" 292 /> 293 <Tool 294 Name="VCLinkerTool" 295 LinkIncremental="1" 296 GenerateDebugInformation="true" 297 SubSystem="1" 298 OptimizeReferences="2" 299 EnableCOMDATFolding="2" 300 TargetMachine="17" 301 /> 302 <Tool 303 Name="VCALinkTool" 304 /> 305 <Tool 306 Name="VCManifestTool" 307 /> 308 <Tool 309 Name="VCXDCMakeTool" 310 /> 311 <Tool 312 Name="VCBscMakeTool" 313 /> 314 <Tool 315 Name="VCFxCopTool" 316 /> 317 <Tool 318 Name="VCAppVerifierTool" 319 /> 320 <Tool 321 Name="VCWebDeploymentTool" 322 /> 323 <Tool 324 Name="VCPostBuildEventTool" 325 /> 326 </Configuration> 327 </Configurations> 328 <References> 329 </References> 330 <Files> 331 <Filter 332 Name="Source Files" 333 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 334 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 335 > 336 <File 337 RelativePath="..\tests\testlib.c" 338 > 339 <FileConfiguration 340 Name="Release|Win32" 341 > 342 <Tool 343 Name="VCCLCompilerTool" 344 Detect64BitPortabilityProblems="false" 345 /> 346 </FileConfiguration> 347 <FileConfiguration 348 Name="Release|x64" 349 > 350 <Tool 351 Name="VCCLCompilerTool" 352 Detect64BitPortabilityProblems="false" 353 /> 354 </FileConfiguration> 355 </File> 356 <File 357 RelativePath="..\tests\stress.c" 358 > 359 <FileConfiguration 360 Name="Release|Win32" 361 > 362 <Tool 363 Name="VCCLCompilerTool" 364 Detect64BitPortabilityProblems="false" 365 /> 366 </FileConfiguration> 367 <FileConfiguration 368 Name="Release|x64" 369 > 370 <Tool 371 Name="VCCLCompilerTool" 372 Detect64BitPortabilityProblems="false" 373 /> 374 </FileConfiguration> 375 </File> 376 </Filter> 377 <Filter 378 Name="Header Files" 379 Filter="h;hpp;hxx;hm;inl;inc;xsd" 380 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 381 > 382 <File 383 RelativePath="..\tests\libusb_testlib.h" 384 > 385 </File> 386 </Filter> 387 </Files> 388 <Globals> 389 </Globals> 390</VisualStudioProject> 391