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>{EBDB30A3-E8EB-4E1D-915E-06720600A84E}</ProjectGuid>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Keyword>Win32Proj</Keyword>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <RootNamespace>liblwres</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>DynamicLibrary</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>DynamicLibrary</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;USE_MD5;@CRYPTO@_DEBUG;_WINDOWS;_USRDLL;LIBLWRES_EXPORTS;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalIncludeDirectories>.\;..\..\lwres\win32\include;..\..\..\;include;..\include;..\..\isc\win32;..\..\isc\win32\include;..\..\isc\include;..\..\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
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>
1bce43adcc11d21afaf645cbe466553aabc725b2Mark Andrews <CompileAs>CompileAsC</CompileAs>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <SubSystem>Console</SubSystem>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <GenerateDebugInformation>true</GenerateDebugInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalDependencies>ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportLibrary>.\$(Configuration)\$(ProjectName).lib</ImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ModuleDefinitionFile>$(ProjectName).def</ModuleDefinitionFile>
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;USE_MD5;@CRYPTO@NDEBUG;_WINDOWS;_USRDLL;LIBLWRES_EXPORTS;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalIncludeDirectories>.\;..\..\lwres\win32\include;..\..\..\;include;..\include;..\..\isc\win32;..\..\isc\win32\include;..\..\isc\include;..\..\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
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>
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 <AdditionalDependencies>ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportLibrary>.\$(Configuration)\$(ProjectName).lib</ImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ModuleDefinitionFile>$(ProjectName).def</ModuleDefinitionFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemDefinitionGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <None Include="liblwres.def" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\compat.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\context.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\gai_strerror.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\getaddrinfo.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\gethost.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\getipnode.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\getnameinfo.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\getrrset.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\herror.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwbuffer.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwinetaton.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwinetntop.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwinetpton.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwpacket.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwresutil.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwres_gabn.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwres_gnba.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwres_grbn.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="..\lwres_noop.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="DLLMain.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="lwconfig.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="socket.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="version.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\context.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\ipv6.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\lang.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\list.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\lwbuffer.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\lwpacket.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\lwres.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\result.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\stdlib.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="..\include\lwres\string.h" />
343aeac7176d28c4a1b9d246b1f7311b4cd5da7dFrancis Dupont <ClInclude Include="..\include\lwres\version.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="include\lwres\int.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="include\lwres\net.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="include\lwres\netdb.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClInclude Include="include\lwres\platform.h" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="ExtensionTargets">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews</Project>