125 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			125 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <ItemGroup Label="ProjectConfigurations">
 | |
|     <ProjectConfiguration Include="Debug|ARM">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>ARM</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|ARM64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>ARM64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|Win32">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|ARM">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>ARM</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|ARM64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>ARM64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|Win32">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|x64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectName>libusb-1.0 (dll)</ProjectName>
 | |
|     <ProjectGuid>{349EE8FA-7D25-4909-AAF5-FF3FADE72187}</ProjectGuid>
 | |
|     <RootNamespace>libusbdll</RootNamespace>
 | |
|     <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
 | |
|     <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
 | |
|     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|     <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <PropertyGroup Label="UserMacros" />
 | |
|   <PropertyGroup>
 | |
|     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | |
|     <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\dll\$(TargetName)\</IntDir>
 | |
|     <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\dll\</OutDir>
 | |
|     <TargetName>libusb-1.0</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup>
 | |
|     <ClCompile>
 | |
|       <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
 | |
|       <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions>_WIN32_WINNT=_WIN32_WINNT_VISTA;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <WarningLevel>Level4</WarningLevel>
 | |
|     </ClCompile>
 | |
|     <ClCompile Condition="'$(Configuration)'=='Debug'">
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <ClCompile Condition="'$(Configuration)'=='Release'">
 | |
|       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <EmbedManagedResourceFile>libusb-1.0.rc;%(EmbedManagedResourceFile)</EmbedManagedResourceFile>
 | |
|       <ModuleDefinitionFile>..\libusb\libusb-1.0.def</ModuleDefinitionFile>
 | |
|       <AdditionalDependencies>kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|     <Link Condition="'$(Configuration)'=='Debug'">
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\libusb\core.c" />
 | |
|     <ClCompile Include="..\libusb\descriptor.c" />
 | |
|     <ClCompile Include="..\libusb\os\events_windows.c" />
 | |
|     <ClCompile Include="..\libusb\hotplug.c" />
 | |
|     <ClCompile Include="..\libusb\io.c" />
 | |
|     <ClCompile Include="..\libusb\strerror.c" />
 | |
|     <ClCompile Include="..\libusb\sync.c" />
 | |
|     <ClCompile Include="..\libusb\os\threads_windows.c" />
 | |
|     <ClCompile Include="..\libusb\os\windows_common.c" />
 | |
|     <ClCompile Include="..\libusb\os\windows_usbdk.c" />
 | |
|     <ClCompile Include="..\libusb\os\windows_winusb.c" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include=".\config.h" />
 | |
|     <ClInclude Include="..\libusb\os\events_windows.h" />
 | |
|     <ClInclude Include="..\libusb\hotplug.h" />
 | |
|     <ClInclude Include="..\libusb\libusb.h" />
 | |
|     <ClInclude Include="..\libusb\libusbi.h" />
 | |
|     <ClInclude Include="..\libusb\os\threads_windows.h" />
 | |
|     <ClInclude Include="..\libusb\version.h" />
 | |
|     <ClInclude Include="..\libusb\version_nano.h" />
 | |
|     <ClInclude Include="..\libusb\os\windows_common.h" />
 | |
|     <ClInclude Include="..\libusb\os\windows_usbdk.h" />
 | |
|     <ClInclude Include="..\libusb\os\windows_winusb.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="..\libusb\libusb-1.0.def" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="..\libusb\libusb-1.0.rc" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |