1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="libusb-1.0 (dll)" 6 ProjectGUID="{8224C054-5968-4238-832C-167155E7ECC3}" 7 RootNamespace="libusbdll" 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)\dll" 24 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\dll\libusb-1.0" 25 ConfigurationType="2" 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;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS" 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 OutputFile="$(OutDir)\libusb-1.0.dll" 68 LinkIncremental="2" 69 ModuleDefinitionFile="..\libusb\libusb-1.0.def" 70 GenerateDebugInformation="true" 71 SubSystem="2" 72 TargetMachine="1" 73 /> 74 <Tool 75 Name="VCALinkTool" 76 /> 77 <Tool 78 Name="VCManifestTool" 79 /> 80 <Tool 81 Name="VCXDCMakeTool" 82 /> 83 <Tool 84 Name="VCBscMakeTool" 85 /> 86 <Tool 87 Name="VCFxCopTool" 88 /> 89 <Tool 90 Name="VCAppVerifierTool" 91 /> 92 <Tool 93 Name="VCWebDeploymentTool" 94 /> 95 <Tool 96 Name="VCPostBuildEventTool" 97 /> 98 </Configuration> 99 <Configuration 100 Name="Debug|x64" 101 OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\dll" 102 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\dll\libusb-1.0" 103 ConfigurationType="2" 104 CharacterSet="1" 105 > 106 <Tool 107 Name="VCPreBuildEventTool" 108 /> 109 <Tool 110 Name="VCCustomBuildTool" 111 /> 112 <Tool 113 Name="VCXMLDataGeneratorTool" 114 /> 115 <Tool 116 Name="VCWebServiceProxyGeneratorTool" 117 /> 118 <Tool 119 Name="VCMIDLTool" 120 TargetEnvironment="3" 121 /> 122 <Tool 123 Name="VCCLCompilerTool" 124 Optimization="0" 125 AdditionalIncludeDirectories=".;..\libusb" 126 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS" 127 MinimalRebuild="true" 128 BasicRuntimeChecks="3" 129 RuntimeLibrary="3" 130 UsePrecompiledHeader="0" 131 WarningLevel="3" 132 Detect64BitPortabilityProblems="false" 133 DebugInformationFormat="3" 134 /> 135 <Tool 136 Name="VCManagedResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCResourceCompilerTool" 140 /> 141 <Tool 142 Name="VCPreLinkEventTool" 143 /> 144 <Tool 145 Name="VCLinkerTool" 146 OutputFile="$(OutDir)\libusb-1.0.dll" 147 LinkIncremental="2" 148 ModuleDefinitionFile="..\libusb\libusb-1.0.def" 149 GenerateDebugInformation="true" 150 SubSystem="2" 151 TargetMachine="17" 152 /> 153 <Tool 154 Name="VCALinkTool" 155 /> 156 <Tool 157 Name="VCManifestTool" 158 /> 159 <Tool 160 Name="VCXDCMakeTool" 161 /> 162 <Tool 163 Name="VCBscMakeTool" 164 /> 165 <Tool 166 Name="VCFxCopTool" 167 /> 168 <Tool 169 Name="VCAppVerifierTool" 170 /> 171 <Tool 172 Name="VCWebDeploymentTool" 173 /> 174 <Tool 175 Name="VCPostBuildEventTool" 176 /> 177 </Configuration> 178 <Configuration 179 Name="Release|Win32" 180 OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\dll" 181 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\dll\libusb-1.0" 182 ConfigurationType="2" 183 CharacterSet="1" 184 WholeProgramOptimization="1" 185 > 186 <Tool 187 Name="VCPreBuildEventTool" 188 /> 189 <Tool 190 Name="VCCustomBuildTool" 191 /> 192 <Tool 193 Name="VCXMLDataGeneratorTool" 194 /> 195 <Tool 196 Name="VCWebServiceProxyGeneratorTool" 197 /> 198 <Tool 199 Name="VCMIDLTool" 200 /> 201 <Tool 202 Name="VCCLCompilerTool" 203 AdditionalIncludeDirectories=".;..\libusb" 204 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS" 205 RuntimeLibrary="2" 206 UsePrecompiledHeader="0" 207 WarningLevel="3" 208 Detect64BitPortabilityProblems="false" 209 DebugInformationFormat="3" 210 /> 211 <Tool 212 Name="VCManagedResourceCompilerTool" 213 /> 214 <Tool 215 Name="VCResourceCompilerTool" 216 /> 217 <Tool 218 Name="VCPreLinkEventTool" 219 /> 220 <Tool 221 Name="VCLinkerTool" 222 OutputFile="$(OutDir)\libusb-1.0.dll" 223 LinkIncremental="1" 224 ModuleDefinitionFile="..\libusb\libusb-1.0.def" 225 GenerateDebugInformation="true" 226 SubSystem="2" 227 OptimizeReferences="2" 228 EnableCOMDATFolding="2" 229 TargetMachine="1" 230 /> 231 <Tool 232 Name="VCALinkTool" 233 /> 234 <Tool 235 Name="VCManifestTool" 236 /> 237 <Tool 238 Name="VCXDCMakeTool" 239 /> 240 <Tool 241 Name="VCBscMakeTool" 242 /> 243 <Tool 244 Name="VCFxCopTool" 245 /> 246 <Tool 247 Name="VCAppVerifierTool" 248 /> 249 <Tool 250 Name="VCWebDeploymentTool" 251 /> 252 <Tool 253 Name="VCPostBuildEventTool" 254 /> 255 </Configuration> 256 <Configuration 257 Name="Release|x64" 258 OutputDirectory="..\$(PlatformName)\$(ConfigurationName)\dll" 259 IntermediateDirectory="..\$(PlatformName)\$(ConfigurationName)\dll\libusb-1.0" 260 ConfigurationType="2" 261 CharacterSet="1" 262 WholeProgramOptimization="1" 263 > 264 <Tool 265 Name="VCPreBuildEventTool" 266 /> 267 <Tool 268 Name="VCCustomBuildTool" 269 /> 270 <Tool 271 Name="VCXMLDataGeneratorTool" 272 /> 273 <Tool 274 Name="VCWebServiceProxyGeneratorTool" 275 /> 276 <Tool 277 Name="VCMIDLTool" 278 TargetEnvironment="3" 279 /> 280 <Tool 281 Name="VCCLCompilerTool" 282 AdditionalIncludeDirectories=".;..\libusb" 283 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS" 284 RuntimeLibrary="2" 285 UsePrecompiledHeader="0" 286 WarningLevel="3" 287 Detect64BitPortabilityProblems="false" 288 DebugInformationFormat="3" 289 /> 290 <Tool 291 Name="VCManagedResourceCompilerTool" 292 /> 293 <Tool 294 Name="VCResourceCompilerTool" 295 /> 296 <Tool 297 Name="VCPreLinkEventTool" 298 /> 299 <Tool 300 Name="VCLinkerTool" 301 OutputFile="$(OutDir)\libusb-1.0.dll" 302 LinkIncremental="1" 303 ModuleDefinitionFile="..\libusb\libusb-1.0.def" 304 GenerateDebugInformation="true" 305 SubSystem="2" 306 OptimizeReferences="2" 307 EnableCOMDATFolding="2" 308 TargetMachine="17" 309 /> 310 <Tool 311 Name="VCALinkTool" 312 /> 313 <Tool 314 Name="VCManifestTool" 315 /> 316 <Tool 317 Name="VCXDCMakeTool" 318 /> 319 <Tool 320 Name="VCBscMakeTool" 321 /> 322 <Tool 323 Name="VCFxCopTool" 324 /> 325 <Tool 326 Name="VCAppVerifierTool" 327 /> 328 <Tool 329 Name="VCWebDeploymentTool" 330 /> 331 <Tool 332 Name="VCPostBuildEventTool" 333 /> 334 </Configuration> 335 </Configurations> 336 <References> 337 </References> 338 <Files> 339 <Filter 340 Name="Source Files" 341 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 342 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 343 > 344 <File 345 RelativePath="..\libusb\core.c" 346 > 347 </File> 348 <File 349 RelativePath="..\libusb\descriptor.c" 350 > 351 </File> 352 <File 353 RelativePath="..\libusb\hotplug.c" 354 > 355 </File> 356 <File 357 RelativePath="..\libusb\io.c" 358 > 359 </File> 360 <File 361 RelativePath="..\libusb\os\poll_windows.c" 362 > 363 </File> 364 <File 365 RelativePath="..\libusb\strerror.c" 366 > 367 </File> 368 <File 369 RelativePath="..\libusb\sync.c" 370 > 371 </File> 372 <File 373 RelativePath="..\libusb\os\threads_windows.c" 374 > 375 </File> 376 <File 377 RelativePath="..\libusb\os\windows_winusb.c" 378 > 379 </File> 380 </Filter> 381 <Filter 382 Name="Header Files" 383 Filter="h;hpp;hxx;hm;inl;inc;xsd" 384 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 385 > 386 <File 387 RelativePath=".\config.h" 388 > 389 </File> 390 <File 391 RelativePath="..\libusb\hotplug.h" 392 > 393 </File> 394 <File 395 RelativePath="..\libusb\libusb.h" 396 > 397 </File> 398 <File 399 RelativePath="..\libusb\libusbi.h" 400 > 401 </File> 402 <File 403 RelativePath="..\libusb\os\poll_windows.h" 404 > 405 </File> 406 <File 407 RelativePath="..\libusb\os\threads_windows.h" 408 > 409 </File> 410 <File 411 RelativePath="..\libusb\os\windows_winusb.h" 412 > 413 </File> 414 <File 415 RelativePath="..\libusb\os\windows_common.h" 416 > 417 </File> 418 </Filter> 419 <Filter 420 Name="Resource Files" 421 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 422 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 423 > 424 <File 425 RelativePath="..\libusb\libusb-1.0.def" 426 > 427 </File> 428 <File 429 RelativePath="..\libusb\libusb-1.0.rc" 430 > 431 </File> 432 </Filter> 433 </Files> 434 <Globals> 435 </Globals> 436 </VisualStudioProject> 437