1*fb3ef04dSDag-Erling Smørgrav<?xml version="1.0" encoding="utf-8"?> 2*fb3ef04dSDag-Erling Smørgrav<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3*fb3ef04dSDag-Erling Smørgrav <ItemGroup Label="ProjectConfigurations"> 4*fb3ef04dSDag-Erling Smørgrav <ProjectConfiguration Include="Debug|Win32"> 5*fb3ef04dSDag-Erling Smørgrav <Configuration>Debug</Configuration> 6*fb3ef04dSDag-Erling Smørgrav <Platform>Win32</Platform> 7*fb3ef04dSDag-Erling Smørgrav </ProjectConfiguration> 8*fb3ef04dSDag-Erling Smørgrav <ProjectConfiguration Include="Release|Win32"> 9*fb3ef04dSDag-Erling Smørgrav <Configuration>Release</Configuration> 10*fb3ef04dSDag-Erling Smørgrav <Platform>Win32</Platform> 11*fb3ef04dSDag-Erling Smørgrav </ProjectConfiguration> 12*fb3ef04dSDag-Erling Smørgrav </ItemGroup> 13*fb3ef04dSDag-Erling Smørgrav <PropertyGroup Label="Globals"> 14*fb3ef04dSDag-Erling Smørgrav <ProjectGuid>{52450E07-855E-4522-BD4C-7B1E84D8D592}</ProjectGuid> 15*fb3ef04dSDag-Erling Smørgrav <Keyword>Win32Proj</Keyword> 16*fb3ef04dSDag-Erling Smørgrav <RootNamespace>unifdef</RootNamespace> 17*fb3ef04dSDag-Erling Smørgrav </PropertyGroup> 18*fb3ef04dSDag-Erling Smørgrav <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 19*fb3ef04dSDag-Erling Smørgrav <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 20*fb3ef04dSDag-Erling Smørgrav <ConfigurationType>Application</ConfigurationType> 21*fb3ef04dSDag-Erling Smørgrav <UseDebugLibraries>true</UseDebugLibraries> 22*fb3ef04dSDag-Erling Smørgrav <CharacterSet>MultiByte</CharacterSet> 23*fb3ef04dSDag-Erling Smørgrav </PropertyGroup> 24*fb3ef04dSDag-Erling Smørgrav <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 25*fb3ef04dSDag-Erling Smørgrav <ConfigurationType>Application</ConfigurationType> 26*fb3ef04dSDag-Erling Smørgrav <UseDebugLibraries>false</UseDebugLibraries> 27*fb3ef04dSDag-Erling Smørgrav <WholeProgramOptimization>true</WholeProgramOptimization> 28*fb3ef04dSDag-Erling Smørgrav <CharacterSet>MultiByte</CharacterSet> 29*fb3ef04dSDag-Erling Smørgrav </PropertyGroup> 30*fb3ef04dSDag-Erling Smørgrav <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 31*fb3ef04dSDag-Erling Smørgrav <ImportGroup Label="ExtensionSettings"> 32*fb3ef04dSDag-Erling Smørgrav </ImportGroup> 33*fb3ef04dSDag-Erling Smørgrav <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 34*fb3ef04dSDag-Erling Smørgrav <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 35*fb3ef04dSDag-Erling Smørgrav </ImportGroup> 36*fb3ef04dSDag-Erling Smørgrav <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 37*fb3ef04dSDag-Erling Smørgrav <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 38*fb3ef04dSDag-Erling Smørgrav </ImportGroup> 39*fb3ef04dSDag-Erling Smørgrav <PropertyGroup Label="UserMacros" /> 40*fb3ef04dSDag-Erling Smørgrav <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 41*fb3ef04dSDag-Erling Smørgrav <LinkIncremental>true</LinkIncremental> 42*fb3ef04dSDag-Erling Smørgrav </PropertyGroup> 43*fb3ef04dSDag-Erling Smørgrav <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 44*fb3ef04dSDag-Erling Smørgrav <LinkIncremental>false</LinkIncremental> 45*fb3ef04dSDag-Erling Smørgrav </PropertyGroup> 46*fb3ef04dSDag-Erling Smørgrav <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 47*fb3ef04dSDag-Erling Smørgrav <ClCompile> 48*fb3ef04dSDag-Erling Smørgrav <PrecompiledHeader>Use</PrecompiledHeader> 49*fb3ef04dSDag-Erling Smørgrav <WarningLevel>Level3</WarningLevel> 50*fb3ef04dSDag-Erling Smørgrav <Optimization>Disabled</Optimization> 51*fb3ef04dSDag-Erling Smørgrav <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 52*fb3ef04dSDag-Erling Smørgrav <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 53*fb3ef04dSDag-Erling Smørgrav <AdditionalIncludeDirectories>.\</AdditionalIncludeDirectories> 54*fb3ef04dSDag-Erling Smørgrav <PrecompiledHeaderFile>unifdef.h</PrecompiledHeaderFile> 55*fb3ef04dSDag-Erling Smørgrav </ClCompile> 56*fb3ef04dSDag-Erling Smørgrav <Link> 57*fb3ef04dSDag-Erling Smørgrav <SubSystem>Console</SubSystem> 58*fb3ef04dSDag-Erling Smørgrav <GenerateDebugInformation>true</GenerateDebugInformation> 59*fb3ef04dSDag-Erling Smørgrav </Link> 60*fb3ef04dSDag-Erling Smørgrav </ItemDefinitionGroup> 61*fb3ef04dSDag-Erling Smørgrav <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 62*fb3ef04dSDag-Erling Smørgrav <ClCompile> 63*fb3ef04dSDag-Erling Smørgrav <WarningLevel>Level3</WarningLevel> 64*fb3ef04dSDag-Erling Smørgrav <PrecompiledHeader>Use</PrecompiledHeader> 65*fb3ef04dSDag-Erling Smørgrav <Optimization>MaxSpeed</Optimization> 66*fb3ef04dSDag-Erling Smørgrav <FunctionLevelLinking>true</FunctionLevelLinking> 67*fb3ef04dSDag-Erling Smørgrav <IntrinsicFunctions>true</IntrinsicFunctions> 68*fb3ef04dSDag-Erling Smørgrav <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 69*fb3ef04dSDag-Erling Smørgrav <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 70*fb3ef04dSDag-Erling Smørgrav <AdditionalIncludeDirectories>.\</AdditionalIncludeDirectories> 71*fb3ef04dSDag-Erling Smørgrav <PrecompiledHeaderFile>unifdef.h</PrecompiledHeaderFile> 72*fb3ef04dSDag-Erling Smørgrav </ClCompile> 73*fb3ef04dSDag-Erling Smørgrav <Link> 74*fb3ef04dSDag-Erling Smørgrav <SubSystem>Console</SubSystem> 75*fb3ef04dSDag-Erling Smørgrav <GenerateDebugInformation>true</GenerateDebugInformation> 76*fb3ef04dSDag-Erling Smørgrav <EnableCOMDATFolding>true</EnableCOMDATFolding> 77*fb3ef04dSDag-Erling Smørgrav <OptimizeReferences>true</OptimizeReferences> 78*fb3ef04dSDag-Erling Smørgrav </Link> 79*fb3ef04dSDag-Erling Smørgrav </ItemDefinitionGroup> 80*fb3ef04dSDag-Erling Smørgrav <ItemGroup> 81*fb3ef04dSDag-Erling Smørgrav <ClInclude Include="..\version.h" /> 82*fb3ef04dSDag-Erling Smørgrav <ClInclude Include="..\win32\unifdef.h" /> 83*fb3ef04dSDag-Erling Smørgrav </ItemGroup> 84*fb3ef04dSDag-Erling Smørgrav <ItemGroup> 85*fb3ef04dSDag-Erling Smørgrav <ClCompile Include="..\unifdef.c" /> 86*fb3ef04dSDag-Erling Smørgrav <ClCompile Include="..\FreeBSD\err.c" /> 87*fb3ef04dSDag-Erling Smørgrav <ClCompile Include="..\FreeBSD\getopt.c" /> 88*fb3ef04dSDag-Erling Smørgrav <ClCompile Include="win32.c"> 89*fb3ef04dSDag-Erling Smørgrav <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> 90*fb3ef04dSDag-Erling Smørgrav <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> 91*fb3ef04dSDag-Erling Smørgrav </ClCompile> 92*fb3ef04dSDag-Erling Smørgrav </ItemGroup> 93*fb3ef04dSDag-Erling Smørgrav <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 94*fb3ef04dSDag-Erling Smørgrav <ImportGroup Label="ExtensionTargets"> 95*fb3ef04dSDag-Erling Smørgrav </ImportGroup> 96*fb3ef04dSDag-Erling Smørgrav</Project> 97