1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{73632960-B3A6-464D-83A3-4B43365F19B8}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 <RootNamespace>intltest</RootNamespace> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <UseOfMfc>false</UseOfMfc> 30 <CharacterSet>MultiByte</CharacterSet> 31 <PlatformToolset>v140</PlatformToolset> 32 </PropertyGroup> 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 34 <ConfigurationType>Application</ConfigurationType> 35 <UseOfMfc>false</UseOfMfc> 36 <CharacterSet>MultiByte</CharacterSet> 37 <PlatformToolset>v140</PlatformToolset> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 40 <ConfigurationType>Application</ConfigurationType> 41 <UseOfMfc>false</UseOfMfc> 42 <CharacterSet>MultiByte</CharacterSet> 43 <PlatformToolset>v140</PlatformToolset> 44 </PropertyGroup> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 46 <ConfigurationType>Application</ConfigurationType> 47 <UseOfMfc>false</UseOfMfc> 48 <CharacterSet>MultiByte</CharacterSet> 49 <PlatformToolset>v140</PlatformToolset> 50 </PropertyGroup> 51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 52 <ImportGroup Label="ExtensionSettings"> 53 </ImportGroup> 54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 57 </ImportGroup> 58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 61 </ImportGroup> 62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 64 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 65 </ImportGroup> 66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 69 </ImportGroup> 70 <PropertyGroup Label="UserMacros" /> 71 <PropertyGroup> 72 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 79 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 80 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 81 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 82 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 83 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 84 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 85 </PropertyGroup> 86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 87 <Midl> 88 <TypeLibraryName>.\x86\Debug/intltest.tlb</TypeLibraryName> 89 </Midl> 90 <ClCompile> 91 <Optimization>Disabled</Optimization> 92 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 93 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 95 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 96 <BufferSecurityCheck>true</BufferSecurityCheck> 97 <DisableLanguageExtensions>false</DisableLanguageExtensions> 98 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 99 <PrecompiledHeaderOutputFile>.\x86\Debug/intltest.pch</PrecompiledHeaderOutputFile> 100 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 101 <ObjectFileName>.\x86\Debug/</ObjectFileName> 102 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 103 <BrowseInformation>true</BrowseInformation> 104 <WarningLevel>Level3</WarningLevel> 105 <SuppressStartupBanner>true</SuppressStartupBanner> 106 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 107 <CompileAs>Default</CompileAs> 108 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 109 </ClCompile> 110 <ResourceCompile> 111 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 112 <Culture>0x0409</Culture> 113 </ResourceCompile> 114 <Link> 115 <OutputFile>.\x86\Debug/intltest.exe</OutputFile> 116 <SuppressStartupBanner>true</SuppressStartupBanner> 117 <GenerateDebugInformation>true</GenerateDebugInformation> 118 <ProgramDatabaseFile>.\x86\Debug/intltest.pdb</ProgramDatabaseFile> 119 <SubSystem>Console</SubSystem> 120 <RandomizedBaseAddress>false</RandomizedBaseAddress> 121 <FixedBaseAddress>false</FixedBaseAddress> 122 <DataExecutionPrevention> 123 </DataExecutionPrevention> 124 </Link> 125 </ItemDefinitionGroup> 126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 127 <Midl> 128 <TargetEnvironment>X64</TargetEnvironment> 129 <TypeLibraryName>.\x64\Debug/intltest.tlb</TypeLibraryName> 130 </Midl> 131 <ClCompile> 132 <Optimization>Disabled</Optimization> 133 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 134 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 135 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 136 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 137 <BufferSecurityCheck>true</BufferSecurityCheck> 138 <DisableLanguageExtensions>false</DisableLanguageExtensions> 139 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 140 <PrecompiledHeaderOutputFile>.\x64\Debug/intltest.pch</PrecompiledHeaderOutputFile> 141 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 142 <ObjectFileName>.\x64\Debug/</ObjectFileName> 143 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 144 <BrowseInformation>true</BrowseInformation> 145 <WarningLevel>Level3</WarningLevel> 146 <SuppressStartupBanner>true</SuppressStartupBanner> 147 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 148 <CompileAs>Default</CompileAs> 149 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 150 </ClCompile> 151 <ResourceCompile> 152 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 153 <Culture>0x0409</Culture> 154 </ResourceCompile> 155 <Link> 156 <OutputFile>.\x64\Debug/intltest.exe</OutputFile> 157 <SuppressStartupBanner>true</SuppressStartupBanner> 158 <GenerateDebugInformation>true</GenerateDebugInformation> 159 <ProgramDatabaseFile>.\x64\Debug/intltest.pdb</ProgramDatabaseFile> 160 <SubSystem>Console</SubSystem> 161 <FixedBaseAddress>false</FixedBaseAddress> 162 <TargetMachine>MachineX64</TargetMachine> 163 </Link> 164 </ItemDefinitionGroup> 165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 166 <Midl> 167 <TypeLibraryName>.\x86\Release/intltest.tlb</TypeLibraryName> 168 </Midl> 169 <ClCompile> 170 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 171 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 172 <StringPooling>true</StringPooling> 173 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 174 <DisableLanguageExtensions>false</DisableLanguageExtensions> 175 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 176 <PrecompiledHeaderOutputFile>.\x86\Release/intltest.pch</PrecompiledHeaderOutputFile> 177 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 178 <ObjectFileName>.\x86\Release/</ObjectFileName> 179 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 180 <WarningLevel>Level3</WarningLevel> 181 <SuppressStartupBanner>true</SuppressStartupBanner> 182 <CompileAs>Default</CompileAs> 183 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 184 </ClCompile> 185 <ResourceCompile> 186 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 187 <Culture>0x0409</Culture> 188 </ResourceCompile> 189 <Link> 190 <OutputFile>.\x86\Release/intltest.exe</OutputFile> 191 <SuppressStartupBanner>true</SuppressStartupBanner> 192 <GenerateDebugInformation>true</GenerateDebugInformation> 193 <ProgramDatabaseFile>.\x86\Release/intltest.pdb</ProgramDatabaseFile> 194 <SubSystem>Console</SubSystem> 195 <RandomizedBaseAddress>false</RandomizedBaseAddress> 196 <DataExecutionPrevention> 197 </DataExecutionPrevention> 198 </Link> 199 </ItemDefinitionGroup> 200 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 201 <Midl> 202 <TargetEnvironment>X64</TargetEnvironment> 203 <TypeLibraryName>.\x64\Release/intltest.tlb</TypeLibraryName> 204 </Midl> 205 <ClCompile> 206 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 207 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 208 <StringPooling>true</StringPooling> 209 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 210 <DisableLanguageExtensions>false</DisableLanguageExtensions> 211 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 212 <PrecompiledHeaderOutputFile>.\x64\Release/intltest.pch</PrecompiledHeaderOutputFile> 213 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 214 <ObjectFileName>.\x64\Release/</ObjectFileName> 215 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 216 <WarningLevel>Level3</WarningLevel> 217 <SuppressStartupBanner>true</SuppressStartupBanner> 218 <CompileAs>Default</CompileAs> 219 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 220 </ClCompile> 221 <ResourceCompile> 222 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 223 <Culture>0x0409</Culture> 224 </ResourceCompile> 225 <Link> 226 <OutputFile>.\x64\Release/intltest.exe</OutputFile> 227 <SuppressStartupBanner>true</SuppressStartupBanner> 228 <GenerateDebugInformation>true</GenerateDebugInformation> 229 <ProgramDatabaseFile>.\x64\Release/intltest.pdb</ProgramDatabaseFile> 230 <SubSystem>Console</SubSystem> 231 <TargetMachine>MachineX64</TargetMachine> 232 </Link> 233 </ItemDefinitionGroup> 234 <ItemGroup> 235 <ClCompile Include="bytestrietest.cpp" /> 236 <ClCompile Include="collationtest.cpp"> 237 <DisableLanguageExtensions>false</DisableLanguageExtensions> 238 </ClCompile> 239 <ClCompile Include="colldata.cpp"> 240 <DisableLanguageExtensions>false</DisableLanguageExtensions> 241 </ClCompile> 242 <ClCompile Include="numfmtspectest.cpp" /> 243 <ClCompile Include="regiontst.cpp" /> 244 <ClCompile Include="ucharstrietest.cpp" /> 245 <ClCompile Include="itrbbi.cpp" /> 246 <ClCompile Include="rbbiapts.cpp"> 247 <DisableLanguageExtensions>false</DisableLanguageExtensions> 248 </ClCompile> 249 <ClCompile Include="rbbitst.cpp" /> 250 <ClCompile Include="rbbimonkeytest.cpp" /> 251 <ClCompile Include="itspoof.cpp" /> 252 <ClCompile Include="allcoll.cpp" /> 253 <ClCompile Include="alphaindextst.cpp" /> 254 <ClCompile Include="apicoll.cpp" /> 255 <ClCompile Include="currcoll.cpp" /> 256 <ClCompile Include="decoll.cpp" /> 257 <ClCompile Include="encoll.cpp" /> 258 <ClCompile Include="escoll.cpp" /> 259 <ClCompile Include="ficoll.cpp" /> 260 <ClCompile Include="frcoll.cpp" /> 261 <ClCompile Include="g7coll.cpp" /> 262 <ClCompile Include="itercoll.cpp" /> 263 <ClCompile Include="jacoll.cpp" /> 264 <ClCompile Include="lcukocol.cpp" /> 265 <ClCompile Include="mnkytst.cpp" /> 266 <ClCompile Include="regcoll.cpp" /> 267 <ClCompile Include="srchtest.cpp" /> 268 <ClCompile Include="ssearch.cpp" /> 269 <ClCompile Include="svccoll.cpp" /> 270 <ClCompile Include="thcoll.cpp" /> 271 <ClCompile Include="trcoll.cpp" /> 272 <ClCompile Include="tscoll.cpp" /> 273 <ClCompile Include="ucaconf.cpp" /> 274 <ClCompile Include="uvectest.cpp" /> 275 <ClCompile Include="v32test.cpp" /> 276 <ClCompile Include="simplethread.cpp"> 277 <DisableLanguageExtensions>false</DisableLanguageExtensions> 278 </ClCompile> 279 <ClCompile Include="strtest.cpp"> 280 <DisableLanguageExtensions>false</DisableLanguageExtensions> 281 </ClCompile> 282 <ClCompile Include="tsmthred.cpp"> 283 <DisableLanguageExtensions>false</DisableLanguageExtensions> 284 </ClCompile> 285 <ClCompile Include="tsputil.cpp" /> 286 <ClCompile Include="uobjtest.cpp"> 287 <DisableLanguageExtensions>false</DisableLanguageExtensions> 288 </ClCompile> 289 <ClCompile Include="astrotst.cpp" /> 290 <ClCompile Include="calcasts.cpp" /> 291 <ClCompile Include="callimts.cpp"> 292 <DisableLanguageExtensions>false</DisableLanguageExtensions> 293 </ClCompile> 294 <ClCompile Include="calregts.cpp" /> 295 <ClCompile Include="caltest.cpp" /> 296 <ClCompile Include="caltztst.cpp"> 297 <DisableLanguageExtensions>false</DisableLanguageExtensions> 298 </ClCompile> 299 <ClCompile Include="compactdecimalformattest.cpp" /> 300 <ClCompile Include="dadrcal.cpp" /> 301 <ClCompile Include="dadrfmt.cpp" /> 302 <ClCompile Include="datadrivennumberformattestsuite.cpp" /> 303 <ClCompile Include="dcfmapts.cpp" /> 304 <ClCompile Include="dcfmtest.cpp" /> 305 <ClCompile Include="dtfmapts.cpp" /> 306 <ClCompile Include="dtfmrgts.cpp" /> 307 <ClCompile Include="dtfmtrtts.cpp" /> 308 <ClCompile Include="dtfmttst.cpp" /> 309 <ClCompile Include="dtifmtts.cpp"> 310 <DisableLanguageExtensions>false</DisableLanguageExtensions> 311 </ClCompile> 312 <ClCompile Include="dtptngts.cpp" /> 313 <ClCompile Include="fldset.cpp" /> 314 <ClCompile Include="genderinfotest.cpp" /> 315 <ClCompile Include="incaltst.cpp" /> 316 <ClCompile Include="itformat.cpp" /> 317 <ClCompile Include="itrbnf.cpp" /> 318 <ClCompile Include="itrbnfp.cpp" /> 319 <ClCompile Include="itrbnfrt.cpp" /> 320 <ClCompile Include="locnmtst.cpp" /> 321 <ClCompile Include="measfmttest.cpp" /> 322 <ClCompile Include="miscdtfm.cpp" /> 323 <ClCompile Include="msfmrgts.cpp" /> 324 <ClCompile Include="nmfmapts.cpp" /> 325 <ClCompile Include="nmfmtrt.cpp" /> 326 <ClCompile Include="numberformattesttuple.cpp" /> 327 <ClCompile Include="numbertest_affixutils.cpp" /> 328 <ClCompile Include="numbertest_api.cpp" /> 329 <ClCompile Include="numbertest_decimalquantity.cpp" /> 330 <ClCompile Include="numbertest_modifiers.cpp" /> 331 <ClCompile Include="numbertest_patternmodifier.cpp" /> 332 <ClCompile Include="numbertest_patternstring.cpp" /> 333 <ClCompile Include="numbertest_stringbuilder.cpp" /> 334 <ClCompile Include="numberformat2test.cpp" /> 335 <ClCompile Include="numfmtst.cpp" /> 336 <ClCompile Include="numrgts.cpp" /> 337 <ClCompile Include="pluralmaptest.cpp" /> 338 <ClCompile Include="plurfmts.cpp" /> 339 <ClCompile Include="plurults.cpp" /> 340 <ClCompile Include="pptest.cpp" /> 341 <ClCompile Include="quantityformattertest.cpp" /> 342 <ClCompile Include="reldatefmttest.cpp"> 343 <DisableLanguageExtensions>false</DisableLanguageExtensions> 344 </ClCompile> 345 <ClCompile Include="scientificnumberformattertest.cpp" /> 346 <ClCompile Include="sdtfmtts.cpp" /> 347 <ClCompile Include="selfmts.cpp" /> 348 <ClCompile Include="tchcfmt.cpp" /> 349 <ClCompile Include="simpleformattertest.cpp" /> 350 <ClCompile Include="tfsmalls.cpp" /> 351 <ClCompile Include="tmsgfmt.cpp" /> 352 <ClCompile Include="tsdate.cpp" /> 353 <ClCompile Include="tsdcfmsy.cpp" /> 354 <ClCompile Include="tsdtfmsy.cpp" /> 355 <ClCompile Include="tsnmfmt.cpp" /> 356 <ClCompile Include="tufmtts.cpp" /> 357 <ClCompile Include="tzbdtest.cpp" /> 358 <ClCompile Include="tzfmttst.cpp"> 359 <DisableLanguageExtensions>false</DisableLanguageExtensions> 360 </ClCompile> 361 <ClCompile Include="tzoffloc.cpp" /> 362 <ClCompile Include="tzregts.cpp" /> 363 <ClCompile Include="tzrulets.cpp" /> 364 <ClCompile Include="tztest.cpp"> 365 <DisableLanguageExtensions>false</DisableLanguageExtensions> 366 </ClCompile> 367 <ClCompile Include="unifiedcachetest.cpp"> 368 <DisableLanguageExtensions>false</DisableLanguageExtensions> 369 </ClCompile> 370 <ClCompile Include="windttst.cpp"> 371 <DisableLanguageExtensions>false</DisableLanguageExtensions> 372 </ClCompile> 373 <ClCompile Include="winnmtst.cpp"> 374 <DisableLanguageExtensions>false</DisableLanguageExtensions> 375 </ClCompile> 376 <ClCompile Include="idnaconf.cpp" /> 377 <ClCompile Include="idnaref.cpp" /> 378 <ClCompile Include="nptrans.cpp" /> 379 <ClCompile Include="punyref.cpp" /> 380 <ClCompile Include="testidn.cpp"> 381 <DisableLanguageExtensions>false</DisableLanguageExtensions> 382 </ClCompile> 383 <ClCompile Include="testidna.cpp" /> 384 <ClCompile Include="uts46test.cpp" /> 385 <ClCompile Include="aliastst.cpp" /> 386 <ClCompile Include="loctest.cpp" /> 387 <ClCompile Include="restest.cpp" /> 388 <ClCompile Include="restsnew.cpp" /> 389 <ClCompile Include="intltest.cpp"> 390 <DisableLanguageExtensions>false</DisableLanguageExtensions> 391 </ClCompile> 392 <ClCompile Include="itmajor.cpp"> 393 <DisableLanguageExtensions>false</DisableLanguageExtensions> 394 </ClCompile> 395 <ClCompile Include="itutil.cpp"> 396 <DisableLanguageExtensions>false</DisableLanguageExtensions> 397 </ClCompile> 398 <ClCompile Include="testutil.cpp" /> 399 <ClCompile Include="textfile.cpp" /> 400 <ClCompile Include="tokiter.cpp" /> 401 <ClCompile Include="winutil.cpp"> 402 <DisableLanguageExtensions>false</DisableLanguageExtensions> 403 </ClCompile> 404 <ClCompile Include="canittst.cpp" /> 405 <ClCompile Include="normconf.cpp" /> 406 <ClCompile Include="tstnorm.cpp"> 407 <DisableLanguageExtensions>false</DisableLanguageExtensions> 408 </ClCompile> 409 <ClCompile Include="tstnrapi.cpp"> 410 <DisableLanguageExtensions>false</DisableLanguageExtensions> 411 </ClCompile> 412 <ClCompile Include="ucdtest.cpp"> 413 <DisableLanguageExtensions>false</DisableLanguageExtensions> 414 </ClCompile> 415 <ClCompile Include="usettest.cpp" /> 416 <ClCompile Include="regextst.cpp" /> 417 <ClCompile Include="icusvtst.cpp"> 418 <DisableLanguageExtensions>false</DisableLanguageExtensions> 419 </ClCompile> 420 <ClCompile Include="citrtest.cpp" /> 421 <ClCompile Include="reptest.cpp" /> 422 <ClCompile Include="sfwdchit.cpp" /> 423 <ClCompile Include="strcase.cpp" /> 424 <ClCompile Include="ustrtest.cpp"> 425 <DisableLanguageExtensions>false</DisableLanguageExtensions> 426 </ClCompile> 427 <ClCompile Include="utxttest.cpp" /> 428 <ClCompile Include="cpdtrtst.cpp" /> 429 <ClCompile Include="ittrans.cpp" /> 430 <ClCompile Include="jamotest.cpp" /> 431 <ClCompile Include="transapi.cpp" /> 432 <ClCompile Include="transrt.cpp" /> 433 <ClCompile Include="transtst.cpp" /> 434 <ClCompile Include="trnserr.cpp" /> 435 <ClCompile Include="convtest.cpp" /> 436 <ClCompile Include="csdetest.cpp" /> 437 <ClCompile Include="bidiconf.cpp" /> 438 <ClCompile Include="listformattertest.cpp" /> 439 </ItemGroup> 440 <ItemGroup> 441 <ClInclude Include="colldata.h" /> 442 <ClInclude Include="itrbbi.h" /> 443 <ClInclude Include="rbbiapts.h" /> 444 <ClInclude Include="rbbitst.h" /> 445 <ClInclude Include="rbbimonkeytest.h" /> 446 <ClInclude Include="itspoof.h" /> 447 <ClInclude Include="allcoll.h" /> 448 <ClInclude Include="alphaindextst.h" /> 449 <ClInclude Include="apicoll.h" /> 450 <ClInclude Include="currcoll.h" /> 451 <ClInclude Include="decoll.h" /> 452 <ClInclude Include="encoll.h" /> 453 <ClInclude Include="escoll.h" /> 454 <ClInclude Include="ficoll.h" /> 455 <ClInclude Include="frcoll.h" /> 456 <ClInclude Include="g7coll.h" /> 457 <ClInclude Include="itercoll.h" /> 458 <ClInclude Include="jacoll.h" /> 459 <ClInclude Include="lcukocol.h" /> 460 <ClInclude Include="mnkytst.h" /> 461 <ClInclude Include="regcoll.h" /> 462 <ClInclude Include="regiontst.h" /> 463 <ClInclude Include="srchtest.h" /> 464 <ClInclude Include="ssearch.h" /> 465 <ClInclude Include="svccoll.h" /> 466 <ClInclude Include="thcoll.h" /> 467 <ClInclude Include="trcoll.h" /> 468 <ClInclude Include="tscoll.h" /> 469 <ClInclude Include="ucaconf.h" /> 470 <ClInclude Include="uvectest.h" /> 471 <ClInclude Include="v32test.h" /> 472 <ClInclude Include="simplethread.h" /> 473 <ClInclude Include="strtest.h" /> 474 <ClInclude Include="tsmthred.h" /> 475 <ClInclude Include="tsputil.h" /> 476 <ClInclude Include="uobjtest.h" /> 477 <ClInclude Include="astrotst.h" /> 478 <ClInclude Include="calcasts.h" /> 479 <ClInclude Include="callimts.h" /> 480 <ClInclude Include="calregts.h" /> 481 <ClInclude Include="caltest.h" /> 482 <ClInclude Include="caltztst.h" /> 483 <ClInclude Include="dadrcal.h" /> 484 <ClInclude Include="dadrfmt.h" /> 485 <ClInclude Include="datadrivennumberformattestsuite.h" /> 486 <ClInclude Include="dcfmapts.h" /> 487 <ClInclude Include="dcfmtest.h" /> 488 <ClInclude Include="dtfmapts.h" /> 489 <ClInclude Include="dtfmrgts.h" /> 490 <ClInclude Include="dtfmtrtts.h" /> 491 <ClInclude Include="dtfmttst.h" /> 492 <ClInclude Include="dtifmtts.h" /> 493 <ClInclude Include="dtptngts.h" /> 494 <ClInclude Include="fldset.h" /> 495 <ClInclude Include="incaltst.h" /> 496 <ClInclude Include="itformat.h" /> 497 <ClInclude Include="itrbnf.h" /> 498 <ClInclude Include="itrbnfp.h" /> 499 <ClInclude Include="itrbnfrt.h" /> 500 <ClInclude Include="locnmtst.h" /> 501 <ClInclude Include="miscdtfm.h" /> 502 <ClInclude Include="msfmrgts.h" /> 503 <ClInclude Include="nmfmapts.h" /> 504 <ClInclude Include="nmfmtrt.h" /> 505 <ClInclude Include="numbertest.h" /> 506 <ClInclude Include="numberformattesttuple.h" /> 507 <ClInclude Include="numfmtst.h" /> 508 <ClInclude Include="numrgts.h" /> 509 <ClInclude Include="plurfmts.h" /> 510 <ClInclude Include="plurults.h" /> 511 <ClInclude Include="pptest.h" /> 512 <ClInclude Include="sdtfmtts.h" /> 513 <ClInclude Include="selfmts.h" /> 514 <ClInclude Include="tchcfmt.h" /> 515 <ClInclude Include="tfsmalls.h" /> 516 <ClInclude Include="tmsgfmt.h" /> 517 <ClInclude Include="tsdate.h" /> 518 <ClInclude Include="tsdcfmsy.h" /> 519 <ClInclude Include="tsdtfmsy.h" /> 520 <ClInclude Include="tsnmfmt.h" /> 521 <ClInclude Include="tufmtts.h" /> 522 <ClInclude Include="tzbdtest.h" /> 523 <ClInclude Include="tzfmttst.h" /> 524 <ClInclude Include="tzoffloc.h" /> 525 <ClInclude Include="tzregts.h" /> 526 <ClInclude Include="tzrulets.h" /> 527 <ClInclude Include="tztest.h" /> 528 <ClInclude Include="windttst.h" /> 529 <ClInclude Include="winnmtst.h" /> 530 <ClInclude Include="idnaconf.h" /> 531 <ClInclude Include="idnaref.h" /> 532 <ClInclude Include="nptrans.h" /> 533 <ClInclude Include="punyref.h" /> 534 <ClInclude Include="testidna.h" /> 535 <ClInclude Include="aliastst.h" /> 536 <ClInclude Include="loctest.h" /> 537 <ClInclude Include="restest.h" /> 538 <ClInclude Include="restsnew.h" /> 539 <ClInclude Include="intltest.h" /> 540 <ClInclude Include="itmajor.h" /> 541 <ClInclude Include="itutil.h" /> 542 <ClInclude Include="testutil.h" /> 543 <ClInclude Include="textfile.h" /> 544 <ClInclude Include="tokiter.h" /> 545 <ClInclude Include="winutil.h" /> 546 <ClInclude Include="canittst.h" /> 547 <ClInclude Include="normconf.h" /> 548 <ClInclude Include="tstnorm.h" /> 549 <ClInclude Include="ucdtest.h" /> 550 <ClInclude Include="usettest.h" /> 551 <ClInclude Include="regextst.h" /> 552 <ClInclude Include="icusvtst.h" /> 553 <ClInclude Include="citrtest.h" /> 554 <ClInclude Include="reptest.h" /> 555 <ClInclude Include="sfwdchit.h" /> 556 <ClInclude Include="ustrtest.h" /> 557 <ClInclude Include="utxttest.h" /> 558 <ClInclude Include="cpdtrtst.h" /> 559 <ClInclude Include="ittrans.h" /> 560 <ClInclude Include="jamotest.h" /> 561 <ClInclude Include="transapi.h" /> 562 <ClInclude Include="transrt.h" /> 563 <ClInclude Include="transtst.h" /> 564 <ClInclude Include="trnserr.h" /> 565 <ClInclude Include="convtest.h" /> 566 <ClInclude Include="csdetest.h" /> 567 <ClInclude Include="listformattertest.h" /> 568 </ItemGroup> 569 <ItemGroup> 570 <ProjectReference Include="..\..\common\common.vcxproj"> 571 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 572 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 573 </ProjectReference> 574 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 575 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 576 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 577 </ProjectReference> 578 <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj"> 579 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> 580 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 581 </ProjectReference> 582 <ProjectReference Include="..\..\tools\toolutil\toolutil.vcxproj"> 583 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 584 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 585 </ProjectReference> 586 </ItemGroup> 587 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 588 <ImportGroup Label="ExtensionTargets"> 589 </ImportGroup> 590 </Project> 591