Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug|ARM"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>ARM</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>ARM64</Platform> |
| 11 | </ProjectConfiguration> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Debug|x64"> |
| 17 | <Configuration>Debug</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 20 | <ProjectConfiguration Include="Release|ARM"> |
| 21 | <Configuration>Release</Configuration> |
| 22 | <Platform>ARM</Platform> |
| 23 | </ProjectConfiguration> |
| 24 | <ProjectConfiguration Include="Release|ARM64"> |
| 25 | <Configuration>Release</Configuration> |
| 26 | <Platform>ARM64</Platform> |
| 27 | </ProjectConfiguration> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 28 | <ProjectConfiguration Include="Release|Win32"> |
| 29 | <Configuration>Release</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
| 36 | </ItemGroup> |
| 37 | <PropertyGroup Label="Globals"> |
| 38 | <ProjectName>libusb-1.0 (static)</ProjectName> |
| 39 | <ProjectGuid>{349EE8F9-7D25-4909-AAF5-FF3FADE72187}</ProjectGuid> |
| 40 | <RootNamespace>libusb</RootNamespace> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 41 | <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport> |
| 42 | <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> |
Chris Dickens | de4a59a | 2020-01-21 15:38:56 -0800 | [diff] [blame] | 43 | <WindowsTargetPlatformVersion Condition="'$(Platform)'=='ARM' Or '$(Platform)'=='ARM64'">10.0.17763.0</WindowsTargetPlatformVersion> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 44 | </PropertyGroup> |
| 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 46 | <PropertyGroup Label="Configuration"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 47 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 48 | <CharacterSet>Unicode</CharacterSet> |
| 49 | <PlatformToolset>v141</PlatformToolset> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 50 | <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 51 | </PropertyGroup> |
| 52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 53 | <ImportGroup Label="ExtensionSettings"> |
| 54 | </ImportGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 55 | <ImportGroup Label="PropertySheets"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 57 | </ImportGroup> |
| 58 | <PropertyGroup Label="UserMacros" /> |
| 59 | <PropertyGroup> |
| 60 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
RipleyTom | 8436ba6 | 2019-05-02 16:13:20 +0200 | [diff] [blame] | 61 | <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\$(TargetName)\</IntDir> |
| 62 | <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\</OutDir> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 63 | <TargetName>libusb-1.0</TargetName> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 64 | </PropertyGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 65 | <ItemDefinitionGroup> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 66 | <ClCompile> |
RipleyTom | 77037c4 | 2019-05-02 17:43:36 +0200 | [diff] [blame] | 67 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 68 | <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
Chris Dickens | 96e0af7 | 2020-01-21 16:13:07 -0800 | [diff] [blame] | 69 | <PreprocessorDefinitions>_WIN32_WINNT=_WIN32_WINNT_VISTA;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 70 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 71 | <WarningLevel>Level4</WarningLevel> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 72 | </ClCompile> |
| 73 | <ClCompile Condition="'$(Configuration)'=='Debug'"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 74 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 75 | <Optimization>Disabled</Optimization> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 76 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 77 | </ClCompile> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 78 | <ClCompile Condition="'$(Configuration)'=='Release'"> |
| 79 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 80 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 81 | </ClCompile> |
| 82 | <Lib> |
| 83 | <OutputFile>$(OutDir)libusb-1.0.lib</OutputFile> |
| 84 | </Lib> |
| 85 | </ItemDefinitionGroup> |
| 86 | <ItemGroup> |
| 87 | <ClCompile Include="..\libusb\core.c" /> |
| 88 | <ClCompile Include="..\libusb\descriptor.c" /> |
Chris Dickens | d67eb5b | 2020-08-12 16:06:38 -0700 | [diff] [blame] | 89 | <ClCompile Include="..\libusb\os\events_windows.c" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 90 | <ClCompile Include="..\libusb\hotplug.c" /> |
| 91 | <ClCompile Include="..\libusb\io.c" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 92 | <ClCompile Include="..\libusb\strerror.c" /> |
| 93 | <ClCompile Include="..\libusb\sync.c" /> |
| 94 | <ClCompile Include="..\libusb\os\threads_windows.c" /> |
Chris Dickens | f90d076 | 2020-01-20 18:02:19 -0800 | [diff] [blame] | 95 | <ClCompile Include="..\libusb\os\windows_common.c" /> |
Chris Dickens | 54884e8 | 2018-01-08 10:17:26 -0800 | [diff] [blame] | 96 | <ClCompile Include="..\libusb\os\windows_usbdk.c" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 97 | <ClCompile Include="..\libusb\os\windows_winusb.c" /> |
| 98 | </ItemGroup> |
| 99 | <ItemGroup> |
| 100 | <ClInclude Include=".\config.h" /> |
Chris Dickens | d67eb5b | 2020-08-12 16:06:38 -0700 | [diff] [blame] | 101 | <ClInclude Include="..\libusb\os\events_windows.h" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 102 | <ClInclude Include="..\libusb\libusb.h" /> |
| 103 | <ClInclude Include="..\libusb\libusbi.h" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 104 | <ClInclude Include="..\libusb\os\threads_windows.h" /> |
| 105 | <ClInclude Include="..\libusb\version.h" /> |
| 106 | <ClInclude Include="..\libusb\version_nano.h" /> |
| 107 | <ClInclude Include="..\libusb\os\windows_common.h" /> |
Chris Dickens | 54884e8 | 2018-01-08 10:17:26 -0800 | [diff] [blame] | 108 | <ClInclude Include="..\libusb\os\windows_usbdk.h" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 109 | <ClInclude Include="..\libusb\os\windows_winusb.h" /> |
| 110 | </ItemGroup> |
| 111 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 112 | <ImportGroup Label="ExtensionTargets"> |
| 113 | </ImportGroup> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 114 | </Project> |