2015-02-18 21:29:39 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
|
<Project>
|
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... -->
|
2022-07-31 07:39:35 +00:00
|
|
|
|
<AdditionalIncludeDirectories>libusb\msvc;libusb\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-02-18 21:29:39 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2022-04-11 13:04:20 +00:00
|
|
|
|
<ClCompile Include="libusb\libusb\core.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\descriptor.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\hotplug.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\io.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\os\events_windows.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\os\threads_windows.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\os\windows_common.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\os\windows_usbdk.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\os\windows_winusb.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\strerror.c" />
|
|
|
|
|
<ClCompile Include="libusb\libusb\sync.c" />
|
2015-02-18 21:29:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-04-11 13:04:20 +00:00
|
|
|
|
<ClInclude Include="libusb\libusb\hotplug.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\libusb.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\libusbi.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\os\events_windows.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\os\threads_windows.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\os\windows_common.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\os\windows_nt_common.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\os\windows_usbdk.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\os\windows_winusb.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\version_nano.h" />
|
|
|
|
|
<ClInclude Include="libusb\libusb\version.h" />
|
|
|
|
|
<ClInclude Include="libusb\msvc\config.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>
|