intl/icu/source/tools/gentest/gentest.vcxproj

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     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>{77C78066-746F-4EA6-B3FE-B8C8A4A97891}</ProjectGuid>
    23     <RootNamespace>gentest</RootNamespace>
    24   </PropertyGroup>
    25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    27     <ConfigurationType>Application</ConfigurationType>
    28     <UseOfMfc>false</UseOfMfc>
    29     <CharacterSet>MultiByte</CharacterSet>
    30   </PropertyGroup>
    31   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    32     <ConfigurationType>Application</ConfigurationType>
    33     <UseOfMfc>false</UseOfMfc>
    34     <CharacterSet>MultiByte</CharacterSet>
    35   </PropertyGroup>
    36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    37     <ConfigurationType>Application</ConfigurationType>
    38     <UseOfMfc>false</UseOfMfc>
    39     <CharacterSet>MultiByte</CharacterSet>
    40   </PropertyGroup>
    41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|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)'=='Release|Win32'" Label="PropertySheets">
    54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    55     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
    56   </ImportGroup>
    57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|x64'" Label="PropertySheets">
    62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    63     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
    64   </ImportGroup>
    65   <PropertyGroup Label="UserMacros" />
    66   <PropertyGroup>
    67     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    68     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
    69     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
    70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    71     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
    72     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
    73     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
    74     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
    75     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
    76     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
    77     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
    78     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
    79     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
    80   </PropertyGroup>
    81   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    82     <Midl>
    83       <TypeLibraryName>.\x86\Release/gentest.tlb</TypeLibraryName>
    84     </Midl>
    85     <ClCompile>
    86       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    87       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    88       <StringPooling>true</StringPooling>
    89       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    90       <FunctionLevelLinking>true</FunctionLevelLinking>
    91       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    92       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    93       <PrecompiledHeaderOutputFile>.\x86\Release/gentest.pch</PrecompiledHeaderOutputFile>
    94       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
    95       <ObjectFileName>.\x86\Release/</ObjectFileName>
    96       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    97       <WarningLevel>Level3</WarningLevel>
    98       <SuppressStartupBanner>true</SuppressStartupBanner>
    99       <CompileAs>Default</CompileAs>
   100     </ClCompile>
   101     <ResourceCompile>
   102       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   103       <Culture>0x0409</Culture>
   104     </ResourceCompile>
   105     <Link>
   106       <OutputFile>.\x86\Release/gentest.exe</OutputFile>
   107       <SuppressStartupBanner>true</SuppressStartupBanner>
   108       <ProgramDatabaseFile>.\x86\Release/gentest.pdb</ProgramDatabaseFile>
   109       <SubSystem>Console</SubSystem>
   110       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   111       <DataExecutionPrevention>
   112       </DataExecutionPrevention>
   113     </Link>
   114   </ItemDefinitionGroup>
   115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   116     <Midl>
   117       <TypeLibraryName>.\x86\Debug/gentest.tlb</TypeLibraryName>
   118     </Midl>
   119     <ClCompile>
   120       <Optimization>Disabled</Optimization>
   121       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   122       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   123       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   124       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   125       <BufferSecurityCheck>true</BufferSecurityCheck>
   126       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   127       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   128       <PrecompiledHeaderOutputFile>.\x86\Debug/gentest.pch</PrecompiledHeaderOutputFile>
   129       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
   130       <ObjectFileName>.\x86\Debug/</ObjectFileName>
   131       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
   132       <BrowseInformation>true</BrowseInformation>
   133       <WarningLevel>Level3</WarningLevel>
   134       <SuppressStartupBanner>true</SuppressStartupBanner>
   135       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
   136       <CompileAs>Default</CompileAs>
   137     </ClCompile>
   138     <ResourceCompile>
   139       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   140       <Culture>0x0409</Culture>
   141     </ResourceCompile>
   142     <Link>
   143       <OutputFile>.\x86\Debug/gentest.exe</OutputFile>
   144       <SuppressStartupBanner>true</SuppressStartupBanner>
   145       <GenerateDebugInformation>true</GenerateDebugInformation>
   146       <ProgramDatabaseFile>.\x86\Debug/gentest.pdb</ProgramDatabaseFile>
   147       <SubSystem>Console</SubSystem>
   148       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   149       <DataExecutionPrevention>
   150       </DataExecutionPrevention>
   151     </Link>
   152   </ItemDefinitionGroup>
   153   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   154     <Midl>
   155       <TargetEnvironment>X64</TargetEnvironment>
   156       <TypeLibraryName>.\x64\Release/gentest.tlb</TypeLibraryName>
   157     </Midl>
   158     <ClCompile>
   159       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   160       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   161       <StringPooling>true</StringPooling>
   162       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   163       <FunctionLevelLinking>true</FunctionLevelLinking>
   164       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   165       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   166       <PrecompiledHeaderOutputFile>.\x64\Release/gentest.pch</PrecompiledHeaderOutputFile>
   167       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
   168       <ObjectFileName>.\x64\Release/</ObjectFileName>
   169       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
   170       <WarningLevel>Level3</WarningLevel>
   171       <SuppressStartupBanner>true</SuppressStartupBanner>
   172       <CompileAs>Default</CompileAs>
   173     </ClCompile>
   174     <ResourceCompile>
   175       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   176       <Culture>0x0409</Culture>
   177     </ResourceCompile>
   178     <Link>
   179       <OutputFile>.\x64\Release/gentest.exe</OutputFile>
   180       <SuppressStartupBanner>true</SuppressStartupBanner>
   181       <ProgramDatabaseFile>.\x64\Release/gentest.pdb</ProgramDatabaseFile>
   182       <SubSystem>Console</SubSystem>
   183       <TargetMachine>MachineX64</TargetMachine>
   184     </Link>
   185   </ItemDefinitionGroup>
   186   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   187     <Midl>
   188       <TargetEnvironment>X64</TargetEnvironment>
   189       <TypeLibraryName>.\x64\Debug/gentest.tlb</TypeLibraryName>
   190     </Midl>
   191     <ClCompile>
   192       <Optimization>Disabled</Optimization>
   193       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   194       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   195       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   196       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   197       <BufferSecurityCheck>true</BufferSecurityCheck>
   198       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   199       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   200       <PrecompiledHeaderOutputFile>.\x64\Debug/gentest.pch</PrecompiledHeaderOutputFile>
   201       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
   202       <ObjectFileName>.\x64\Debug/</ObjectFileName>
   203       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
   204       <BrowseInformation>true</BrowseInformation>
   205       <WarningLevel>Level3</WarningLevel>
   206       <SuppressStartupBanner>true</SuppressStartupBanner>
   207       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   208       <CompileAs>Default</CompileAs>
   209     </ClCompile>
   210     <ResourceCompile>
   211       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   212       <Culture>0x0409</Culture>
   213     </ResourceCompile>
   214     <Link>
   215       <OutputFile>.\x64\Debug/gentest.exe</OutputFile>
   216       <SuppressStartupBanner>true</SuppressStartupBanner>
   217       <GenerateDebugInformation>true</GenerateDebugInformation>
   218       <ProgramDatabaseFile>.\x64\Debug/gentest.pdb</ProgramDatabaseFile>
   219       <SubSystem>Console</SubSystem>
   220       <TargetMachine>MachineX64</TargetMachine>
   221     </Link>
   222   </ItemDefinitionGroup>
   223   <ItemGroup>
   224     <ClCompile Include="genres32.c" />
   225     <ClCompile Include="gentest.c" />
   226   </ItemGroup>
   227   <ItemGroup>
   228     <ClInclude Include="gentest.h" />
   229   </ItemGroup>
   230   <ItemGroup>
   231     <ProjectReference Include="..\..\common\common.vcxproj">
   232       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
   233       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   234     </ProjectReference>
   235     <ProjectReference Include="..\ctestfw\ctestfw.vcxproj">
   236       <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
   237       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   238     </ProjectReference>
   239     <ProjectReference Include="..\toolutil\toolutil.vcxproj">
   240       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
   241       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   242     </ProjectReference>
   243   </ItemGroup>
   244   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   245   <ImportGroup Label="ExtensionTargets">
   246   </ImportGroup>
   247 </Project>

mercurial