91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews<?xml version="1.0" encoding="utf-8"?>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup Label="ProjectConfigurations">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectConfiguration Include="Debug|@PLATFORM@">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Configuration>Debug</Configuration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Platform>@PLATFORM@</Platform>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ProjectConfiguration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectConfiguration Include="Release|@PLATFORM@">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Configuration>Release</Configuration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Platform>@PLATFORM@</Platform>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ProjectConfiguration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Label="Globals">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectGuid>{F66D8B7E-721D-4602-99AD-820D19AD1313}</ProjectGuid>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Keyword>Win32Proj</Keyword>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <RootNamespace>resolve</RootNamespace>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ConfigurationType>Application</ConfigurationType>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <UseDebugLibraries>true</UseDebugLibraries>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CharacterSet>MultiByte</CharacterSet>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ConfigurationType>Application</ConfigurationType>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <UseDebugLibraries>false</UseDebugLibraries>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WholeProgramOptimization>true</WholeProgramOptimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CharacterSet>MultiByte</CharacterSet>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="ExtensionSettings">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Label="UserMacros" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkIncremental>true</LinkIncremental>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IntDir>.\$(Configuration)\</IntDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkIncremental>false</LinkIncremental>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IntDir>.\$(Configuration)\</IntDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WarningLevel>Level3</WarningLevel>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Optimization>Disabled</Optimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
30370d905e9be3be7d9b947fd432bacecbb13bb9Evan Hunt <FunctionLevelLinking>true</FunctionLevelLinking>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ObjectFileName>.\$(Configuration)\</ObjectFileName>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <BrowseInformation>true</BrowseInformation>
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki <AdditionalIncludeDirectories>..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\..\isc\win32;..\..\isc\win32\include;..\..\isc\include;..\..\dns\win32\include;..\..\dns\include;..\..\irs\win32\include;..\..\irs\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1bce43adcc11d21afaf645cbe466553aabc725b2Mark Andrews <CompileAs>CompileAsC</CompileAs>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <SubSystem>Console</SubSystem>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <GenerateDebugInformation>true</GenerateDebugInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalLibraryDirectories>..\..\isc\win32\$(Configuration);..\..\dns\win32\$(Configuration);..\..\isccfg\win32\$(Configuration);..\..\irs\win32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalDependencies>libisc.lib;libdns.lib;libisccfg.lib;libirs.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemDefinitionGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WarningLevel>Level3</WarningLevel>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Optimization>MaxSpeed</Optimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <FunctionLevelLinking>true</FunctionLevelLinking>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IntrinsicFunctions>@INTRINSIC@</IntrinsicFunctions>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WholeProgramOptimization>false</WholeProgramOptimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <StringPooling>true</StringPooling>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ObjectFileName>.\$(Configuration)\</ObjectFileName>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki <AdditionalIncludeDirectories>..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\..\isc\win32;..\..\isc\win32\include;..\..\isc\include;..\..\dns\win32\include;..\..\dns\include;..\..\irs\win32\include;..\..\irs\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1bce43adcc11d21afaf645cbe466553aabc725b2Mark Andrews <CompileAs>CompileAsC</CompileAs>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <SubSystem>Console</SubSystem>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <GenerateDebugInformation>false</GenerateDebugInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <EnableCOMDATFolding>true</EnableCOMDATFolding>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OptimizeReferences>true</OptimizeReferences>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalLibraryDirectories>..\..\isc\win32\$(Configuration);..\..\dns\win32\$(Configuration);..\..\isccfg\win32\$(Configuration);..\..\irs\win32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalDependencies>libisc.lib;libdns.lib;libisccfg.lib;libirs.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemDefinitionGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\resolve.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="ExtensionTargets">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
1bce43adcc11d21afaf645cbe466553aabc725b2Mark Andrews</Project>