1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|@PLATFORM@">
5      <Configuration>Debug</Configuration>
6      <Platform>@PLATFORM@</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Release|@PLATFORM@">
9      <Configuration>Release</Configuration>
10      <Platform>@PLATFORM@</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <ItemGroup>
14    <ClInclude Include="..\dnssectool.h" />
15  </ItemGroup>
16  <ItemGroup>
17    <ClCompile Include="..\dnssectool.c" />
18  </ItemGroup>
19  <PropertyGroup Label="Globals">
20    <ProjectGuid>{2CB7DC75-023B-4AA3-AF3A-AE5046A4EE70}</ProjectGuid>
21    <Keyword>Win32Proj</Keyword>
22    <RootNamespace>dnssectool</RootNamespace>
23  </PropertyGroup>
24  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">
26    <ConfigurationType>StaticLibrary</ConfigurationType>
27    <UseDebugLibraries>true</UseDebugLibraries>
28    <CharacterSet>MultiByte</CharacterSet>
29  </PropertyGroup>
30  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
31    <ConfigurationType>StaticLibrary</ConfigurationType>
32    <UseDebugLibraries>false</UseDebugLibraries>
33    <WholeProgramOptimization>true</WholeProgramOptimization>
34    <CharacterSet>MultiByte</CharacterSet>
35  </PropertyGroup>
36  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
37  <ImportGroup Label="ExtensionSettings">
38  </ImportGroup>
39  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
40    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41  </ImportGroup>
42  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
43    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44  </ImportGroup>
45  <PropertyGroup Label="UserMacros" />
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
47    <OutDir>.\$(Configuration)\</OutDir>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
50    <IntDir>.\$(Configuration)\</IntDir>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
53    <OutDir>.\$(Configuration)\</OutDir>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
56    <IntDir>.\$(Configuration)\</IntDir>
57  </PropertyGroup>
58  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
59    <ClCompile>
60      <PrecompiledHeader>
61      </PrecompiledHeader>
62      <WarningLevel>Level3</WarningLevel>
63      <Optimization>Disabled</Optimization>
64      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
65      <FunctionLevelLinking>false</FunctionLevelLinking>
66      <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
67      <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
68      <ObjectFileName>.\$(Configuration)\</ObjectFileName>
69      <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
70      <BrowseInformation>true</BrowseInformation>
71      <AdditionalIncludeDirectories>.\;..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\include;..\..\..\lib\isc\win32;..\..\..\lib\isc\win32\include;..\..\..\lib\isc\include;..\..\..\lib\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
72    </ClCompile>
73    <Link>
74      <SubSystem>Windows</SubSystem>
75      <GenerateDebugInformation>true</GenerateDebugInformation>
76    </Link>
77  </ItemDefinitionGroup>
78  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
79    <ClCompile>
80      <WarningLevel>Level3</WarningLevel>
81      <PrecompiledHeader>
82      </PrecompiledHeader>
83      <Optimization>MaxSpeed</Optimization>
84      <FunctionLevelLinking>true</FunctionLevelLinking>
85      <IntrinsicFunctions>@INTRINSIC@</IntrinsicFunctions>
86      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
88      <WholeProgramOptimization>false</WholeProgramOptimization>
89      <StringPooling>true</StringPooling>
90      <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
91      <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
92      <ObjectFileName>.\$(Configuration)\</ObjectFileName>
93      <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
94      <AdditionalIncludeDirectories>.\;..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\include;..\..\..\lib\isc\win32;..\..\..\lib\isc\win32\include;..\..\..\lib\isc\include;..\..\..\lib\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95    </ClCompile>
96    <Link>
97      <SubSystem>Windows</SubSystem>
98      <GenerateDebugInformation>true</GenerateDebugInformation>
99      <EnableCOMDATFolding>true</EnableCOMDATFolding>
100      <OptimizeReferences>true</OptimizeReferences>
101      <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
102    </Link>
103  </ItemDefinitionGroup>
104  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105  <ImportGroup Label="ExtensionTargets">
106  </ImportGroup>
107</Project>