• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectName>libusb-1.0 (dll)</ProjectName>
23    <ProjectGuid>{349EE8FA-7D25-4909-AAF5-FF3FADE72187}</ProjectGuid>
24    <RootNamespace>libusbdll</RootNamespace>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Label="Configuration">
28    <ConfigurationType>DynamicLibrary</ConfigurationType>
29    <CharacterSet>Unicode</CharacterSet>
30    <PlatformToolset>v140</PlatformToolset>
31    <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization>
32  </PropertyGroup>
33  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34  <ImportGroup Label="ExtensionSettings">
35  </ImportGroup>
36  <ImportGroup Label="PropertySheets">
37    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38  </ImportGroup>
39  <PropertyGroup Label="UserMacros" />
40  <PropertyGroup>
41    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
42    <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\dll\$(TargetName)\</IntDir>
43    <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\dll\</OutDir>
44    <TargetName>libusb-1.0</TargetName>
45  </PropertyGroup>
46  <ItemDefinitionGroup>
47    <ClCompile>
48      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
49      <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
50      <PreprocessorDefinitions>_WIN32_WINNT=_WIN32_WINNT_VISTA;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51      <WarningLevel>Level4</WarningLevel>
52    </ClCompile>
53    <ClCompile Condition="'$(Configuration)'=='Debug'">
54      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
55      <Optimization>Disabled</Optimization>
56      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
57    </ClCompile>
58    <ClCompile Condition="'$(Configuration)'=='Release'">
59      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
61    </ClCompile>
62    <Link>
63      <EmbedManagedResourceFile>libusb-1.0.rc;%(EmbedManagedResourceFile)</EmbedManagedResourceFile>
64      <ModuleDefinitionFile>..\libusb\libusb-1.0.def</ModuleDefinitionFile>
65      <AdditionalDependencies>kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies>
66    </Link>
67    <Link Condition="'$(Configuration)'=='Debug'">
68      <GenerateDebugInformation>true</GenerateDebugInformation>
69    </Link>
70  </ItemDefinitionGroup>
71  <ItemGroup>
72    <ClCompile Include="..\libusb\core.c" />
73    <ClCompile Include="..\libusb\descriptor.c" />
74    <ClCompile Include="..\libusb\os\events_windows.c" />
75    <ClCompile Include="..\libusb\hotplug.c" />
76    <ClCompile Include="..\libusb\io.c" />
77    <ClCompile Include="..\libusb\strerror.c" />
78    <ClCompile Include="..\libusb\sync.c" />
79    <ClCompile Include="..\libusb\os\threads_windows.c" />
80    <ClCompile Include="..\libusb\os\windows_common.c" />
81    <ClCompile Include="..\libusb\os\windows_usbdk.c" />
82    <ClCompile Include="..\libusb\os\windows_winusb.c" />
83  </ItemGroup>
84  <ItemGroup>
85    <ClInclude Include=".\config.h" />
86    <ClInclude Include="..\libusb\os\events_windows.h" />
87    <ClInclude Include="..\libusb\hotplug.h" />
88    <ClInclude Include="..\libusb\libusb.h" />
89    <ClInclude Include="..\libusb\libusbi.h" />
90    <ClInclude Include="..\libusb\os\threads_windows.h" />
91    <ClInclude Include="..\libusb\version.h" />
92    <ClInclude Include="..\libusb\version_nano.h" />
93    <ClInclude Include="..\libusb\os\windows_common.h" />
94    <ClInclude Include="..\libusb\os\windows_usbdk.h" />
95    <ClInclude Include="..\libusb\os\windows_winusb.h" />
96  </ItemGroup>
97  <ItemGroup>
98    <None Include="..\libusb\libusb-1.0.def" />
99  </ItemGroup>
100  <ItemGroup>
101    <ResourceCompile Include="..\libusb\libusb-1.0.rc" />
102  </ItemGroup>
103  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
104  <ImportGroup Label="ExtensionTargets">
105  </ImportGroup>
106</Project>