Index: source/tools/ctestfw/ctestfw.vcxproj |
diff --git a/source/tools/ctestfw/ctestfw.vcxproj b/source/tools/ctestfw/ctestfw.vcxproj |
index c636839823e43fddd945d773f9effccc0fb58b4a..c6c01fe80d501444479d24dbe619eef9257e531f 100644 |
--- a/source/tools/ctestfw/ctestfw.vcxproj |
+++ b/source/tools/ctestfw/ctestfw.vcxproj |
@@ -1,283 +1,283 @@ |
-<?xml version="1.0" encoding="utf-8"?> |
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
- <ItemGroup Label="ProjectConfigurations"> |
- <ProjectConfiguration Include="Debug|Win32"> |
- <Configuration>Debug</Configuration> |
- <Platform>Win32</Platform> |
- </ProjectConfiguration> |
- <ProjectConfiguration Include="Debug|x64"> |
- <Configuration>Debug</Configuration> |
- <Platform>x64</Platform> |
- </ProjectConfiguration> |
- <ProjectConfiguration Include="Release|Win32"> |
- <Configuration>Release</Configuration> |
- <Platform>Win32</Platform> |
- </ProjectConfiguration> |
- <ProjectConfiguration Include="Release|x64"> |
- <Configuration>Release</Configuration> |
- <Platform>x64</Platform> |
- </ProjectConfiguration> |
- </ItemGroup> |
- <PropertyGroup Label="Globals"> |
- <ProjectGuid>{ECA6B435-B4FA-4F9F-BF95-F451D078FC47}</ProjectGuid> |
- </PropertyGroup> |
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
- <ConfigurationType>DynamicLibrary</ConfigurationType> |
- <UseOfMfc>false</UseOfMfc> |
- <CharacterSet>MultiByte</CharacterSet> |
- </PropertyGroup> |
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
- <ConfigurationType>DynamicLibrary</ConfigurationType> |
- <UseOfMfc>false</UseOfMfc> |
- <CharacterSet>MultiByte</CharacterSet> |
- </PropertyGroup> |
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
- <ConfigurationType>DynamicLibrary</ConfigurationType> |
- <UseOfMfc>false</UseOfMfc> |
- <CharacterSet>MultiByte</CharacterSet> |
- </PropertyGroup> |
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
- <ConfigurationType>DynamicLibrary</ConfigurationType> |
- <UseOfMfc>false</UseOfMfc> |
- <CharacterSet>MultiByte</CharacterSet> |
- </PropertyGroup> |
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
- <ImportGroup Label="ExtensionSettings"> |
- </ImportGroup> |
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
- </ImportGroup> |
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
- </ImportGroup> |
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
- </ImportGroup> |
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
- </ImportGroup> |
- <PropertyGroup Label="UserMacros" /> |
- <PropertyGroup> |
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir> |
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> |
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir> |
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> |
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> |
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> |
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> |
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> |
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
- </PropertyGroup> |
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
- <Midl> |
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <MkTypLibCompatible>true</MkTypLibCompatible> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <TargetEnvironment>Win32</TargetEnvironment> |
- <TypeLibraryName>.\..\..\..\lib\icutest.tlb</TypeLibraryName> |
- </Midl> |
- <ClCompile> |
- <WholeProgramOptimization>true</WholeProgramOptimization> |
- <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
- <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <StringPooling>true</StringPooling> |
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
- <FunctionLevelLinking>true</FunctionLevelLinking> |
- <DisableLanguageExtensions>true</DisableLanguageExtensions> |
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
- <PrecompiledHeaderOutputFile>.\x86\Release/icutest.pch</PrecompiledHeaderOutputFile> |
- <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> |
- <ObjectFileName>.\x86\Release/</ObjectFileName> |
- <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> |
- <WarningLevel>Level3</WarningLevel> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <CompileAs>Default</CompileAs> |
- </ClCompile> |
- <ResourceCompile> |
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <Culture>0x0409</Culture> |
- </ResourceCompile> |
- <Link> |
- <OutputFile>..\..\..\bin\icutest54.dll</OutputFile> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <ProgramDatabaseFile>.\..\..\..\lib\icutest.pdb</ProgramDatabaseFile> |
- <EnableCOMDATFolding>true</EnableCOMDATFolding> |
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
- <RandomizedBaseAddress>false</RandomizedBaseAddress> |
- <DataExecutionPrevention> |
- </DataExecutionPrevention> |
- <ImportLibrary>.\..\..\..\lib\icutest.lib</ImportLibrary> |
- </Link> |
- </ItemDefinitionGroup> |
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
- <Midl> |
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <MkTypLibCompatible>true</MkTypLibCompatible> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <TargetEnvironment>Win32</TargetEnvironment> |
- <TypeLibraryName>.\..\..\..\lib\icutestd.tlb</TypeLibraryName> |
- </Midl> |
- <ClCompile> |
- <Optimization>Disabled</Optimization> |
- <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
- <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
- <BufferSecurityCheck>true</BufferSecurityCheck> |
- <DisableLanguageExtensions>true</DisableLanguageExtensions> |
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
- <PrecompiledHeaderOutputFile>.\x86\Debug/icutest.pch</PrecompiledHeaderOutputFile> |
- <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> |
- <ObjectFileName>.\x86\Debug/</ObjectFileName> |
- <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> |
- <BrowseInformation>true</BrowseInformation> |
- <WarningLevel>Level3</WarningLevel> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
- <CompileAs>Default</CompileAs> |
- </ClCompile> |
- <ResourceCompile> |
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <Culture>0x0409</Culture> |
- </ResourceCompile> |
- <Link> |
- <OutputFile>..\..\..\bin\icutest54d.dll</OutputFile> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <GenerateDebugInformation>true</GenerateDebugInformation> |
- <ProgramDatabaseFile>.\..\..\..\lib\icutestd.pdb</ProgramDatabaseFile> |
- <RandomizedBaseAddress>false</RandomizedBaseAddress> |
- <DataExecutionPrevention> |
- </DataExecutionPrevention> |
- <ImportLibrary>.\..\..\..\lib\icutestd.lib</ImportLibrary> |
- </Link> |
- </ItemDefinitionGroup> |
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
- <Midl> |
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <MkTypLibCompatible>true</MkTypLibCompatible> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <TargetEnvironment>X64</TargetEnvironment> |
- <TypeLibraryName>.\..\..\..\lib64\icutest.tlb</TypeLibraryName> |
- </Midl> |
- <ClCompile> |
- <WholeProgramOptimization>true</WholeProgramOptimization> |
- <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
- <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <StringPooling>true</StringPooling> |
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
- <FunctionLevelLinking>true</FunctionLevelLinking> |
- <DisableLanguageExtensions>true</DisableLanguageExtensions> |
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
- <PrecompiledHeaderOutputFile>.\x64\Release/icutest.pch</PrecompiledHeaderOutputFile> |
- <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> |
- <ObjectFileName>.\x64\Release/</ObjectFileName> |
- <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> |
- <WarningLevel>Level3</WarningLevel> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <CompileAs>Default</CompileAs> |
- </ClCompile> |
- <ResourceCompile> |
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <Culture>0x0409</Culture> |
- </ResourceCompile> |
- <Link> |
- <OutputFile>..\..\..\bin64\icutest54.dll</OutputFile> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <ProgramDatabaseFile>.\..\..\..\lib64\icutest.pdb</ProgramDatabaseFile> |
- <EnableCOMDATFolding>true</EnableCOMDATFolding> |
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
- <ImportLibrary>.\..\..\..\lib64\icutest.lib</ImportLibrary> |
- <TargetMachine>MachineX64</TargetMachine> |
- </Link> |
- </ItemDefinitionGroup> |
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
- <Midl> |
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <MkTypLibCompatible>true</MkTypLibCompatible> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <TargetEnvironment>X64</TargetEnvironment> |
- <TypeLibraryName>.\..\..\..\lib64\icutestd.tlb</TypeLibraryName> |
- </Midl> |
- <ClCompile> |
- <Optimization>Disabled</Optimization> |
- <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
- <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
- <BufferSecurityCheck>true</BufferSecurityCheck> |
- <DisableLanguageExtensions>true</DisableLanguageExtensions> |
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
- <PrecompiledHeaderOutputFile>.\x64\Debug/icutest.pch</PrecompiledHeaderOutputFile> |
- <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> |
- <ObjectFileName>.\x64\Debug/</ObjectFileName> |
- <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> |
- <BrowseInformation>true</BrowseInformation> |
- <WarningLevel>Level3</WarningLevel> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
- <CompileAs>Default</CompileAs> |
- </ClCompile> |
- <ResourceCompile> |
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
- <Culture>0x0409</Culture> |
- </ResourceCompile> |
- <Link> |
- <OutputFile>..\..\..\bin64\icutest54d.dll</OutputFile> |
- <SuppressStartupBanner>true</SuppressStartupBanner> |
- <GenerateDebugInformation>true</GenerateDebugInformation> |
- <ProgramDatabaseFile>.\..\..\..\lib64\icutestd.pdb</ProgramDatabaseFile> |
- <ImportLibrary>.\..\..\..\lib64\icutestd.lib</ImportLibrary> |
- <TargetMachine>MachineX64</TargetMachine> |
- </Link> |
- </ItemDefinitionGroup> |
- <ItemGroup> |
- <ClCompile Include="ctest.c" /> |
- <ClCompile Include="datamap.cpp" /> |
- <ClCompile Include="testdata.cpp" /> |
- <ClCompile Include="tstdtmod.cpp" /> |
- <ClCompile Include="ucln_ct.c"> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
- </ClCompile> |
- <ClCompile Include="uperf.cpp"> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
- <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
- </ClCompile> |
- </ItemGroup> |
- <ItemGroup> |
- <ClInclude Include="unicode\ctest.h" /> |
- <ClInclude Include="unicode\datamap.h" /> |
- <ClInclude Include="unicode\testdata.h" /> |
- <ClInclude Include="unicode\testlog.h" /> |
- <ClInclude Include="unicode\testtype.h" /> |
- <ClInclude Include="unicode\tstdtmod.h" /> |
- <ClInclude Include="unicode\uperf.h" /> |
- <ClInclude Include="unicode\utimer.h" /> |
- </ItemGroup> |
- <ItemGroup> |
- <ProjectReference Include="..\..\common\common.vcxproj"> |
- <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> |
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
- </ProjectReference> |
- <ProjectReference Include="..\toolutil\toolutil.vcxproj"> |
- <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> |
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
- </ProjectReference> |
- </ItemGroup> |
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
- <ImportGroup Label="ExtensionTargets"> |
- </ImportGroup> |
+<?xml version="1.0" encoding="utf-8"?> |
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
+ <ItemGroup Label="ProjectConfigurations"> |
+ <ProjectConfiguration Include="Debug|Win32"> |
+ <Configuration>Debug</Configuration> |
+ <Platform>Win32</Platform> |
+ </ProjectConfiguration> |
+ <ProjectConfiguration Include="Debug|x64"> |
+ <Configuration>Debug</Configuration> |
+ <Platform>x64</Platform> |
+ </ProjectConfiguration> |
+ <ProjectConfiguration Include="Release|Win32"> |
+ <Configuration>Release</Configuration> |
+ <Platform>Win32</Platform> |
+ </ProjectConfiguration> |
+ <ProjectConfiguration Include="Release|x64"> |
+ <Configuration>Release</Configuration> |
+ <Platform>x64</Platform> |
+ </ProjectConfiguration> |
+ </ItemGroup> |
+ <PropertyGroup Label="Globals"> |
+ <ProjectGuid>{ECA6B435-B4FA-4F9F-BF95-F451D078FC47}</ProjectGuid> |
+ </PropertyGroup> |
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
+ <ConfigurationType>DynamicLibrary</ConfigurationType> |
+ <UseOfMfc>false</UseOfMfc> |
+ <CharacterSet>MultiByte</CharacterSet> |
+ </PropertyGroup> |
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
+ <ConfigurationType>DynamicLibrary</ConfigurationType> |
+ <UseOfMfc>false</UseOfMfc> |
+ <CharacterSet>MultiByte</CharacterSet> |
+ </PropertyGroup> |
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
+ <ConfigurationType>DynamicLibrary</ConfigurationType> |
+ <UseOfMfc>false</UseOfMfc> |
+ <CharacterSet>MultiByte</CharacterSet> |
+ </PropertyGroup> |
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
+ <ConfigurationType>DynamicLibrary</ConfigurationType> |
+ <UseOfMfc>false</UseOfMfc> |
+ <CharacterSet>MultiByte</CharacterSet> |
+ </PropertyGroup> |
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
+ <ImportGroup Label="ExtensionSettings"> |
+ </ImportGroup> |
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
+ </ImportGroup> |
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
+ </ImportGroup> |
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
+ </ImportGroup> |
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
+ </ImportGroup> |
+ <PropertyGroup Label="UserMacros" /> |
+ <PropertyGroup> |
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir> |
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> |
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir> |
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> |
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> |
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> |
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> |
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> |
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
+ </PropertyGroup> |
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
+ <Midl> |
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <MkTypLibCompatible>true</MkTypLibCompatible> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <TargetEnvironment>Win32</TargetEnvironment> |
+ <TypeLibraryName>.\..\..\..\lib\icutest.tlb</TypeLibraryName> |
+ </Midl> |
+ <ClCompile> |
+ <WholeProgramOptimization>true</WholeProgramOptimization> |
+ <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <StringPooling>true</StringPooling> |
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
+ <FunctionLevelLinking>true</FunctionLevelLinking> |
+ <DisableLanguageExtensions>true</DisableLanguageExtensions> |
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
+ <PrecompiledHeaderOutputFile>.\x86\Release/icutest.pch</PrecompiledHeaderOutputFile> |
+ <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> |
+ <ObjectFileName>.\x86\Release/</ObjectFileName> |
+ <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> |
+ <WarningLevel>Level3</WarningLevel> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <CompileAs>Default</CompileAs> |
+ </ClCompile> |
+ <ResourceCompile> |
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <Culture>0x0409</Culture> |
+ </ResourceCompile> |
+ <Link> |
+ <OutputFile>..\..\..\bin\icutest55.dll</OutputFile> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <ProgramDatabaseFile>.\..\..\..\lib\icutest.pdb</ProgramDatabaseFile> |
+ <EnableCOMDATFolding>true</EnableCOMDATFolding> |
+ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> |
+ <DataExecutionPrevention> |
+ </DataExecutionPrevention> |
+ <ImportLibrary>.\..\..\..\lib\icutest.lib</ImportLibrary> |
+ </Link> |
+ </ItemDefinitionGroup> |
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
+ <Midl> |
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <MkTypLibCompatible>true</MkTypLibCompatible> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <TargetEnvironment>Win32</TargetEnvironment> |
+ <TypeLibraryName>.\..\..\..\lib\icutestd.tlb</TypeLibraryName> |
+ </Midl> |
+ <ClCompile> |
+ <Optimization>Disabled</Optimization> |
+ <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
+ <BufferSecurityCheck>true</BufferSecurityCheck> |
+ <DisableLanguageExtensions>true</DisableLanguageExtensions> |
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
+ <PrecompiledHeaderOutputFile>.\x86\Debug/icutest.pch</PrecompiledHeaderOutputFile> |
+ <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> |
+ <ObjectFileName>.\x86\Debug/</ObjectFileName> |
+ <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> |
+ <BrowseInformation>true</BrowseInformation> |
+ <WarningLevel>Level3</WarningLevel> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
+ <CompileAs>Default</CompileAs> |
+ </ClCompile> |
+ <ResourceCompile> |
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <Culture>0x0409</Culture> |
+ </ResourceCompile> |
+ <Link> |
+ <OutputFile>..\..\..\bin\icutest55d.dll</OutputFile> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <GenerateDebugInformation>true</GenerateDebugInformation> |
+ <ProgramDatabaseFile>.\..\..\..\lib\icutestd.pdb</ProgramDatabaseFile> |
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> |
+ <DataExecutionPrevention> |
+ </DataExecutionPrevention> |
+ <ImportLibrary>.\..\..\..\lib\icutestd.lib</ImportLibrary> |
+ </Link> |
+ </ItemDefinitionGroup> |
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
+ <Midl> |
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <MkTypLibCompatible>true</MkTypLibCompatible> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <TargetEnvironment>X64</TargetEnvironment> |
+ <TypeLibraryName>.\..\..\..\lib64\icutest.tlb</TypeLibraryName> |
+ </Midl> |
+ <ClCompile> |
+ <WholeProgramOptimization>true</WholeProgramOptimization> |
+ <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
+ <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <StringPooling>true</StringPooling> |
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
+ <FunctionLevelLinking>true</FunctionLevelLinking> |
+ <DisableLanguageExtensions>true</DisableLanguageExtensions> |
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
+ <PrecompiledHeaderOutputFile>.\x64\Release/icutest.pch</PrecompiledHeaderOutputFile> |
+ <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> |
+ <ObjectFileName>.\x64\Release/</ObjectFileName> |
+ <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> |
+ <WarningLevel>Level3</WarningLevel> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <CompileAs>Default</CompileAs> |
+ </ClCompile> |
+ <ResourceCompile> |
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <Culture>0x0409</Culture> |
+ </ResourceCompile> |
+ <Link> |
+ <OutputFile>..\..\..\bin64\icutest55.dll</OutputFile> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <ProgramDatabaseFile>.\..\..\..\lib64\icutest.pdb</ProgramDatabaseFile> |
+ <EnableCOMDATFolding>true</EnableCOMDATFolding> |
+ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
+ <ImportLibrary>.\..\..\..\lib64\icutest.lib</ImportLibrary> |
+ <TargetMachine>MachineX64</TargetMachine> |
+ </Link> |
+ </ItemDefinitionGroup> |
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
+ <Midl> |
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <MkTypLibCompatible>true</MkTypLibCompatible> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <TargetEnvironment>X64</TargetEnvironment> |
+ <TypeLibraryName>.\..\..\..\lib64\icutestd.tlb</TypeLibraryName> |
+ </Midl> |
+ <ClCompile> |
+ <Optimization>Disabled</Optimization> |
+ <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
+ <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
+ <BufferSecurityCheck>true</BufferSecurityCheck> |
+ <DisableLanguageExtensions>true</DisableLanguageExtensions> |
+ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
+ <PrecompiledHeaderOutputFile>.\x64\Debug/icutest.pch</PrecompiledHeaderOutputFile> |
+ <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> |
+ <ObjectFileName>.\x64\Debug/</ObjectFileName> |
+ <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> |
+ <BrowseInformation>true</BrowseInformation> |
+ <WarningLevel>Level3</WarningLevel> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
+ <CompileAs>Default</CompileAs> |
+ </ClCompile> |
+ <ResourceCompile> |
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
+ <Culture>0x0409</Culture> |
+ </ResourceCompile> |
+ <Link> |
+ <OutputFile>..\..\..\bin64\icutest55d.dll</OutputFile> |
+ <SuppressStartupBanner>true</SuppressStartupBanner> |
+ <GenerateDebugInformation>true</GenerateDebugInformation> |
+ <ProgramDatabaseFile>.\..\..\..\lib64\icutestd.pdb</ProgramDatabaseFile> |
+ <ImportLibrary>.\..\..\..\lib64\icutestd.lib</ImportLibrary> |
+ <TargetMachine>MachineX64</TargetMachine> |
+ </Link> |
+ </ItemDefinitionGroup> |
+ <ItemGroup> |
+ <ClCompile Include="ctest.c" /> |
+ <ClCompile Include="datamap.cpp" /> |
+ <ClCompile Include="testdata.cpp" /> |
+ <ClCompile Include="tstdtmod.cpp" /> |
+ <ClCompile Include="ucln_ct.c"> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
+ </ClCompile> |
+ <ClCompile Include="uperf.cpp"> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
+ <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
+ </ClCompile> |
+ </ItemGroup> |
+ <ItemGroup> |
+ <ClInclude Include="unicode\ctest.h" /> |
+ <ClInclude Include="unicode\datamap.h" /> |
+ <ClInclude Include="unicode\testdata.h" /> |
+ <ClInclude Include="unicode\testlog.h" /> |
+ <ClInclude Include="unicode\testtype.h" /> |
+ <ClInclude Include="unicode\tstdtmod.h" /> |
+ <ClInclude Include="unicode\uperf.h" /> |
+ <ClInclude Include="unicode\utimer.h" /> |
+ </ItemGroup> |
+ <ItemGroup> |
+ <ProjectReference Include="..\..\common\common.vcxproj"> |
+ <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> |
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
+ </ProjectReference> |
+ <ProjectReference Include="..\toolutil\toolutil.vcxproj"> |
+ <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> |
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
+ </ProjectReference> |
+ </ItemGroup> |
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
+ <ImportGroup Label="ExtensionTargets"> |
+ </ImportGroup> |
</Project> |