2015-02-18 21:29:39 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{349EE8F9-7D25-4909-AAF5-FF3FADE72187}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<!-- Ensure libusb sees it's own config.h first... -->
|
|
|
|
|
<AdditionalIncludeDirectories>.\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="libusb\core.c" />
|
|
|
|
|
<ClCompile Include="libusb\descriptor.c" />
|
|
|
|
|
<ClCompile Include="libusb\hotplug.c" />
|
|
|
|
|
<ClCompile Include="libusb\io.c" />
|
|
|
|
|
<ClCompile Include="libusb\os\poll_windows.c" />
|
2016-11-20 13:07:07 +00:00
|
|
|
|
<ClCompile Include="libusb\strerror.c" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
<ClCompile Include="libusb\sync.c" />
|
2016-11-20 13:07:07 +00:00
|
|
|
|
<ClCompile Include="libusb\os\threads_windows.c" />
|
|
|
|
|
<ClCompile Include="libusb\os\windows_nt_common.c" />
|
2017-01-24 17:25:18 +00:00
|
|
|
|
<ClCompile Include="libusb\os\windows_usbdk.c" />
|
2017-02-10 12:12:23 +00:00
|
|
|
|
<ClCompile Include="libusb\os\windows_winusb.c" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-11-20 13:07:07 +00:00
|
|
|
|
<ClInclude Include="msvc\config.h" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
<ClInclude Include="libusb\hotplug.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusbi.h" />
|
|
|
|
|
<ClInclude Include="libusb\os\poll_windows.h" />
|
|
|
|
|
<ClInclude Include="libusb\os\threads_windows.h" />
|
|
|
|
|
<ClInclude Include="libusb\version.h" />
|
|
|
|
|
<ClInclude Include="libusb\version_nano.h" />
|
2016-11-20 13:07:07 +00:00
|
|
|
|
<ClInclude Include="libusb\os\windows_common.h" />
|
|
|
|
|
<ClInclude Include="libusb\os\windows_nt_common.h" />
|
2019-05-01 09:47:48 +00:00
|
|
|
|
<ClInclude Include="libusb\os\windows_nt_shared_types.h" />
|
2017-01-24 17:25:18 +00:00
|
|
|
|
<ClInclude Include="libusb\os\windows_usbdk.h" />
|
2017-02-10 12:12:23 +00:00
|
|
|
|
<ClInclude Include="libusb\os\windows_winusb.h" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2019-11-07 04:42:37 +00:00
|
|
|
|
</Project>
|