Blame msvc/getopt_2010.vcxproj

Packit Service b0a153

Packit Service b0a153
<Project DefaultTargets="Build" ToolsVersion="4.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>getopt</ProjectName>
Packit Service b0a153
    <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid>
Packit Service b0a153
    <RootNamespace>getopt</RootNamespace>
Packit Service b0a153
  </PropertyGroup>
Packit Service b0a153
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Packit Service b0a153
  <PropertyGroup Label="Configuration">
Packit Service b0a153
    <ConfigurationType>StaticLibrary</ConfigurationType>
Packit Service b0a153
    <CharacterSet>Unicode</CharacterSet>
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)\lib\$(ProjectName)\</IntDir>
Packit Service b0a153
    <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\</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>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Packit Service b0a153
      <PreprocessorDefinitions>HAVE_STRING_H;_LIB;_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
      <Optimization>Disabled</Optimization>
Packit Service b0a153
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Packit Service b0a153
    </ClCompile>
Packit Service b0a153
    <ClCompile Condition="'$(Configuration)'=='Release'">
Packit Service b0a153
      <Optimization>MaxSpeed</Optimization>
Packit Service b0a153
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Packit Service b0a153
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Packit Service b0a153
    </ClCompile>
Packit Service b0a153
  </ItemDefinitionGroup>
Packit Service b0a153
  <ItemGroup>
Packit Service b0a153
    <ClCompile Include="..\examples\getopt\getopt.c" />
Packit Service b0a153
    <ClCompile Include="..\examples\getopt\getopt1.c" />
Packit Service b0a153
  </ItemGroup>
Packit Service b0a153
  <ItemGroup>
Packit Service b0a153
    <ClInclude Include="..\examples\getopt\getopt.h" />
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>