pipequeries.vcxproj.in revision cc51cd2d2076e33117c60c9effcb8caccde4983b
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt<?xml version="1.0" encoding="utf-8"?>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ItemGroup Label="ProjectConfigurations">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ProjectConfiguration Include="Debug|@PLATFORM@">
f1c89cb4f5c72c54bb67dc48cd6f2b332eab9e92Automatic Updater <Configuration>Debug</Configuration>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Platform>@PLATFORM@</Platform>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ProjectConfiguration>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ProjectConfiguration Include="Release|@PLATFORM@">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Configuration>Release</Configuration>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Platform>@PLATFORM@</Platform>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ProjectConfiguration>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ItemGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PropertyGroup Label="Globals">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ProjectGuid>{E1478F40-786C-4738-8E99-E7A71DD98661}</ProjectGuid>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Keyword>Win32Proj</Keyword>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <RootNamespace>pipequeries</RootNamespace>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </PropertyGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">
f1c89cb4f5c72c54bb67dc48cd6f2b332eab9e92Automatic Updater <ConfigurationType>Application</ConfigurationType>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <UseDebugLibraries>true</UseDebugLibraries>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <CharacterSet>MultiByte</CharacterSet>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </PropertyGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ConfigurationType>Application</ConfigurationType>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <UseDebugLibraries>false</UseDebugLibraries>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <WholeProgramOptimization>true</WholeProgramOptimization>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <CharacterSet>MultiByte</CharacterSet>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </PropertyGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ImportGroup Label="ExtensionSettings">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ImportGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ImportGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ImportGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PropertyGroup Label="UserMacros" />
f1c89cb4f5c72c54bb67dc48cd6f2b332eab9e92Automatic Updater <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <LinkIncremental>true</LinkIncremental>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <OutDir>..\..\..\..\Build\$(Configuration)\</OutDir>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <IntDir>.\$(Configuration)\</IntDir>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </PropertyGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <LinkIncremental>false</LinkIncremental>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <OutDir>..\..\..\..\Build\$(Configuration)\</OutDir>
b843f577bbcd6660fbaa506d9e55b156c689a5a8Evan Hunt <IntDir>.\$(Configuration)\</IntDir>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </PropertyGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ClCompile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PrecompiledHeader>
b843f577bbcd6660fbaa506d9e55b156c689a5a8Evan Hunt </PrecompiledHeader>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <WarningLevel>Level3</WarningLevel>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Optimization>Disabled</Optimization>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PreprocessorDefinitions>WIN32;@CRYPTO@_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8b78c993cb475cc94e88560941b28c37684789d9Francis Dupont <FunctionLevelLinking>true</FunctionLevelLinking>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ObjectFileName>.\$(Configuration)\</ObjectFileName>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <BrowseInformation>true</BrowseInformation>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AdditionalIncludeDirectories>.\;..\..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\..\..\..\lib\isc\win32;..\..\..\..\lib\isc\win32\include;..\..\..\..\lib\isc\include;..\..\..\..\lib\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ClCompile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Link>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <SubSystem>Console</SubSystem>
b843f577bbcd6660fbaa506d9e55b156c689a5a8Evan Hunt <GenerateDebugInformation>true</GenerateDebugInformation>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <OutputFile>..\..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AdditionalLibraryDirectories>..\..\..\..\lib\isc\win32\$(Configuration);..\..\..\..\lib\dns\win32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AdditionalDependencies>@LIBXML2_LIB@@OPENSSL_LIB@libisc.lib;libdns.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </Link>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ItemDefinitionGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ClCompile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <WarningLevel>Level3</WarningLevel>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PrecompiledHeader>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </PrecompiledHeader>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Optimization>MaxSpeed</Optimization>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <FunctionLevelLinking>true</FunctionLevelLinking>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <IntrinsicFunctions>@INTRINSIC@</IntrinsicFunctions>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PreprocessorDefinitions>WIN32;@CRYPTO@NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <WholeProgramOptimization>false</WholeProgramOptimization>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <StringPooling>true</StringPooling>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ObjectFileName>.\$(Configuration)\</ObjectFileName>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AdditionalIncludeDirectories>.\;..\..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\..\..\..\lib\isc\win32;..\..\..\..\lib\isc\win32\include;..\..\..\..\lib\isc\include;..\..\..\..\lib\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ClCompile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Link>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <SubSystem>Console</SubSystem>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <GenerateDebugInformation>false</GenerateDebugInformation>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <EnableCOMDATFolding>true</EnableCOMDATFolding>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <OptimizeReferences>true</OptimizeReferences>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <OutputFile>..\..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AdditionalLibraryDirectories>..\..\..\..\lib\isc\win32\$(Configuration);..\..\..\..\lib\dns\win32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <AdditionalDependencies>@LIBXML2_LIB@@OPENSSL_LIB@libisc.lib;libdns.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </Link>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ItemDefinitionGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ItemGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ClCompile Include="..\pipelined\pipequeries.c" />
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ItemGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt <ImportGroup Label="ExtensionTargets">
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt </ImportGroup>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt</Project>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt