[BACK]Return to dnssectool.vcxproj.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / dnssec / win32

Annotation of src/external/mpl/bind/dist/bin/dnssec/win32/dnssectool.vcxproj.in, Revision 1.1.1.2

1.1       christos    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>
1.1.1.2 ! christos   64:       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.1       christos   65:       <FunctionLevelLinking>true</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:       <CompileAs>CompileAsC</CompileAs>
                     73:     </ClCompile>
                     74:     <Link>
                     75:       <SubSystem>Windows</SubSystem>
                     76:       <GenerateDebugInformation>true</GenerateDebugInformation>
                     77:     </Link>
                     78:   </ItemDefinitionGroup>
                     79:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
                     80:     <ClCompile>
                     81:       <WarningLevel>Level3</WarningLevel>
                     82:       <PrecompiledHeader>
                     83:       </PrecompiledHeader>
                     84:       <Optimization>MaxSpeed</Optimization>
                     85:       <FunctionLevelLinking>true</FunctionLevelLinking>
                     86:       <IntrinsicFunctions>@INTRINSIC@</IntrinsicFunctions>
1.1.1.2 ! christos   87:       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.1       christos   88:       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
                     89:       <WholeProgramOptimization>false</WholeProgramOptimization>
                     90:       <StringPooling>true</StringPooling>
                     91:       <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
                     92:       <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
                     93:       <ObjectFileName>.\$(Configuration)\</ObjectFileName>
                     94:       <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
                     95:       <AdditionalIncludeDirectories>.\;..\..\..\;@LIBXML2_INC@@OPENSSL_INC@..\include;..\..\..\lib\isc\win32;..\..\..\lib\isc\win32\include;..\..\..\lib\isc\include;..\..\..\lib\dns\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
                     96:       <CompileAs>CompileAsC</CompileAs>
                     97:     </ClCompile>
                     98:     <Link>
                     99:       <SubSystem>Windows</SubSystem>
                    100:       <GenerateDebugInformation>true</GenerateDebugInformation>
                    101:       <EnableCOMDATFolding>true</EnableCOMDATFolding>
                    102:       <OptimizeReferences>true</OptimizeReferences>
                    103:       <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
                    104:     </Link>
                    105:   </ItemDefinitionGroup>
                    106:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
                    107:   <ImportGroup Label="ExtensionTargets">
                    108:   </ImportGroup>
                    109: </Project>

CVSweb <webmaster@jp.NetBSD.org>