build: Prepare config.h for inclusion in examples/tests
[platform/upstream/libusb.git] / msvc / fxload_2017.vcxproj
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>fxload</ProjectName>
39     <ProjectGuid>{9E166F7A-A793-9FB6-0A67-F0AED8AE8C88}</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>.;.\getopt;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
69       <PreprocessorDefinitions>__GNU_LIBRARY__;_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\ezusb.c" />
92     <ClCompile Include="..\examples\fxload.c" />
93   </ItemGroup>
94   <ItemGroup>
95     <ClInclude Include=".\config.h" />
96     <ClInclude Include="..\examples\ezusb.h" />
97   </ItemGroup>
98   <ItemGroup>
99     <ProjectReference Include=".\getopt_2017.vcxproj">
100       <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project>
101       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
102     </ProjectReference>
103     <ProjectReference Include=".\libusb_static_2017.vcxproj">
104       <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project>
105       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
106     </ProjectReference>
107   </ItemGroup>
108   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109   <ImportGroup Label="ExtensionTargets">
110   </ImportGroup>
111 </Project>