Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 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"> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 22 | <ProjectName>getopt</ProjectName> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 23 | <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid> |
| 24 | <RootNamespace>getopt</RootNamespace> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 25 | </PropertyGroup> |
| 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 27 | <PropertyGroup Label="Configuration"> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 28 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 29 | <CharacterSet>Unicode</CharacterSet> |
| 30 | <PlatformToolset>v120</PlatformToolset> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 31 | <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 32 | </PropertyGroup> |
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 34 | <ImportGroup Label="ExtensionSettings"> |
| 35 | </ImportGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 36 | <ImportGroup Label="PropertySheets"> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 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> |
RipleyTom | 8436ba6 | 2019-05-02 16:13:20 +0200 | [diff] [blame] | 42 | <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\$(ProjectName)\</IntDir> |
| 43 | <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\</OutDir> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 44 | </PropertyGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 45 | <ItemDefinitionGroup> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 46 | <ClCompile> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 47 | <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 48 | <PreprocessorDefinitions>HAVE_STRING_H;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 49 | <WarningLevel>Level3</WarningLevel> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 50 | </ClCompile> |
| 51 | <ClCompile Condition="'$(Configuration)'=='Debug'"> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 52 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 53 | <Optimization>Disabled</Optimization> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 54 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 55 | </ClCompile> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 56 | <ClCompile Condition="'$(Configuration)'=='Release'"> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 57 | <Optimization>MaxSpeed</Optimization> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 58 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 59 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 60 | </ClCompile> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 61 | </ItemDefinitionGroup> |
| 62 | <ItemGroup> |
Chris Dickens | 07d6d3a | 2020-03-23 15:17:50 -0700 | [diff] [blame] | 63 | <ClCompile Include=".\getopt\getopt.c" /> |
| 64 | <ClCompile Include=".\getopt\getopt1.c" /> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 65 | </ItemGroup> |
| 66 | <ItemGroup> |
Chris Dickens | 07d6d3a | 2020-03-23 15:17:50 -0700 | [diff] [blame] | 67 | <ClInclude Include=".\getopt\getopt.h" /> |
Joshua Blake | 805cc3e | 2013-12-08 22:58:17 -0500 | [diff] [blame] | 68 | </ItemGroup> |
| 69 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 70 | <ImportGroup Label="ExtensionTargets"> |
| 71 | </ImportGroup> |
Chris Dickens | f90d076 | 2020-01-20 18:02:19 -0800 | [diff] [blame] | 72 | </Project> |