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