Annotation of embedaddon/libxml2/win32/VC10/runsuite.vcxproj, revision 1.1.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>{D841B4F7-C277-49CB-B379-8B1801C8EE35}</ProjectGuid>
                     15:     <RootNamespace>runsuite</RootNamespace>
                     16:   </PropertyGroup>
                     17:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
                     18:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
                     19:     <ConfigurationType>Application</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:     <IntDir>build\$(ProjectName)$(Configuration)\</IntDir>
                     42:   </PropertyGroup>
                     43:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
                     44:     <ClCompile>
                     45:       <WarningLevel>Level3</WarningLevel>
                     46:       <Optimization>Disabled</Optimization>
                     47:       <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14.vc10\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
                     48:       <DisableSpecificWarnings>4996</DisableSpecificWarnings>
                     49:       <PreprocessorDefinitions>HAVE_CONFIG_H;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
                     50:       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
                     51:       <MinimalRebuild>false</MinimalRebuild>
                     52:     </ClCompile>
                     53:     <Link>
                     54:       <GenerateDebugInformation>true</GenerateDebugInformation>
                     55:       <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
                     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="..\..\runsuite.c" />
                     73:   </ItemGroup>
                     74:   <ItemGroup>
                     75:     <ProjectReference Include="..\..\..\libiconv-1.14.vc10\windows\VC10\iconv.vcxproj">
                     76:       <Project>{bec03130-a64c-48f8-863c-52da83cfb3ae}</Project>
                     77:     </ProjectReference>
                     78:     <ProjectReference Include="libxml2.vcxproj">
                     79:       <Project>{1d6039f6-5078-416f-a3af-a36efc7e6a1c}</Project>
                     80:     </ProjectReference>
                     81:   </ItemGroup>
                     82:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
                     83:   <ImportGroup Label="ExtensionTargets">
                     84:   </ImportGroup>
                     85: </Project>

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