Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug|ARM"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>ARM</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>ARM64</Platform> |
| 11 | </ProjectConfiguration> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Debug|x64"> |
| 17 | <Configuration>Debug</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 20 | <ProjectConfiguration Include="Release|ARM"> |
| 21 | <Configuration>Release</Configuration> |
| 22 | <Platform>ARM</Platform> |
| 23 | </ProjectConfiguration> |
| 24 | <ProjectConfiguration Include="Release|ARM64"> |
| 25 | <Configuration>Release</Configuration> |
| 26 | <Platform>ARM64</Platform> |
| 27 | </ProjectConfiguration> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 28 | <ProjectConfiguration Include="Release|Win32"> |
| 29 | <Configuration>Release</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
| 36 | </ItemGroup> |
| 37 | <PropertyGroup Label="Globals"> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 38 | <ProjectName>getopt</ProjectName> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 39 | <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid> |
| 40 | <RootNamespace>getopt</RootNamespace> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 41 | <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport> |
| 42 | <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> |
Chris Dickens | de4a59a | 2020-01-21 15:38:56 -0800 | [diff] [blame] | 43 | <WindowsTargetPlatformVersion Condition="'$(Platform)'=='ARM' Or '$(Platform)'=='ARM64'">10.0.17763.0</WindowsTargetPlatformVersion> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 44 | </PropertyGroup> |
| 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 46 | <PropertyGroup Label="Configuration"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 47 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 48 | <CharacterSet>Unicode</CharacterSet> |
| 49 | <PlatformToolset>v141</PlatformToolset> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 50 | <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 51 | </PropertyGroup> |
| 52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 53 | <ImportGroup Label="ExtensionSettings"> |
| 54 | </ImportGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 55 | <ImportGroup Label="PropertySheets"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 57 | </ImportGroup> |
| 58 | <PropertyGroup Label="UserMacros" /> |
| 59 | <PropertyGroup> |
| 60 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
RipleyTom | 8436ba6 | 2019-05-02 16:13:20 +0200 | [diff] [blame] | 61 | <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\$(ProjectName)\</IntDir> |
| 62 | <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\</OutDir> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 63 | </PropertyGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 64 | <ItemDefinitionGroup> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 65 | <ClCompile> |
RipleyTom | 77037c4 | 2019-05-02 17:43:36 +0200 | [diff] [blame] | 66 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 67 | <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 68 | <PreprocessorDefinitions>HAVE_STRING_H;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 69 | <WarningLevel>Level3</WarningLevel> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 70 | </ClCompile> |
| 71 | <ClCompile Condition="'$(Configuration)'=='Debug'"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 72 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 73 | <Optimization>Disabled</Optimization> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 74 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 75 | </ClCompile> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 76 | <ClCompile Condition="'$(Configuration)'=='Release'"> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 77 | <Optimization>MaxSpeed</Optimization> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 78 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 79 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 80 | </ClCompile> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 81 | </ItemDefinitionGroup> |
| 82 | <ItemGroup> |
Chris Dickens | 07d6d3a | 2020-03-23 15:17:50 -0700 | [diff] [blame] | 83 | <ClCompile Include=".\getopt\getopt.c" /> |
| 84 | <ClCompile Include=".\getopt\getopt1.c" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 85 | </ItemGroup> |
| 86 | <ItemGroup> |
Chris Dickens | 07d6d3a | 2020-03-23 15:17:50 -0700 | [diff] [blame] | 87 | <ClInclude Include=".\getopt\getopt.h" /> |
Chris Dickens | 96f8273 | 2017-01-06 10:58:47 -0800 | [diff] [blame] | 88 | </ItemGroup> |
| 89 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 90 | <ImportGroup Label="ExtensionTargets"> |
| 91 | </ImportGroup> |
Dj Art | a9b34d1 | 2018-04-27 18:04:14 +0800 | [diff] [blame] | 92 | </Project> |