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>{ECA6B435-B4FA-4F9F-BF95-F451D078FC47}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>DynamicLibrary</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc> 29 <CharacterSet>MultiByte</CharacterSet> 30 <PlatformToolset>v140</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 33 <ConfigurationType>DynamicLibrary</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <CharacterSet>MultiByte</CharacterSet> 36 <PlatformToolset>v140</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <ConfigurationType>DynamicLibrary</ConfigurationType> 40 <UseOfMfc>false</UseOfMfc> 41 <CharacterSet>MultiByte</CharacterSet> 42 <PlatformToolset>v140</PlatformToolset> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 45 <ConfigurationType>DynamicLibrary</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)'=='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|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)'=='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 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Release|Win32'">.\..\..\..\lib\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 86 <Midl> 87 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 88 <MkTypLibCompatible>true</MkTypLibCompatible> 89 <SuppressStartupBanner>true</SuppressStartupBanner> 90 <TargetEnvironment>Win32</TargetEnvironment> 91 <TypeLibraryName>.\..\..\..\lib\icutest.tlb</TypeLibraryName> 92 </Midl> 93 <ClCompile> 94 <WholeProgramOptimization>true</WholeProgramOptimization> 95 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 96 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 97 <StringPooling>true</StringPooling> 98 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 99 <FunctionLevelLinking>true</FunctionLevelLinking> 100 <DisableLanguageExtensions>true</DisableLanguageExtensions> 101 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 102 <PrecompiledHeaderOutputFile>.\x86\Release/icutest.pch</PrecompiledHeaderOutputFile> 103 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 104 <ObjectFileName>.\x86\Release/</ObjectFileName> 105 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 106 <WarningLevel>Level3</WarningLevel> 107 <SuppressStartupBanner>true</SuppressStartupBanner> 108 <CompileAs>Default</CompileAs> 109 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 110 </ClCompile> 111 <ResourceCompile> 112 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 113 <Culture>0x0409</Culture> 114 </ResourceCompile> 115 <Link> 116 <OutputFile>..\..\..\bin\icutest60.dll</OutputFile> 117 <SuppressStartupBanner>true</SuppressStartupBanner> 118 <ProgramDatabaseFile>.\..\..\..\lib\icutest.pdb</ProgramDatabaseFile> 119 <EnableCOMDATFolding>true</EnableCOMDATFolding> 120 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 121 <RandomizedBaseAddress>false</RandomizedBaseAddress> 122 <DataExecutionPrevention> 123 </DataExecutionPrevention> 124 <ImportLibrary>.\..\..\..\lib\icutest.lib</ImportLibrary> 125 </Link> 126 </ItemDefinitionGroup> 127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 128 <Midl> 129 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 130 <MkTypLibCompatible>true</MkTypLibCompatible> 131 <SuppressStartupBanner>true</SuppressStartupBanner> 132 <TargetEnvironment>Win32</TargetEnvironment> 133 <TypeLibraryName>.\..\..\..\lib\icutestd.tlb</TypeLibraryName> 134 </Midl> 135 <ClCompile> 136 <Optimization>Disabled</Optimization> 137 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 138 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 139 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 140 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 141 <BufferSecurityCheck>true</BufferSecurityCheck> 142 <DisableLanguageExtensions>true</DisableLanguageExtensions> 143 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 144 <PrecompiledHeaderOutputFile>.\x86\Debug/icutest.pch</PrecompiledHeaderOutputFile> 145 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 146 <ObjectFileName>.\x86\Debug/</ObjectFileName> 147 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 148 <BrowseInformation>true</BrowseInformation> 149 <WarningLevel>Level3</WarningLevel> 150 <SuppressStartupBanner>true</SuppressStartupBanner> 151 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 152 <CompileAs>Default</CompileAs> 153 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 154 </ClCompile> 155 <ResourceCompile> 156 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 157 <Culture>0x0409</Culture> 158 </ResourceCompile> 159 <Link> 160 <OutputFile>..\..\..\bin\icutest60d.dll</OutputFile> 161 <SuppressStartupBanner>true</SuppressStartupBanner> 162 <GenerateDebugInformation>true</GenerateDebugInformation> 163 <ProgramDatabaseFile>.\..\..\..\lib\icutestd.pdb</ProgramDatabaseFile> 164 <RandomizedBaseAddress>false</RandomizedBaseAddress> 165 <DataExecutionPrevention> 166 </DataExecutionPrevention> 167 <ImportLibrary>.\..\..\..\lib\icutestd.lib</ImportLibrary> 168 </Link> 169 </ItemDefinitionGroup> 170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 171 <Midl> 172 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 173 <MkTypLibCompatible>true</MkTypLibCompatible> 174 <SuppressStartupBanner>true</SuppressStartupBanner> 175 <TargetEnvironment>X64</TargetEnvironment> 176 <TypeLibraryName>.\..\..\..\lib64\icutest.tlb</TypeLibraryName> 177 </Midl> 178 <ClCompile> 179 <WholeProgramOptimization>true</WholeProgramOptimization> 180 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 181 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 <StringPooling>true</StringPooling> 183 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 184 <FunctionLevelLinking>true</FunctionLevelLinking> 185 <DisableLanguageExtensions>true</DisableLanguageExtensions> 186 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 187 <PrecompiledHeaderOutputFile>.\x64\Release/icutest.pch</PrecompiledHeaderOutputFile> 188 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 189 <ObjectFileName>.\x64\Release/</ObjectFileName> 190 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 191 <WarningLevel>Level3</WarningLevel> 192 <SuppressStartupBanner>true</SuppressStartupBanner> 193 <CompileAs>Default</CompileAs> 194 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 195 </ClCompile> 196 <ResourceCompile> 197 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 198 <Culture>0x0409</Culture> 199 </ResourceCompile> 200 <Link> 201 <OutputFile>..\..\..\bin64\icutest60.dll</OutputFile> 202 <SuppressStartupBanner>true</SuppressStartupBanner> 203 <ProgramDatabaseFile>.\..\..\..\lib64\icutest.pdb</ProgramDatabaseFile> 204 <EnableCOMDATFolding>true</EnableCOMDATFolding> 205 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 206 <ImportLibrary>.\..\..\..\lib64\icutest.lib</ImportLibrary> 207 <TargetMachine>MachineX64</TargetMachine> 208 </Link> 209 </ItemDefinitionGroup> 210 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 211 <Midl> 212 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 213 <MkTypLibCompatible>true</MkTypLibCompatible> 214 <SuppressStartupBanner>true</SuppressStartupBanner> 215 <TargetEnvironment>X64</TargetEnvironment> 216 <TypeLibraryName>.\..\..\..\lib64\icutestd.tlb</TypeLibraryName> 217 </Midl> 218 <ClCompile> 219 <Optimization>Disabled</Optimization> 220 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 221 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 222 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 223 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 224 <BufferSecurityCheck>true</BufferSecurityCheck> 225 <DisableLanguageExtensions>true</DisableLanguageExtensions> 226 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 227 <PrecompiledHeaderOutputFile>.\x64\Debug/icutest.pch</PrecompiledHeaderOutputFile> 228 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 229 <ObjectFileName>.\x64\Debug/</ObjectFileName> 230 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 231 <BrowseInformation>true</BrowseInformation> 232 <WarningLevel>Level3</WarningLevel> 233 <SuppressStartupBanner>true</SuppressStartupBanner> 234 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 235 <CompileAs>Default</CompileAs> 236 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 237 </ClCompile> 238 <ResourceCompile> 239 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 240 <Culture>0x0409</Culture> 241 </ResourceCompile> 242 <Link> 243 <OutputFile>..\..\..\bin64\icutest60d.dll</OutputFile> 244 <SuppressStartupBanner>true</SuppressStartupBanner> 245 <GenerateDebugInformation>true</GenerateDebugInformation> 246 <ProgramDatabaseFile>.\..\..\..\lib64\icutestd.pdb</ProgramDatabaseFile> 247 <ImportLibrary>.\..\..\..\lib64\icutestd.lib</ImportLibrary> 248 <TargetMachine>MachineX64</TargetMachine> 249 </Link> 250 </ItemDefinitionGroup> 251 <ItemGroup> 252 <ClCompile Include="ctest.c" /> 253 <ClCompile Include="datamap.cpp" /> 254 <ClCompile Include="testdata.cpp"> 255 <DisableLanguageExtensions>false</DisableLanguageExtensions> 256 </ClCompile> 257 <ClCompile Include="tstdtmod.cpp"> 258 <DisableLanguageExtensions>false</DisableLanguageExtensions> 259 </ClCompile> 260 <ClCompile Include="ucln_ct.c"> 261 <DisableLanguageExtensions>false</DisableLanguageExtensions> 262 </ClCompile> 263 <ClCompile Include="uperf.cpp"> 264 <DisableLanguageExtensions>false</DisableLanguageExtensions> 265 </ClCompile> 266 </ItemGroup> 267 <ItemGroup> 268 <ClInclude Include="unicode\ctest.h" /> 269 <ClInclude Include="unicode\datamap.h" /> 270 <ClInclude Include="unicode\testdata.h" /> 271 <ClInclude Include="unicode\testlog.h" /> 272 <ClInclude Include="unicode\testtype.h" /> 273 <ClInclude Include="unicode\tstdtmod.h" /> 274 <ClInclude Include="unicode\uperf.h" /> 275 <ClInclude Include="unicode\utimer.h" /> 276 </ItemGroup> 277 <ItemGroup> 278 <ProjectReference Include="..\..\common\common.vcxproj"> 279 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 280 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 281 </ProjectReference> 282 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 283 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 284 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 285 </ProjectReference> 286 </ItemGroup> 287 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 288 <ImportGroup Label="ExtensionTargets"> 289 </ImportGroup> 290 </Project> 291