dsfromkey.vcxproj.in revision 9f5443280fcfd625a06f63a1b457ed2335840278
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews<?xml version="1.0" encoding="utf-8"?>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ItemGroup Label="ProjectConfigurations">
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews <ProjectConfiguration Include="Debug|@PLATFORM@">
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews <Configuration>Debug</Configuration>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews <Platform>@PLATFORM@</Platform>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ProjectConfiguration>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ProjectConfiguration Include="Release|@PLATFORM@">
4b6dc226f78862286daa69fba761eac9fd5da16aAutomatic Updater <Configuration>Release</Configuration>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Platform>@PLATFORM@</Platform>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ProjectConfiguration>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ItemGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <PropertyGroup Label="Globals">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ProjectGuid>{6E6297F4-69D7-4533-85E1-BD17C30017C8}</ProjectGuid>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Keyword>Win32Proj</Keyword>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <RootNamespace>dsfromkey</RootNamespace>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PropertyGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ConfigurationType>Application</ConfigurationType>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman <UseDebugLibraries>true</UseDebugLibraries>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <CharacterSet>MultiByte</CharacterSet>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PropertyGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ConfigurationType>Application</ConfigurationType>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <UseDebugLibraries>false</UseDebugLibraries>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <WholeProgramOptimization>true</WholeProgramOptimization>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <CharacterSet>MultiByte</CharacterSet>
63874956de9673be49d4a75484514836dd27e6edMark Andrews </PropertyGroup>
f28c6dc514ce348284f6fc0ed58f79a2830b402eTinderbox User <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ImportGroup Label="ExtensionSettings">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ImportGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ImportGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman </ImportGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <PropertyGroup Label="UserMacros" />
63874956de9673be49d4a75484514836dd27e6edMark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <LinkIncremental>true</LinkIncremental>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <IntDir>.\$(Configuration)\</IntDir>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <TargetName>dnssec-$(ProjectName)</TargetName>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PropertyGroup>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <LinkIncremental>false</LinkIncremental>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <IntDir>.\$(Configuration)\</IntDir>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <TargetName>dnssec-$(ProjectName)</TargetName>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PropertyGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
63874956de9673be49d4a75484514836dd27e6edMark Andrews <ClCompile>
f28c6dc514ce348284f6fc0ed58f79a2830b402eTinderbox User <PrecompiledHeader>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PrecompiledHeader>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <WarningLevel>Level3</WarningLevel>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Optimization>Disabled</Optimization>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <FunctionLevelLinking>true</FunctionLevelLinking>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman <PrecompiledHeaderOutputFile>.\$(Configuration)\$(ProjectName).pch</PrecompiledHeaderOutputFile>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ObjectFileName>.\$(Configuration)\</ObjectFileName>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
63874956de9673be49d4a75484514836dd27e6edMark Andrews <BrowseInformation>true</BrowseInformation>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AdditionalIncludeDirectories>.\;..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\..\..\lib\isc\win32;..\..\..\lib\isc\win32\include;..\..\..\lib\isc\include;..\..\..\lib\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ClCompile>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Link>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <SubSystem>Console</SubSystem>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <GenerateDebugInformation>true</GenerateDebugInformation>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AdditionalLibraryDirectories>$(Configuration);..\..\..\lib\isc\win32\$(Configuration);..\..\..\lib\dns\win32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AdditionalDependencies>dnssectool.lib;libisc.lib;libdns.lib;%(AdditionalDependencies)</AdditionalDependencies>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </Link>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman@IF PYTHON
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <PostBuildEvent>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Command>cd ..\..\python
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscopy /Y dnssec-checkds.py ..\..\Build\$(Configuration)\dnssec-checkds.py
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscopy /Y dnssec-coverage.py ..\..\Build\$(Configuration)\dnssec-coverage.py
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscopy /Y dnssec-keymgr.py ..\..\Build\$(Configuration)\dnssec-keymgr.py
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscd isc
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews@PYTHON@ policy.py parse \dev\nul > nul
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewsset PYTHONPATH=.
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews@PYTHON@ -m parsetab
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman</Command>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PostBuildEvent>
63874956de9673be49d4a75484514836dd27e6edMark Andrews@END PYTHON
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ItemDefinitionGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ClCompile>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <WarningLevel>Level3</WarningLevel>
63874956de9673be49d4a75484514836dd27e6edMark Andrews <PrecompiledHeader>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PrecompiledHeader>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman <Optimization>MaxSpeed</Optimization>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <FunctionLevelLinking>true</FunctionLevelLinking>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <IntrinsicFunctions>@INTRINSIC@</IntrinsicFunctions>
63874956de9673be49d4a75484514836dd27e6edMark Andrews <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63874956de9673be49d4a75484514836dd27e6edMark Andrews <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
63874956de9673be49d4a75484514836dd27e6edMark Andrews <WholeProgramOptimization>false</WholeProgramOptimization>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <StringPooling>true</StringPooling>
63874956de9673be49d4a75484514836dd27e6edMark Andrews <PrecompiledHeaderOutputFile>.\$(Configuration)\$(ProjectName).pch</PrecompiledHeaderOutputFile>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ObjectFileName>.\$(Configuration)\</ObjectFileName>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AdditionalIncludeDirectories>.\;..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\..\..\lib\isc\win32;..\..\..\lib\isc\win32\include;..\..\..\lib\isc\include;..\..\..\lib\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ClCompile>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Link>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <SubSystem>Console</SubSystem>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman <GenerateDebugInformation>false</GenerateDebugInformation>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <EnableCOMDATFolding>true</EnableCOMDATFolding>
63874956de9673be49d4a75484514836dd27e6edMark Andrews <OptimizeReferences>true</OptimizeReferences>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AdditionalLibraryDirectories>$(Configuration);..\..\..\lib\isc\win32\$(Configuration);..\..\..\lib\dns\win32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <AdditionalDependencies>dnssectool.lib;libisc.lib;libdns.lib;%(AdditionalDependencies)</AdditionalDependencies>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman </Link>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews@IF PYTHON
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <PostBuildEvent>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Command>cd ..\..\python
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscopy /Y dnssec-checkds.py ..\..\Build\$(Configuration)\dnssec-checkds.py
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscopy /Y dnssec-coverage.py ..\..\Build\$(Configuration)\dnssec-coverage.py
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscopy /Y dnssec-keymgr.py ..\..\Build\$(Configuration)\dnssec-keymgr.py
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewscd isc
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews@PYTHON@ policy.py parse \dev\nul > nul
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrewsset PYTHONPATH=.
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews@PYTHON@ -m parsetab
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews</Command>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </PostBuildEvent>
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman@END PYTHON
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ItemDefinitionGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ItemGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ClCompile Include="..\dnssec-dsfromkey.c" />
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ItemGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews <ImportGroup Label="ExtensionTargets">
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews </ImportGroup>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews</Project>
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews