1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="ProjectConfigurations.Base.props" /> 4 <PropertyGroup Label="Globals"> 5 <ProjectGuid>{9E166F7A-A793-9FB6-0A67-F0AED8AE8C88}</ProjectGuid> 6 </PropertyGroup> 7 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 8 <Import Project="Configuration.Application.props" /> 9 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 10 <ImportGroup Label="ExtensionSettings"> 11 </ImportGroup> 12 <ImportGroup Label="PropertySheets"> 13 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 14 <Import Project="Base.props" /> 15 </ImportGroup> 16 <PropertyGroup Label="UserMacros" /> 17 <ItemDefinitionGroup> 18 <ClCompile> 19 <AdditionalIncludeDirectories>.\getopt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 20 <PreprocessorDefinitions>__GNU_LIBRARY__;%(PreprocessorDefinitions)</PreprocessorDefinitions> 21 </ClCompile> 22 </ItemDefinitionGroup> 23 <ItemGroup> 24 <ClCompile Include="..\examples\ezusb.c" /> 25 <ClCompile Include="..\examples\fxload.c" /> 26 </ItemGroup> 27 <ItemGroup> 28 <ClInclude Include=".\config.h" /> 29 <ClInclude Include=".\getopt\getopt.h" /> 30 <ClInclude Include="..\examples\ezusb.h" /> 31 <ClInclude Include="..\libusb\libusb.h" /> 32 </ItemGroup> 33 <ItemGroup> 34 <ProjectReference Include=".\getopt.vcxproj"> 35 <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> 36 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 37 </ProjectReference> 38 <ProjectReference Include=".\libusb_static.vcxproj"> 39 <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> 40 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 41 </ProjectReference> 42 </ItemGroup> 43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 44 <ImportGroup Label="ExtensionTargets"> 45 </ImportGroup> 46</Project>