Blame msvc/fxload_2015.vcxproj

Packit Service b0a153

Packit Service b0a153
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Packit Service b0a153
  <ItemGroup Label="ProjectConfigurations">
Packit Service b0a153
    <ProjectConfiguration Include="Debug|Win32">
Packit Service b0a153
      <Configuration>Debug</Configuration>
Packit Service b0a153
      <Platform>Win32</Platform>
Packit Service b0a153
    </ProjectConfiguration>
Packit Service b0a153
    <ProjectConfiguration Include="Debug|x64">
Packit Service b0a153
      <Configuration>Debug</Configuration>
Packit Service b0a153
      <Platform>x64</Platform>
Packit Service b0a153
    </ProjectConfiguration>
Packit Service b0a153
    <ProjectConfiguration Include="Release|Win32">
Packit Service b0a153
      <Configuration>Release</Configuration>
Packit Service b0a153
      <Platform>Win32</Platform>
Packit Service b0a153
    </ProjectConfiguration>
Packit Service b0a153
    <ProjectConfiguration Include="Release|x64">
Packit Service b0a153
      <Configuration>Release</Configuration>
Packit Service b0a153
      <Platform>x64</Platform>
Packit Service b0a153
    </ProjectConfiguration>
Packit Service b0a153
  </ItemGroup>
Packit Service b0a153
  <PropertyGroup Label="Globals">
Packit Service b0a153
    <ProjectName>fxload</ProjectName>
Packit Service b0a153
    <ProjectGuid>{9E166F7A-A793-9FB6-0A67-F0AED8AE8C88}</ProjectGuid>
Packit Service b0a153
    <RootNamespace>examples</RootNamespace>
Packit Service b0a153
    <Keyword>Win32Proj</Keyword>
Packit Service b0a153
  </PropertyGroup>
Packit Service b0a153
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Packit Service b0a153
  <PropertyGroup Label="Configuration">
Packit Service b0a153
    <ConfigurationType>Application</ConfigurationType>
Packit Service b0a153
    <CharacterSet>Unicode</CharacterSet>
Packit Service b0a153
    <PlatformToolset>v140</PlatformToolset>
Packit Service b0a153
    <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization>
Packit Service b0a153
  </PropertyGroup>
Packit Service b0a153
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Packit Service b0a153
  <ImportGroup Label="ExtensionSettings">
Packit Service b0a153
  </ImportGroup>
Packit Service b0a153
  <ImportGroup Label="PropertySheets">
Packit Service b0a153
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Packit Service b0a153
  </ImportGroup>
Packit Service b0a153
  <PropertyGroup Label="UserMacros" />
Packit Service b0a153
  <PropertyGroup>
Packit Service b0a153
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
Packit Service b0a153
    <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir>
Packit Service b0a153
    <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\</OutDir>
Packit Service b0a153
  </PropertyGroup>
Packit Service b0a153
  <ItemDefinitionGroup>
Packit Service b0a153
    <ClCompile>
Packit Service b0a153
      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
Packit Service b0a153
      <AdditionalIncludeDirectories>.;..\examples\getopt;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Packit Service b0a153
      <PreprocessorDefinitions>__GNU_LIBRARY__;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Packit Service b0a153
      <WarningLevel>Level3</WarningLevel>
Packit Service b0a153
    </ClCompile>
Packit Service b0a153
    <ClCompile Condition="'$(Configuration)'=='Debug'">
Packit Service b0a153
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
Packit Service b0a153
      <MinimalRebuild>true</MinimalRebuild>
Packit Service b0a153
      <Optimization>Disabled</Optimization>
Packit Service b0a153
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Packit Service b0a153
    </ClCompile>
Packit Service b0a153
    <ClCompile Condition="'$(Configuration)'=='Release'">
Packit Service b0a153
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Packit Service b0a153
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Packit Service b0a153
    </ClCompile>
Packit Service b0a153
    <Link>
Packit Service b0a153
      <ProgramDatabaseFile>$(TargetDir)$(ProjectName).pdb</ProgramDatabaseFile>
Packit Service b0a153
      <SubSystem>Console</SubSystem>
Packit Service b0a153
    </Link>
Packit Service b0a153
    <Link Condition="'$(Configuration)'=='Debug'">
Packit Service b0a153
      <GenerateDebugInformation>true</GenerateDebugInformation>
Packit Service b0a153
    </Link>
Packit Service b0a153
  </ItemDefinitionGroup>
Packit Service b0a153
  <ItemGroup>
Packit Service b0a153
    <ClCompile Include="..\examples\ezusb.c" />
Packit Service b0a153
    <ClCompile Include="..\examples\fxload.c" />
Packit Service b0a153
  </ItemGroup>
Packit Service b0a153
  <ItemGroup>
Packit Service b0a153
    <ClInclude Include="..\examples\ezusb.h" />
Packit Service b0a153
  </ItemGroup>
Packit Service b0a153
  <ItemGroup>
Packit Service b0a153
    <ProjectReference Include=".\getopt_2015.vcxproj">
Packit Service b0a153
      <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project>
Packit Service b0a153
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Packit Service b0a153
    </ProjectReference>
Packit Service b0a153
    <ProjectReference Include=".\libusb_static_2015.vcxproj">
Packit Service b0a153
      <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project>
Packit Service b0a153
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Packit Service b0a153
    </ProjectReference>
Packit Service b0a153
  </ItemGroup>
Packit Service b0a153
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Packit Service b0a153
  <ImportGroup Label="ExtensionTargets">
Packit Service b0a153
  </ImportGroup>
Packit Service b0a153
</Project>