Thomas Lemm | 066c697 | 2012-05-09 18:27:04 +0800 | [diff] [blame] | 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 DLL|Win32">
|
| 5 | <Configuration>Debug DLL</Configuration>
|
| 6 | <Platform>Win32</Platform>
|
| 7 | </ProjectConfiguration>
|
| 8 | <ProjectConfiguration Include="Debug|Win32">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>Win32</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | <ProjectConfiguration Include="Release DLL|Win32">
|
| 13 | <Configuration>Release DLL</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
| 16 | <ProjectConfiguration Include="Release|Win32">
|
| 17 | <Configuration>Release</Configuration>
|
| 18 | <Platform>Win32</Platform>
|
| 19 | </ProjectConfiguration>
|
| 20 | </ItemGroup>
|
| 21 | <PropertyGroup Label="Globals">
|
| 22 | <ProjectGuid>{7EA50C94-26BD-4893-B773-625CD3D3DEA6}</ProjectGuid>
|
| 23 | <RootNamespace>libxml2</RootNamespace>
|
| 24 | </PropertyGroup>
|
| 25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 27 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 28 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 29 | <CharacterSet>Unicode</CharacterSet>
|
| 30 | </PropertyGroup>
|
| 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="Configuration">
|
| 32 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 33 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 34 | <CharacterSet>Unicode</CharacterSet>
|
| 35 | </PropertyGroup>
|
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 37 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 38 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 39 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 40 | <CharacterSet>Unicode</CharacterSet>
|
| 41 | </PropertyGroup>
|
| 42 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
|
| 43 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 44 | <CharacterSet>Unicode</CharacterSet>
|
| 45 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 46 | </PropertyGroup>
|
| 47 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 48 | <ImportGroup Label="ExtensionSettings">
|
| 49 | </ImportGroup>
|
| 50 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 51 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 52 | <Import Project="..\..\..\focus-lib-debug.props" />
|
| 53 | </ImportGroup>
|
| 54 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="PropertySheets">
|
| 55 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 56 | <Import Project="..\..\..\focus-lib-debug-dll.props" />
|
| 57 | </ImportGroup>
|
| 58 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 60 | <Import Project="..\..\..\focus-lib-release.props" />
|
| 61 | </ImportGroup>
|
| 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
|
| 63 | <Import Project="..\..\..\focus-lib-release-dll.props" />
|
| 64 | </ImportGroup>
|
| 65 | <PropertyGroup Label="UserMacros" />
|
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 67 | <OutDir>$(ProjectDir)..\..\lib\</OutDir>
|
| 68 | </PropertyGroup>
|
| 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
|
| 70 | <OutDir>$(ProjectDir)..\..\lib\</OutDir>
|
| 71 | </PropertyGroup>
|
| 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" />
|
| 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 75 | <OutDir>$(ProjectDir)..\..\lib\</OutDir>
|
| 76 | </PropertyGroup>
|
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
|
| 78 | <OutDir>$(ProjectDir)..\..\lib\</OutDir>
|
| 79 | </PropertyGroup>
|
| 80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 81 | <ClCompile>
|
| 82 | <WarningLevel>Level3</WarningLevel>
|
| 83 | <Optimization>Disabled</Optimization>
|
| 84 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include</AdditionalIncludeDirectories>
|
| 85 | <DisableSpecificWarnings>4018; 4996</DisableSpecificWarnings>
|
| 86 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
| 87 | <MinimalRebuild>false</MinimalRebuild>
|
| 88 | </ClCompile>
|
| 89 | <Link>
|
| 90 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 91 | </Link>
|
| 92 | </ItemDefinitionGroup>
|
| 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
|
| 94 | <ClCompile>
|
| 95 | <WarningLevel>Level3</WarningLevel>
|
| 96 | <Optimization>Disabled</Optimization>
|
| 97 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include</AdditionalIncludeDirectories>
|
| 98 | <DisableSpecificWarnings>4018; 4996</DisableSpecificWarnings>
|
| 99 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
| 100 | <MinimalRebuild>false</MinimalRebuild>
|
| 101 | </ClCompile>
|
| 102 | <Link>
|
| 103 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 104 | </Link>
|
| 105 | </ItemDefinitionGroup>
|
| 106 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 107 | <ClCompile>
|
| 108 | <WarningLevel>Level3</WarningLevel>
|
| 109 | <Optimization>MaxSpeed</Optimization>
|
| 110 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 111 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 112 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
| 113 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include</AdditionalIncludeDirectories>
|
| 114 | <DisableSpecificWarnings>4018; 4996</DisableSpecificWarnings>
|
| 115 | </ClCompile>
|
| 116 | <Link>
|
| 117 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 118 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 119 | <OptimizeReferences>true</OptimizeReferences>
|
| 120 | </Link>
|
| 121 | </ItemDefinitionGroup>
|
| 122 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
|
| 123 | <ClCompile>
|
| 124 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
| 125 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include</AdditionalIncludeDirectories>
|
| 126 | <DisableSpecificWarnings>4018; 4996</DisableSpecificWarnings>
|
| 127 | </ClCompile>
|
| 128 | </ItemDefinitionGroup>
|
| 129 | <ItemGroup>
|
| 130 | <ClCompile Include="..\..\c14n.c" />
|
| 131 | <ClCompile Include="..\..\catalog.c" />
|
| 132 | <ClCompile Include="..\..\chvalid.c" />
|
| 133 | <ClCompile Include="..\..\debugXML.c" />
|
| 134 | <ClCompile Include="..\..\dict.c" />
|
| 135 | <ClCompile Include="..\..\DOCBparser.c" />
|
| 136 | <ClCompile Include="..\..\encoding.c" />
|
| 137 | <ClCompile Include="..\..\entities.c" />
|
| 138 | <ClCompile Include="..\..\error.c" />
|
| 139 | <ClCompile Include="..\..\globals.c" />
|
| 140 | <ClCompile Include="..\..\hash.c" />
|
| 141 | <ClCompile Include="..\..\HTMLparser.c" />
|
| 142 | <ClCompile Include="..\..\HTMLtree.c" />
|
| 143 | <ClCompile Include="..\..\legacy.c" />
|
| 144 | <ClCompile Include="..\..\list.c" />
|
| 145 | <ClCompile Include="..\..\nanoftp.c" />
|
| 146 | <ClCompile Include="..\..\nanohttp.c" />
|
| 147 | <ClCompile Include="..\..\parser.c" />
|
| 148 | <ClCompile Include="..\..\parserInternals.c" />
|
| 149 | <ClCompile Include="..\..\pattern.c" />
|
| 150 | <ClCompile Include="..\..\relaxng.c" />
|
| 151 | <ClCompile Include="..\..\SAX.c" />
|
| 152 | <ClCompile Include="..\..\SAX2.c" />
|
| 153 | <ClCompile Include="..\..\schematron.c" />
|
| 154 | <ClCompile Include="..\..\threads.c" />
|
| 155 | <ClCompile Include="..\..\tree.c" />
|
| 156 | <ClCompile Include="..\..\uri.c" />
|
| 157 | <ClCompile Include="..\..\valid.c" />
|
| 158 | <ClCompile Include="..\..\xinclude.c" />
|
| 159 | <ClCompile Include="..\..\xlink.c" />
|
| 160 | <ClCompile Include="..\..\xmlcatalog.c" />
|
| 161 | <ClCompile Include="..\..\xmlIO.c" />
|
| 162 | <ClCompile Include="..\..\xmlmemory.c" />
|
| 163 | <ClCompile Include="..\..\xmlmodule.c" />
|
| 164 | <ClCompile Include="..\..\xmlreader.c" />
|
| 165 | <ClCompile Include="..\..\xmlregexp.c" />
|
| 166 | <ClCompile Include="..\..\xmlsave.c" />
|
| 167 | <ClCompile Include="..\..\xmlschemas.c" />
|
| 168 | <ClCompile Include="..\..\xmlschemastypes.c" />
|
| 169 | <ClCompile Include="..\..\xmlstring.c" />
|
| 170 | <ClCompile Include="..\..\xmlunicode.c" />
|
| 171 | <ClCompile Include="..\..\xmlwriter.c" />
|
| 172 | <ClCompile Include="..\..\xpath.c" />
|
| 173 | <ClCompile Include="..\..\xpointer.c" />
|
| 174 | </ItemGroup>
|
| 175 | <ItemGroup>
|
| 176 | <ClInclude Include="..\..\acconfig.h" />
|
| 177 | <ClInclude Include="..\..\elfgcchack.h" />
|
| 178 | <ClInclude Include="..\..\libxml.h" />
|
| 179 | <ClInclude Include="config.h" />
|
| 180 | </ItemGroup>
|
| 181 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 182 | <ImportGroup Label="ExtensionTargets">
|
| 183 | </ImportGroup>
|
| 184 | </Project> |