Blame msvc/testlibusb_2013.vcxproj

Packit Service b0a153

Packit Service b0a153
<Project DefaultTargets="Build" ToolsVersion="12.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>testlibusb</ProjectName>
Packit Service b0a153
    <ProjectGuid>{70828935-325B-4749-B381-0E55EF31AEE8}</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>v120</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>..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Packit Service b0a153
      <PreprocessorDefinitions>_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\testlibusb.c" />
Packit Service b0a153
  </ItemGroup>
Packit Service b0a153
  <ItemGroup>
Packit Service b0a153
    <ProjectReference Include=".\libusb_static_2013.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>