• 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>{3D1246AE-1B32-479B-BECA-AEFA97BE2321}</ProjectGuid>
5  </PropertyGroup>
6  <PropertyGroup Label="Configuration">
7    <ConfigurationType>Application</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  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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" />
20  </ImportGroup>
21  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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" />
24  </ImportGroup>
25  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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" />
28  </ImportGroup>
29  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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" />
32  </ImportGroup>
33  <PropertyGroup Label="UserMacros" />
34  <PropertyGroup>
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>
44  </PropertyGroup>
45  <!-- Options that are common to *all* configurations -->
46  <ItemDefinitionGroup>
47    <Midl>
48      <TypeLibraryName>$(OutDir)\cintltst.tlb</TypeLibraryName>
49    </Midl>
50    <ClCompile>
51      <WarningLevel>Level3</WarningLevel>
52      <CompileAs>Default</CompileAs>
53      <DisableLanguageExtensions>false</DisableLanguageExtensions>
54      <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
55      <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56      <PrecompiledHeaderOutputFile>$(OutDir)\cintltst.pch</PrecompiledHeaderOutputFile>
57      <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation>
58      <ObjectFileName>$(OutDir)/</ObjectFileName>
59      <ProgramDataBaseFileName>$(OutDir)\cintltst.pdb</ProgramDataBaseFileName>
60    </ClCompile>
61    <Link>
62      <SubSystem>Console</SubSystem>
63      <OutputFile>$(OutDir)\cintltst.exe</OutputFile>
64      <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
65    </Link>
66  </ItemDefinitionGroup>
67  <!-- Options that are common to all 'Debug' project configurations -->
68  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
69    <ClCompile>
70      <BrowseInformation>true</BrowseInformation>
71      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
72    </ClCompile>
73    <Link>
74      <AdditionalDependencies>icuucd.lib;icuind.lib;icutestd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
75    </Link>
76  </ItemDefinitionGroup>
77  <!-- Options that are common to all 'Release' project configurations -->
78  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
79    <ClCompile>
80      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
81      <FunctionLevelLinking>true</FunctionLevelLinking>
82    </ClCompile>
83    <Link>
84      <AdditionalDependencies>icuuc.lib;icuin.lib;icutest.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
85    </Link>
86  </ItemDefinitionGroup>
87  <ItemGroup>
88    <ClCompile Include="cbididat.c" />
89    <ClCompile Include="cbiditransformtst.c" />
90    <ClCompile Include="cbiditst.c" />
91    <ClCompile Include="cbiapts.c" />
92    <ClCompile Include="cbkittst.c" />
93    <ClCompile Include="callcoll.c" />
94    <ClCompile Include="capitst.c" />
95    <ClCompile Include="ccolltst.c" />
96    <ClCompile Include="ccurrtst.c" />
97    <ClCompile Include="cdetst.c" />
98    <ClCompile Include="cestst.c" />
99    <ClCompile Include="cfintst.c" />
100    <ClCompile Include="cfrtst.c" />
101    <ClCompile Include="cg7coll.c" />
102    <ClCompile Include="citertst.c" />
103    <ClCompile Include="cjaptst.c" />
104    <ClCompile Include="cmsccoll.c" />
105    <ClCompile Include="cturtst.c" />
106    <ClCompile Include="encoll.c" />
107    <ClCompile Include="usrchdat.c">
108      <ExcludedFromBuild>true</ExcludedFromBuild>
109    </ClCompile>
110    <ClCompile Include="usrchtst.c" />
111    <ClCompile Include="chashtst.c" />
112    <ClCompile Include="sorttest.c" />
113    <ClCompile Include="trie2test.c" />
114    <ClCompile Include="trietest.c" />
115    <ClCompile Include="ucptrietest.c" />
116    <ClCompile Include="uenumtst.c" />
117    <ClCompile Include="bocu1tst.c" />
118    <ClCompile Include="ccapitst.c" />
119    <ClCompile Include="cconvtst.c" />
120    <ClCompile Include="cctest.c" />
121    <ClCompile Include="eurocreg.c" />
122    <ClCompile Include="nccbtst.c" />
123    <ClCompile Include="ncnvfbts.c" />
124    <ClCompile Include="ncnvtst.c" />
125    <ClCompile Include="nucnvtst.c" />
126    <ClCompile Include="stdnmtst.c" />
127    <ClCompile Include="ucnvseltst.c" />
128    <ClCompile Include="ucsdetst.c" />
129    <ClCompile Include="udatatst.c"/>
130    <ClCompile Include="ccaltst.c" />
131    <ClCompile Include="cdateintervalformattest.c" />
132    <ClCompile Include="cdattst.c" />
133    <ClCompile Include="cdtdptst.c" />
134    <ClCompile Include="cdtrgtst.c" />
135    <ClCompile Include="cformtst.c" />
136    <ClCompile Include="cgendtst.c" />
137    <ClCompile Include="cmsgtst.c" />
138    <ClCompile Include="cnmdptst.c" />
139    <ClCompile Include="cnumtst.c" />
140    <ClCompile Include="cpluralrulestest.c" />
141    <ClCompile Include="currtest.c" />
142    <ClCompile Include="udatpg_test.c" />
143    <ClCompile Include="utmstest.c" />
144    <ClCompile Include="cldrtest.c" />
145    <ClCompile Include="cloctst.c" />
146    <ClCompile Include="cposxtst.c" />
147    <ClCompile Include="crelativedateformattest.c" />
148    <ClCompile Include="crestst.c" />
149    <ClCompile Include="creststn.c" />
150    <ClCompile Include="calltest.c" />
151    <ClCompile Include="cintltst.c" />
152    <ClCompile Include="cutiltst.c" />
153    <ClCompile Include="hpmufn.c" />
154    <ClCompile Include="putiltst.c" />
155    <ClCompile Include="tracetst.c" />
156    <ClCompile Include="cnormtst.c" />
157    <ClCompile Include="cucdapi.c" />
158    <ClCompile Include="cucdtst.c" />
159    <ClCompile Include="usettest.c" />
160    <ClCompile Include="cstrcase.c" />
161    <ClCompile Include="cstrtest.c" />
162    <ClCompile Include="custrtrn.c" />
163    <ClCompile Include="custrtst.c" />
164    <ClCompile Include="utexttst.c" />
165    <ClCompile Include="utf16tst.c" />
166    <ClCompile Include="utf8tst.c" />
167    <ClCompile Include="utransts.c" />
168    <ClCompile Include="reapits.c" />
169    <ClCompile Include="idnatest.c" />
170    <ClCompile Include="nfsprep.c" />
171    <ClCompile Include="spreptst.c" />
172    <ClCompile Include="sprpdata.c" />
173    <ClCompile Include="spooftest.c" />
174    <ClCompile Include="uregiontest.c" />
175    <ClCompile Include="ulistfmttest.c" />
176    <ClCompile Include="unumberformattertst.c" />
177    <ClCompile Include="uformattedvaluetst.c" />
178  </ItemGroup>
179  <ItemGroup>
180    <ClInclude Include="cbiditst.h" />
181    <ClInclude Include="cbiapts.h" />
182    <ClInclude Include="callcoll.h" />
183    <ClInclude Include="capitst.h" />
184    <ClInclude Include="ccolltst.h" />
185    <ClInclude Include="ccurrtst.h" />
186    <ClInclude Include="cdetst.h" />
187    <ClInclude Include="cestst.h" />
188    <ClInclude Include="cfintst.h" />
189    <ClInclude Include="cfrtst.h" />
190    <ClInclude Include="cg7coll.h" />
191    <ClInclude Include="citertst.h" />
192    <ClInclude Include="cjaptst.h" />
193    <ClInclude Include="cturtst.h" />
194    <ClInclude Include="encoll.h" />
195    <ClInclude Include="ccapitst.h" />
196    <ClInclude Include="nccbtst.h" />
197    <ClInclude Include="ncnvfbts.h" />
198    <ClInclude Include="nucnvtst.h" />
199    <ClInclude Include="ucnvseltst.h" />
200    <ClInclude Include="ccaltst.h" />
201    <ClInclude Include="cdattst.h" />
202    <ClInclude Include="cdtdptst.h" />
203    <ClInclude Include="cdtrgtst.h" />
204    <ClInclude Include="cformtst.h" />
205    <ClInclude Include="cmsgtst.h" />
206    <ClInclude Include="cnmdptst.h" />
207    <ClInclude Include="cnumtst.h" />
208    <ClInclude Include="cloctst.h" />
209    <ClInclude Include="crestst.h" />
210    <ClInclude Include="creststn.h" />
211    <ClInclude Include="cintltst.h" />
212    <ClInclude Include="cnormtst.h" />
213    <ClInclude Include="cucdapi.h" />
214    <ClInclude Include="nfsprep.h" />
215  </ItemGroup>
216  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
217  <ImportGroup Label="ExtensionTargets">
218  </ImportGroup>
219</Project>
220