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