Home | History | Annotate | Download | only in VC10
      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="..\..\buf.c" />
     73     <ClCompile Include="..\..\c14n.c" />
     74     <ClCompile Include="..\..\catalog.c" />
     75     <ClCompile Include="..\..\chvalid.c" />
     76     <ClCompile Include="..\..\debugXML.c" />
     77     <ClCompile Include="..\..\dict.c" />
     78     <ClCompile Include="..\..\DOCBparser.c" />
     79     <ClCompile Include="..\..\encoding.c" />
     80     <ClCompile Include="..\..\entities.c" />
     81     <ClCompile Include="..\..\error.c" />
     82     <ClCompile Include="..\..\globals.c" />
     83     <ClCompile Include="..\..\hash.c" />
     84     <ClCompile Include="..\..\HTMLparser.c" />
     85     <ClCompile Include="..\..\HTMLtree.c" />
     86     <ClCompile Include="..\..\legacy.c" />
     87     <ClCompile Include="..\..\list.c" />
     88     <ClCompile Include="..\..\nanoftp.c" />
     89     <ClCompile Include="..\..\nanohttp.c" />
     90     <ClCompile Include="..\..\parser.c" />
     91     <ClCompile Include="..\..\parserInternals.c" />
     92     <ClCompile Include="..\..\pattern.c" />
     93     <ClCompile Include="..\..\relaxng.c" />
     94     <ClCompile Include="..\..\SAX.c" />
     95     <ClCompile Include="..\..\SAX2.c" />
     96     <ClCompile Include="..\..\schematron.c" />
     97     <ClCompile Include="..\..\threads.c" />
     98     <ClCompile Include="..\..\tree.c" />
     99     <ClCompile Include="..\..\uri.c" />
    100     <ClCompile Include="..\..\valid.c" />
    101     <ClCompile Include="..\..\xinclude.c" />
    102     <ClCompile Include="..\..\xlink.c" />
    103     <ClCompile Include="..\..\xmlcatalog.c" />
    104     <ClCompile Include="..\..\xmlIO.c" />
    105     <ClCompile Include="..\..\xmlmemory.c" />
    106     <ClCompile Include="..\..\xmlmodule.c" />
    107     <ClCompile Include="..\..\xmlreader.c" />
    108     <ClCompile Include="..\..\xmlregexp.c" />
    109     <ClCompile Include="..\..\xmlsave.c" />
    110     <ClCompile Include="..\..\xmlschemas.c" />
    111     <ClCompile Include="..\..\xmlschemastypes.c" />
    112     <ClCompile Include="..\..\xmlstring.c" />
    113     <ClCompile Include="..\..\xmlunicode.c" />
    114     <ClCompile Include="..\..\xmlwriter.c" />
    115     <ClCompile Include="..\..\xpath.c" />
    116     <ClCompile Include="..\..\xpointer.c" />
    117   </ItemGroup>
    118   <ItemGroup>
    119     <ClInclude Include="..\..\acconfig.h" />
    120     <ClInclude Include="..\..\elfgcchack.h" />
    121     <ClInclude Include="..\..\libxml.h" />
    122     <ClInclude Include="config.h" />
    123   </ItemGroup>
    124   <ItemGroup>
    125     <ProjectReference Include="..\..\..\libiconv-1.14.vc10\windows\VC10\iconv.vcxproj">
    126       <Project>{bec03130-a64c-48f8-863c-52da83cfb3ae}</Project>
    127       <Private>true</Private>
    128       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
    129       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
    130       <LinkLibraryDependencies>true</LinkLibraryDependencies>
    131       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
    132     </ProjectReference>
    133   </ItemGroup>
    134   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    135   <ImportGroup Label="ExtensionTargets">
    136   </ImportGroup>
    137 </Project>