Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame^] | 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 (static)</ProjectName> |
| 23 | <ProjectGuid>{349EE8F9-7D25-4909-AAF5-FF3FADE72187}</ProjectGuid> |
| 24 | <RootNamespace>libusb</RootNamespace> |
| 25 | </PropertyGroup> |
| 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 28 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 29 | <CharacterSet>Unicode</CharacterSet> |
| 30 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 31 | <PlatformToolset>v140</PlatformToolset> |
| 32 | </PropertyGroup> |
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 35 | <CharacterSet>Unicode</CharacterSet> |
| 36 | <PlatformToolset>v140</PlatformToolset> |
| 37 | </PropertyGroup> |
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 39 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 40 | <CharacterSet>Unicode</CharacterSet> |
| 41 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 42 | <PlatformToolset>v140</PlatformToolset> |
| 43 | </PropertyGroup> |
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 45 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 46 | <CharacterSet>Unicode</CharacterSet> |
| 47 | <PlatformToolset>v140</PlatformToolset> |
| 48 | </PropertyGroup> |
| 49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 50 | <ImportGroup Label="ExtensionSettings"> |
| 51 | </ImportGroup> |
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 54 | </ImportGroup> |
| 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 57 | </ImportGroup> |
| 58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 60 | </ImportGroup> |
| 61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 63 | </ImportGroup> |
| 64 | <PropertyGroup Label="UserMacros" /> |
| 65 | <PropertyGroup> |
| 66 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> |
| 68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\libusb-1.0\</IntDir> |
| 69 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> |
| 70 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\libusb-1.0\</IntDir> |
| 71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> |
| 72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\libusb-1.0\</IntDir> |
| 73 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> |
| 74 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\libusb-1.0\</IntDir> |
| 75 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libusb-1.0</TargetName> |
| 76 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libusb-1.0</TargetName> |
| 77 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">libusb-1.0</TargetName> |
| 78 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">libusb-1.0</TargetName> |
| 79 | </PropertyGroup> |
| 80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 81 | <ClCompile> |
| 82 | <Optimization>Disabled</Optimization> |
| 83 | <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 84 | <PreprocessorDefinitions>ENUM_DEBUG;ENABLE_DEBUG_LOGGING;_WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 85 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 86 | <WarningLevel>Level4</WarningLevel> |
| 87 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 88 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
| 89 | </ClCompile> |
| 90 | <Lib> |
| 91 | <OutputFile>$(OutDir)libusb-1.0.lib</OutputFile> |
| 92 | </Lib> |
| 93 | </ItemDefinitionGroup> |
| 94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 95 | <Midl> |
| 96 | <TargetEnvironment>X64</TargetEnvironment> |
| 97 | </Midl> |
| 98 | <ClCompile> |
| 99 | <Optimization>Disabled</Optimization> |
| 100 | <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 101 | <PreprocessorDefinitions>ENUM_DEBUG;ENABLE_DEBUG_LOGGING;_WIN32;_WIN64;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 102 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 103 | <WarningLevel>Level4</WarningLevel> |
| 104 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 105 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
| 106 | </ClCompile> |
| 107 | <Lib> |
| 108 | <OutputFile>$(OutDir)libusb-1.0.lib</OutputFile> |
| 109 | </Lib> |
| 110 | </ItemDefinitionGroup> |
| 111 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 112 | <ClCompile> |
| 113 | <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 114 | <PreprocessorDefinitions>_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 115 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 116 | <WarningLevel>Level4</WarningLevel> |
| 117 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
| 118 | </ClCompile> |
| 119 | <Lib> |
| 120 | <OutputFile>$(OutDir)libusb-1.0.lib</OutputFile> |
| 121 | </Lib> |
| 122 | </ItemDefinitionGroup> |
| 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 124 | <Midl> |
| 125 | <TargetEnvironment>X64</TargetEnvironment> |
| 126 | </Midl> |
| 127 | <ClCompile> |
| 128 | <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 129 | <PreprocessorDefinitions>_WIN32;_WIN64;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 130 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 131 | <WarningLevel>Level4</WarningLevel> |
| 132 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
| 133 | </ClCompile> |
| 134 | <Lib> |
| 135 | <OutputFile>$(OutDir)libusb-1.0.lib</OutputFile> |
| 136 | </Lib> |
| 137 | </ItemDefinitionGroup> |
| 138 | <ItemGroup> |
| 139 | <ClCompile Include="..\libusb\core.c" /> |
| 140 | <ClCompile Include="..\libusb\descriptor.c" /> |
| 141 | <ClCompile Include="..\libusb\hotplug.c" /> |
| 142 | <ClCompile Include="..\libusb\io.c" /> |
| 143 | <ClCompile Include="..\libusb\os\poll_windows.c" /> |
| 144 | <ClCompile Include="..\libusb\strerror.c" /> |
| 145 | <ClCompile Include="..\libusb\sync.c" /> |
| 146 | <ClCompile Include="..\libusb\os\threads_windows.c" /> |
| 147 | <ClCompile Include="..\libusb\os\windows_usb.c" /> |
| 148 | </ItemGroup> |
| 149 | <ItemGroup> |
| 150 | <ClInclude Include="..\libusb\hotplug.h" /> |
| 151 | <ClInclude Include="..\libusb\version.h" /> |
| 152 | <ClInclude Include="..\libusb\version_nano.h" /> |
| 153 | <ClInclude Include=".\config.h" /> |
| 154 | <ClInclude Include="..\libusb\libusb.h" /> |
| 155 | <ClInclude Include="..\libusb\libusbi.h" /> |
| 156 | <ClInclude Include="..\libusb\os\poll_windows.h" /> |
| 157 | <ClInclude Include="..\libusb\os\threads_windows.h" /> |
| 158 | <ClInclude Include="..\libusb\os\windows_usb.h" /> |
| 159 | <ClInclude Include="..\libusb\os\windows_common.h" /> |
| 160 | </ItemGroup> |
| 161 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 162 | <ImportGroup Label="ExtensionTargets"> |
| 163 | </ImportGroup> |
| 164 | </Project> |