Annotation of embedaddon/libxml2/win32/VC10/libxml2.vcxproj, revision 1.1

1.1     ! misho       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|Win32">
        !             5:       <Configuration>Debug</Configuration>
        !             6:       <Platform>Win32</Platform>
        !             7:     </ProjectConfiguration>
        !             8:     <ProjectConfiguration Include="Release|Win32">
        !             9:       <Configuration>Release</Configuration>
        !            10:       <Platform>Win32</Platform>
        !            11:     </ProjectConfiguration>
        !            12:   </ItemGroup>
        !            13:   <PropertyGroup Label="Globals">
        !            14:     <ProjectGuid>{1D6039F6-5078-416F-A3AF-A36EFC7E6A1C}</ProjectGuid>
        !            15:     <RootNamespace>libxml2</RootNamespace>
        !            16:   </PropertyGroup>
        !            17:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
        !            18:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
        !            19:     <ConfigurationType>StaticLibrary</ConfigurationType>
        !            20:     <UseDebugLibraries>true</UseDebugLibraries>
        !            21:     <CharacterSet>Unicode</CharacterSet>
        !            22:   </PropertyGroup>
        !            23:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
        !            24:     <ConfigurationType>Application</ConfigurationType>
        !            25:     <UseDebugLibraries>false</UseDebugLibraries>
        !            26:     <WholeProgramOptimization>true</WholeProgramOptimization>
        !            27:     <CharacterSet>MultiByte</CharacterSet>
        !            28:   </PropertyGroup>
        !            29:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
        !            30:   <ImportGroup Label="ExtensionSettings">
        !            31:   </ImportGroup>
        !            32:   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
        !            33:     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
        !            34:   </ImportGroup>
        !            35:   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
        !            36:     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
        !            37:   </ImportGroup>
        !            38:   <PropertyGroup Label="UserMacros" />
        !            39:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
        !            40:     <OutDir>$(ProjectDir)..\..\lib\</OutDir>
        !            41:   </PropertyGroup>
        !            42:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
        !            43:     <IntDir>build\$(ProjectName)$(Configuration)\</IntDir>
        !            44:   </PropertyGroup>
        !            45:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
        !            46:     <ClCompile>
        !            47:       <WarningLevel>Level3</WarningLevel>
        !            48:       <Optimization>Disabled</Optimization>
        !            49:       <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14.vc10\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
        !            50:       <DisableSpecificWarnings>4996</DisableSpecificWarnings>
        !            51:       <MinimalRebuild>false</MinimalRebuild>
        !            52:       <MultiProcessorCompilation>true</MultiProcessorCompilation>
        !            53:     </ClCompile>
        !            54:     <Link>
        !            55:       <GenerateDebugInformation>true</GenerateDebugInformation>
        !            56:     </Link>
        !            57:   </ItemDefinitionGroup>
        !            58:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
        !            59:     <ClCompile>
        !            60:       <WarningLevel>Level3</WarningLevel>
        !            61:       <Optimization>MaxSpeed</Optimization>
        !            62:       <FunctionLevelLinking>true</FunctionLevelLinking>
        !            63:       <IntrinsicFunctions>true</IntrinsicFunctions>
        !            64:     </ClCompile>
        !            65:     <Link>
        !            66:       <GenerateDebugInformation>true</GenerateDebugInformation>
        !            67:       <EnableCOMDATFolding>true</EnableCOMDATFolding>
        !            68:       <OptimizeReferences>true</OptimizeReferences>
        !            69:     </Link>
        !            70:   </ItemDefinitionGroup>
        !            71:   <ItemGroup>
        !            72:     <ClCompile Include="..\..\c14n.c" />
        !            73:     <ClCompile Include="..\..\catalog.c" />
        !            74:     <ClCompile Include="..\..\chvalid.c" />
        !            75:     <ClCompile Include="..\..\debugXML.c" />
        !            76:     <ClCompile Include="..\..\dict.c" />
        !            77:     <ClCompile Include="..\..\DOCBparser.c" />
        !            78:     <ClCompile Include="..\..\encoding.c" />
        !            79:     <ClCompile Include="..\..\entities.c" />
        !            80:     <ClCompile Include="..\..\error.c" />
        !            81:     <ClCompile Include="..\..\globals.c" />
        !            82:     <ClCompile Include="..\..\hash.c" />
        !            83:     <ClCompile Include="..\..\HTMLparser.c" />
        !            84:     <ClCompile Include="..\..\HTMLtree.c" />
        !            85:     <ClCompile Include="..\..\legacy.c" />
        !            86:     <ClCompile Include="..\..\list.c" />
        !            87:     <ClCompile Include="..\..\nanoftp.c" />
        !            88:     <ClCompile Include="..\..\nanohttp.c" />
        !            89:     <ClCompile Include="..\..\parser.c" />
        !            90:     <ClCompile Include="..\..\parserInternals.c" />
        !            91:     <ClCompile Include="..\..\pattern.c" />
        !            92:     <ClCompile Include="..\..\relaxng.c" />
        !            93:     <ClCompile Include="..\..\SAX.c" />
        !            94:     <ClCompile Include="..\..\SAX2.c" />
        !            95:     <ClCompile Include="..\..\schematron.c" />
        !            96:     <ClCompile Include="..\..\threads.c" />
        !            97:     <ClCompile Include="..\..\tree.c" />
        !            98:     <ClCompile Include="..\..\uri.c" />
        !            99:     <ClCompile Include="..\..\valid.c" />
        !           100:     <ClCompile Include="..\..\xinclude.c" />
        !           101:     <ClCompile Include="..\..\xlink.c" />
        !           102:     <ClCompile Include="..\..\xmlcatalog.c" />
        !           103:     <ClCompile Include="..\..\xmlIO.c" />
        !           104:     <ClCompile Include="..\..\xmlmemory.c" />
        !           105:     <ClCompile Include="..\..\xmlmodule.c" />
        !           106:     <ClCompile Include="..\..\xmlreader.c" />
        !           107:     <ClCompile Include="..\..\xmlregexp.c" />
        !           108:     <ClCompile Include="..\..\xmlsave.c" />
        !           109:     <ClCompile Include="..\..\xmlschemas.c" />
        !           110:     <ClCompile Include="..\..\xmlschemastypes.c" />
        !           111:     <ClCompile Include="..\..\xmlstring.c" />
        !           112:     <ClCompile Include="..\..\xmlunicode.c" />
        !           113:     <ClCompile Include="..\..\xmlwriter.c" />
        !           114:     <ClCompile Include="..\..\xpath.c" />
        !           115:     <ClCompile Include="..\..\xpointer.c" />
        !           116:   </ItemGroup>
        !           117:   <ItemGroup>
        !           118:     <ClInclude Include="..\..\acconfig.h" />
        !           119:     <ClInclude Include="..\..\elfgcchack.h" />
        !           120:     <ClInclude Include="..\..\libxml.h" />
        !           121:     <ClInclude Include="config.h" />
        !           122:   </ItemGroup>
        !           123:   <ItemGroup>
        !           124:     <ProjectReference Include="..\..\..\libiconv-1.14.vc10\windows\VC10\iconv.vcxproj">
        !           125:       <Project>{bec03130-a64c-48f8-863c-52da83cfb3ae}</Project>
        !           126:       <Private>true</Private>
        !           127:       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
        !           128:       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
        !           129:       <LinkLibraryDependencies>true</LinkLibraryDependencies>
        !           130:       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
        !           131:     </ProjectReference>
        !           132:   </ItemGroup>
        !           133:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
        !           134:   <ImportGroup Label="ExtensionTargets">
        !           135:   </ImportGroup>
        !           136: </Project>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>