Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.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> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 23 | <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid> |
| 24 | <RootNamespace>getopt</RootNamespace> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [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"> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 28 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 29 | <CharacterSet>Unicode</CharacterSet> |
| 30 | <PlatformToolset>v140</PlatformToolset> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 31 | <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [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"> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [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> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 44 | </PropertyGroup> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 45 | <ItemDefinitionGroup> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 46 | <ClCompile> |
RipleyTom | 77037c4 | 2019-05-02 17:43:36 +0200 | [diff] [blame] | 47 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 48 | <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 49 | <PreprocessorDefinitions>HAVE_STRING_H;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 50 | <WarningLevel>Level3</WarningLevel> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 51 | </ClCompile> |
| 52 | <ClCompile Condition="'$(Configuration)'=='Debug'"> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 53 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 54 | <Optimization>Disabled</Optimization> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 55 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 56 | </ClCompile> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 57 | <ClCompile Condition="'$(Configuration)'=='Release'"> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 58 | <Optimization>MaxSpeed</Optimization> |
Chris Dickens | 0aac390 | 2018-03-12 10:39:26 -0700 | [diff] [blame] | 59 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 60 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 61 | </ClCompile> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 62 | </ItemDefinitionGroup> |
| 63 | <ItemGroup> |
Chris Dickens | 07d6d3a | 2020-03-23 15:17:50 -0700 | [diff] [blame] | 64 | <ClCompile Include=".\getopt\getopt.c" /> |
| 65 | <ClCompile Include=".\getopt\getopt1.c" /> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 66 | </ItemGroup> |
| 67 | <ItemGroup> |
Chris Dickens | 07d6d3a | 2020-03-23 15:17:50 -0700 | [diff] [blame] | 68 | <ClInclude Include=".\getopt\getopt.h" /> |
Brent Rector | a34ba28 | 2015-07-25 01:36:56 -0700 | [diff] [blame] | 69 | </ItemGroup> |
| 70 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 71 | <ImportGroup Label="ExtensionTargets"> |
| 72 | </ImportGroup> |
Chris Dickens | f90d076 | 2020-01-20 18:02:19 -0800 | [diff] [blame] | 73 | </Project> |