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>hotplugtest</ProjectName> |
| 39 | <ProjectGuid>{99D2AC64-DC66-4422-91CE-6715C403C9E5}</ProjectGuid> |
| 40 | <RootNamespace>examples</RootNamespace> |
| 41 | <Keyword>Win32Proj</Keyword> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 42 | <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport> |
| 43 | <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> |
Chris Dickens | de4a59a | 2020-01-21 15:38:56 -0800 | [diff] [blame] | 44 | <WindowsTargetPlatformVersion Condition="'$(Platform)'=='ARM' Or '$(Platform)'=='ARM64'">10.0.17763.0</WindowsTargetPlatformVersion> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 45 | </PropertyGroup> |
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 47 | <PropertyGroup Label="Configuration"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 48 | <ConfigurationType>Application</ConfigurationType> |
| 49 | <CharacterSet>Unicode</CharacterSet> |
| 50 | <PlatformToolset>v141</PlatformToolset> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 51 | <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 52 | </PropertyGroup> |
| 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 54 | <ImportGroup Label="ExtensionSettings"> |
| 55 | </ImportGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 56 | <ImportGroup Label="PropertySheets"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 58 | </ImportGroup> |
| 59 | <PropertyGroup Label="UserMacros" /> |
| 60 | <PropertyGroup> |
| 61 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
RipleyTom | 8436ba6 | 2019-05-02 16:13:20 +0200 | [diff] [blame] | 62 | <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir> |
| 63 | <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\</OutDir> |
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 | f2e551a | 2020-11-27 15:22:29 -0800 | [diff] [blame] | 68 | <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 69 | <PreprocessorDefinitions>_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 70 | <WarningLevel>Level3</WarningLevel> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 71 | </ClCompile> |
| 72 | <ClCompile Condition="'$(Configuration)'=='Debug'"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 73 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 74 | <Optimization>Disabled</Optimization> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 75 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 76 | </ClCompile> |
| 77 | <ClCompile Condition="'$(Configuration)'=='Release'"> |
| 78 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 79 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 80 | </ClCompile> |
| 81 | <Link> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 82 | <ProgramDatabaseFile>$(TargetDir)$(ProjectName).pdb</ProgramDatabaseFile> |
| 83 | <SubSystem>Console</SubSystem> |
Chris Dickens | de4a59a | 2020-01-21 15:38:56 -0800 | [diff] [blame] | 84 | <AdditionalDependencies>kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 85 | </Link> |
| 86 | <Link Condition="'$(Configuration)'=='Debug'"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 87 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 88 | </Link> |
| 89 | </ItemDefinitionGroup> |
| 90 | <ItemGroup> |
| 91 | <ClCompile Include="..\examples\hotplugtest.c" /> |
| 92 | </ItemGroup> |
| 93 | <ItemGroup> |
Chris Dickens | 1be2ed9 | 2020-11-27 15:56:02 -0800 | [diff] [blame] | 94 | <ClInclude Include="..\libusb\libusb.h" /> |
| 95 | </ItemGroup> |
| 96 | <ItemGroup> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 97 | <ProjectReference Include=".\libusb_static_2017.vcxproj"> |
| 98 | <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> |
| 99 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 100 | </ProjectReference> |
| 101 | </ItemGroup> |
| 102 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 103 | <ImportGroup Label="ExtensionTargets"> |
| 104 | </ImportGroup> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 105 | </Project> |