1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Label="Globals">
4 <ProjectGuid>{659D0C08-D4ED-4BF3-B02B-2D8D4B5A7A7A}</ProjectGuid>
6 <PropertyGroup Label="Configuration">
7 <ConfigurationType>DynamicLibrary</ConfigurationType>
8 <UseOfMfc>false</UseOfMfc>
9 <CharacterSet>MultiByte</CharacterSet>
11 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
12 <!-- The following import will include the 'default' configuration options for VS projects. -->
13 <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" />
14 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
15 <ImportGroup Label="ExtensionSettings">
17 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
18 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
19 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
21 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
22 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
23 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
25 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
26 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
27 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
29 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
31 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
33 <PropertyGroup Label="UserMacros" />
35 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
36 <OutDir>.\$(Platform)\$(Configuration)\</OutDir>
37 <IntDir>.\$(Platform)\$(Configuration)\</IntDir>
38 <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
39 <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir>
40 <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir>
41 <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation -->
42 <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
43 <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
45 <!-- Options that are common to *all* project configurations -->
48 <TypeLibraryName>$(OutDir)\testplug.tlb</TypeLibraryName>
51 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
52 <PreprocessorDefinitions>T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
53 <DisableLanguageExtensions>true</DisableLanguageExtensions>
54 <WarningLevel>Level3</WarningLevel>
55 <CompileAs>Default</CompileAs>
56 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
57 <PrecompiledHeaderOutputFile>$(OutDir)\testplug.pch</PrecompiledHeaderOutputFile>
58 <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation>
59 <ObjectFileName>$(OutDir)/</ObjectFileName>
60 <ProgramDataBaseFileName>$(OutDir)\testplug.pdb</ProgramDataBaseFileName>
63 <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
65 </ItemDefinitionGroup>
66 <!-- Options that are common to all 'Debug' project configurations -->
67 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
69 <BrowseInformation>true</BrowseInformation>
70 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
73 <GenerateDebugInformation>true</GenerateDebugInformation>
74 <OutputFile>..\..\..\$(IcuBinOutputDir)\testplugd.dll</OutputFile>
75 <ProgramDatabaseFile>..\..\..\$(IcuLibOutputDir)\testplugd.pdb</ProgramDatabaseFile>
76 <ImportLibrary>..\..\..\$(IcuLibOutputDir)\testplugd.lib</ImportLibrary>
77 <AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
79 </ItemDefinitionGroup>
80 <!-- Options that are common to all 'Release' project configurations -->
81 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
83 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
84 <FunctionLevelLinking>true</FunctionLevelLinking>
87 <OutputFile>..\..\..\$(IcuBinOutputDir)\testplug.dll</OutputFile>
88 <ProgramDatabaseFile>..\..\..\$(IcuLibOutputDir)\testplug.pdb</ProgramDatabaseFile>
89 <ImportLibrary>..\..\..\$(IcuLibOutputDir)\testplug.lib</ImportLibrary>
90 <AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
92 </ItemDefinitionGroup>
94 <ClCompile Include="testplug.c" />
96 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
97 <ImportGroup Label="ExtensionTargets">