1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="4.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 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 <ConfigurationType>StaticLibrary</ConfigurationType> 28 <CharacterSet>Unicode</CharacterSet> 29 <WholeProgramOptimization>true</WholeProgramOptimization> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 <ConfigurationType>StaticLibrary</ConfigurationType> 33 <CharacterSet>Unicode</CharacterSet> 34 </PropertyGroup> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 36 <ConfigurationType>StaticLibrary</ConfigurationType> 37 <CharacterSet>Unicode</CharacterSet> 38 <WholeProgramOptimization>true</WholeProgramOptimization> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 41 <ConfigurationType>StaticLibrary</ConfigurationType> 42 <CharacterSet>Unicode</CharacterSet> 43 </PropertyGroup> 44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 45 <ImportGroup Label="ExtensionSettings"> 46 </ImportGroup> 47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 49 </ImportGroup> 50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 </ImportGroup> 56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 </ImportGroup> 59 <PropertyGroup Label="UserMacros" /> 60 <PropertyGroup> 61 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 62 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> 63 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir> 64 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> 65 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir> 66 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> 67 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir> 68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> 69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir> 70 </PropertyGroup> 71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 72 <ClCompile> 73 <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 74 <MinimalRebuild>true</MinimalRebuild> 75 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 76 <WarningLevel>Level3</WarningLevel> 77 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 78 </ClCompile> 79 <Lib> 80 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> 81 </Lib> 82 </ItemDefinitionGroup> 83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 84 <Midl> 85 <TargetEnvironment>X64</TargetEnvironment> 86 </Midl> 87 <ClCompile> 88 <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 89 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 90 <WarningLevel>Level3</WarningLevel> 91 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 92 </ClCompile> 93 <Lib> 94 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> 95 </Lib> 96 </ItemDefinitionGroup> 97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 98 <ClCompile> 99 <Optimization>MaxSpeed</Optimization> 100 <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 101 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 102 <WarningLevel>Level3</WarningLevel> 103 </ClCompile> 104 <Lib> 105 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> 106 </Lib> 107 </ItemDefinitionGroup> 108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 109 <Midl> 110 <TargetEnvironment>X64</TargetEnvironment> 111 </Midl> 112 <ClCompile> 113 <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 114 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 115 <WarningLevel>Level3</WarningLevel> 116 </ClCompile> 117 <Lib> 118 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> 119 </Lib> 120 </ItemDefinitionGroup> 121 <ItemGroup> 122 <ClCompile Include="..\examples\getopt\getopt.c" /> 123 <ClCompile Include="..\examples\getopt\getopt1.c" /> 124 </ItemGroup> 125 <ItemGroup> 126 <ClInclude Include="..\examples\getopt\getopt.h" /> 127 </ItemGroup> 128 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 129 <ImportGroup Label="ExtensionTargets"> 130 </ImportGroup> 131 </Project>