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