Home | History | Annotate | Download | only in msvc
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid>
     23     <RootNamespace>getopt</RootNamespace>
     24     <ProjectName>getopt</ProjectName>
     25   </PropertyGroup>
     26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     28     <ConfigurationType>StaticLibrary</ConfigurationType>
     29     <CharacterSet>Unicode</CharacterSet>
     30     <WholeProgramOptimization>true</WholeProgramOptimization>
     31     <PlatformToolset>v120</PlatformToolset>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     34     <ConfigurationType>StaticLibrary</ConfigurationType>
     35     <CharacterSet>Unicode</CharacterSet>
     36     <PlatformToolset>v120</PlatformToolset>
     37   </PropertyGroup>
     38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     39     <ConfigurationType>StaticLibrary</ConfigurationType>
     40     <CharacterSet>Unicode</CharacterSet>
     41     <WholeProgramOptimization>true</WholeProgramOptimization>
     42     <PlatformToolset>v120</PlatformToolset>
     43   </PropertyGroup>
     44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     45     <ConfigurationType>StaticLibrary</ConfigurationType>
     46     <CharacterSet>Unicode</CharacterSet>
     47     <PlatformToolset>v120</PlatformToolset>
     48   </PropertyGroup>
     49   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     50   <ImportGroup Label="ExtensionSettings">
     51   </ImportGroup>
     52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     54   </ImportGroup>
     55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     57   </ImportGroup>
     58   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     60   </ImportGroup>
     61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63   </ImportGroup>
     64   <PropertyGroup Label="UserMacros" />
     65   <PropertyGroup>
     66     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     67     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
     68     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
     69     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
     70     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
     71     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
     72     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
     73     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
     74     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
     75   </PropertyGroup>
     76   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     77     <ClCompile>
     78       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     79       <MinimalRebuild>true</MinimalRebuild>
     80       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     81       <WarningLevel>Level3</WarningLevel>
     82       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     83     </ClCompile>
     84     <Lib>
     85       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
     86     </Lib>
     87   </ItemDefinitionGroup>
     88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     89     <Midl>
     90       <TargetEnvironment>X64</TargetEnvironment>
     91     </Midl>
     92     <ClCompile>
     93       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     94       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     95       <WarningLevel>Level3</WarningLevel>
     96       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     97     </ClCompile>
     98     <Lib>
     99       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
    100     </Lib>
    101   </ItemDefinitionGroup>
    102   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    103     <ClCompile>
    104       <Optimization>MaxSpeed</Optimization>
    105       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    106       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    107       <WarningLevel>Level3</WarningLevel>
    108     </ClCompile>
    109     <Lib>
    110       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
    111     </Lib>
    112   </ItemDefinitionGroup>
    113   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    114     <Midl>
    115       <TargetEnvironment>X64</TargetEnvironment>
    116     </Midl>
    117     <ClCompile>
    118       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    119       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    120       <WarningLevel>Level3</WarningLevel>
    121     </ClCompile>
    122     <Lib>
    123       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
    124     </Lib>
    125   </ItemDefinitionGroup>
    126   <ItemGroup>
    127     <ClCompile Include="..\examples\getopt\getopt.c" />
    128     <ClCompile Include="..\examples\getopt\getopt1.c" />
    129   </ItemGroup>
    130   <ItemGroup>
    131     <ClInclude Include="..\examples\getopt\getopt.h" />
    132   </ItemGroup>
    133   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    134   <ImportGroup Label="ExtensionTargets">
    135   </ImportGroup>
    136 </Project>