blob: 308cd55cc96207148a4e18920b2994b7ed8903f3 [file] [log] [blame]
Mikolaj Kucharskicd431852020-11-30 15:51:34 +00001<?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>dpfp</ProjectName>
39 <ProjectGuid>{8c7814a1-fd6e-4185-9ea0-8208119756d4}</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\dpfp.c" />
92 </ItemGroup>
93 <ItemGroup>
94 <ClInclude Include=".\config.h" />
95 <ClInclude Include="..\libusb\libusb.h" />
96 </ItemGroup>
97 <ItemGroup>
98 <ProjectReference Include=".\libusb_static_2017.vcxproj">
99 <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project>
100 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
101 </ProjectReference>
102 </ItemGroup>
103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
104 <ImportGroup Label="ExtensionTargets">
105 </ImportGroup>
Chris Dickensa2f1e2d2020-11-27 18:39:53 -0800106</Project>