getopt_2013.vcxproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. <ProjectName>getopt</ProjectName>
  23. <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid>
  24. <RootNamespace>getopt</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <CharacterSet>Unicode</CharacterSet>
  30. <PlatformToolset>v120</PlatformToolset>
  31. <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34. <ImportGroup Label="ExtensionSettings">
  35. </ImportGroup>
  36. <ImportGroup Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup>
  41. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  42. <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\$(ProjectName)\</IntDir>
  43. <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
  44. </PropertyGroup>
  45. <ItemDefinitionGroup>
  46. <ClCompile>
  47. <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  48. <PreprocessorDefinitions>HAVE_STRING_H;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  49. <WarningLevel>Level3</WarningLevel>
  50. </ClCompile>
  51. <ClCompile Condition="'$(Configuration)'=='Debug'">
  52. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  53. <Optimization>Disabled</Optimization>
  54. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  55. </ClCompile>
  56. <ClCompile Condition="'$(Configuration)'=='Release'">
  57. <Optimization>MaxSpeed</Optimization>
  58. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  59. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  60. </ClCompile>
  61. </ItemDefinitionGroup>
  62. <ItemGroup>
  63. <ClCompile Include=".\getopt\getopt.c" />
  64. <ClCompile Include=".\getopt\getopt1.c" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ClInclude Include=".\getopt\getopt.h" />
  68. </ItemGroup>
  69. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  70. <ImportGroup Label="ExtensionTargets">
  71. </ImportGroup>
  72. </Project>