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"> 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> 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> 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> 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>listdevs</ProjectName> 39 <ProjectGuid>{F4938DB0-3DE7-4737-9C5A-EAD1BE819F87}</ProjectGuid> 40 <RootNamespace>examples</RootNamespace> 41 <Keyword>Win32Proj</Keyword> 42 <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport> 43 <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> 44 <WindowsTargetPlatformVersion Condition="'$(Platform)'=='ARM' Or '$(Platform)'=='ARM64'">10.0.17763.0</WindowsTargetPlatformVersion> 45 </PropertyGroup> 46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 47 <PropertyGroup Label="Configuration"> 48 <ConfigurationType>Application</ConfigurationType> 49 <CharacterSet>Unicode</CharacterSet> 50 <PlatformToolset>v141</PlatformToolset> 51 <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> 52 </PropertyGroup> 53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 54 <ImportGroup Label="ExtensionSettings"> 55 </ImportGroup> 56 <ImportGroup Label="PropertySheets"> 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> 62 <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir> 63 <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\</OutDir> 64 </PropertyGroup> 65 <ItemDefinitionGroup> 66 <ClCompile> 67 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 68 <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 69 <PreprocessorDefinitions>_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 70 <WarningLevel>Level3</WarningLevel> 71 </ClCompile> 72 <ClCompile Condition="'$(Configuration)'=='Debug'"> 73 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 74 <Optimization>Disabled</Optimization> 75 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 76 </ClCompile> 77 <ClCompile Condition="'$(Configuration)'=='Release'"> 78 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 79 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 80 </ClCompile> 81 <Link> 82 <ProgramDatabaseFile>$(TargetDir)$(ProjectName).pdb</ProgramDatabaseFile> 83 <SubSystem>Console</SubSystem> 84 <AdditionalDependencies>kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies> 85 </Link> 86 <Link Condition="'$(Configuration)'=='Debug'"> 87 <GenerateDebugInformation>true</GenerateDebugInformation> 88 </Link> 89 </ItemDefinitionGroup> 90 <ItemGroup> 91 <ClCompile Include="..\examples\listdevs.c" /> 92 </ItemGroup> 93 <ItemGroup> 94 <ClInclude Include="..\libusb\libusb.h" /> 95 </ItemGroup> 96 <ItemGroup> 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> 105</Project>