• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>{ECA6B435-B4FA-4F9F-BF95-F451D078FC47}</ProjectGuid>
5  </PropertyGroup>
6  <PropertyGroup Label="Configuration">
7    <ConfigurationType>DynamicLibrary</ConfigurationType>
8    <UseOfMfc>false</UseOfMfc>
9    <CharacterSet>MultiByte</CharacterSet>
10  </PropertyGroup>
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">
16  </ImportGroup>
17  <PropertyGroup Label="UserMacros" />
18  <PropertyGroup>
19    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
20    <OutDir>.\$(Platform)\$(Configuration)\</OutDir>
21    <IntDir>.\$(Platform)\$(Configuration)\</IntDir>
22    <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
23    <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir>
24    <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir>
25    <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation -->
26    <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
27    <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
28  </PropertyGroup>
29  <!-- Options that are common to *all* project configurations -->
30  <ItemDefinitionGroup>
31    <Midl>
32      <TypeLibraryName>$(OutDir)/icutest.tlb</TypeLibraryName>
33    </Midl>
34    <ClCompile>
35      <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
36      <PreprocessorDefinitions>T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
37      <DisableLanguageExtensions>true</DisableLanguageExtensions>
38      <WarningLevel>Level3</WarningLevel>
39      <CompileAs>Default</CompileAs>
40      <PrecompiledHeaderOutputFile>$(OutDir)/icutest.pch</PrecompiledHeaderOutputFile>
41      <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation>
42      <ObjectFileName>$(OutDir)/</ObjectFileName>
43      <ProgramDataBaseFileName>$(OutDir)/icutest.pdb</ProgramDataBaseFileName>
44    </ClCompile>
45    <Link>
46      <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
47    </Link>
48  </ItemDefinitionGroup>
49  <!-- Options that are common to all 'Debug' project configurations -->
50  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
51    <ClCompile>
52      <BrowseInformation>true</BrowseInformation>
53      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
54    </ClCompile>
55    <Link>
56      <OutputFile>..\..\..\$(IcuBinOutputDir)\icutest68d.exe</OutputFile>
57      <ProgramDatabaseFile>.\..\..\..\$(IcuLibOutputDir)\icutestd.pdb</ProgramDatabaseFile>
58      <ImportLibrary>.\..\..\..\$(IcuLibOutputDir)\icutestd.lib</ImportLibrary>
59      <AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
60    </Link>
61  </ItemDefinitionGroup>
62  <!-- Options that are common to all 'Release' project configurations -->
63  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
64    <ClCompile>
65      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
66      <FunctionLevelLinking>true</FunctionLevelLinking>
67    </ClCompile>
68    <Link>
69      <OutputFile>..\..\..\$(IcuBinOutputDir)\icutest68.exe</OutputFile>
70      <ProgramDatabaseFile>.\..\..\..\$(IcuLibOutputDir)\icutest.pdb</ProgramDatabaseFile>
71      <ImportLibrary>.\..\..\..\$(IcuLibOutputDir)\icutest.lib</ImportLibrary>
72      <AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
73    </Link>
74  </ItemDefinitionGroup>
75  <ItemGroup>
76    <ClCompile Include="ctest.c" />
77    <ClCompile Include="datamap.cpp" />
78    <ClCompile Include="testdata.cpp">
79      <DisableLanguageExtensions>false</DisableLanguageExtensions>
80    </ClCompile>
81    <ClCompile Include="tstdtmod.cpp">
82      <DisableLanguageExtensions>false</DisableLanguageExtensions>
83    </ClCompile>
84    <ClCompile Include="ucln_ct.c">
85      <DisableLanguageExtensions>false</DisableLanguageExtensions>
86    </ClCompile>
87    <ClCompile Include="uperf.cpp">
88      <DisableLanguageExtensions>false</DisableLanguageExtensions>
89    </ClCompile>
90  </ItemGroup>
91  <ItemGroup>
92    <ClInclude Include="unicode\ctest.h" />
93    <ClInclude Include="unicode\datamap.h" />
94    <ClInclude Include="unicode\testdata.h" />
95    <ClInclude Include="unicode\testlog.h" />
96    <ClInclude Include="unicode\testtype.h" />
97    <ClInclude Include="unicode\tstdtmod.h" />
98    <ClInclude Include="unicode\uperf.h" />
99    <ClInclude Include="unicode\utimer.h" />
100  </ItemGroup>
101  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
102  <ImportGroup Label="ExtensionTargets">
103  </ImportGroup>
104</Project>
105