intl/icu/source/stubdata/stubdata.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>{203EC78A-0531-43F0-A636-285439BDE025}</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   </PropertyGroup>
    30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    31     <ConfigurationType>DynamicLibrary</ConfigurationType>
    32     <UseOfMfc>false</UseOfMfc>
    33     <CharacterSet>MultiByte</CharacterSet>
    34   </PropertyGroup>
    35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    36     <ConfigurationType>DynamicLibrary</ConfigurationType>
    37     <UseOfMfc>false</UseOfMfc>
    38     <CharacterSet>MultiByte</CharacterSet>
    39   </PropertyGroup>
    40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    41     <ConfigurationType>DynamicLibrary</ConfigurationType>
    42     <UseOfMfc>false</UseOfMfc>
    43     <CharacterSet>MultiByte</CharacterSet>
    44   </PropertyGroup>
    45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    46   <ImportGroup Label="ExtensionSettings">
    47   </ImportGroup>
    48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    50     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
    51   </ImportGroup>
    52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'" 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)'=='Release|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   <PropertyGroup Label="UserMacros" />
    65   <PropertyGroup>
    66     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    67     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
    68     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
    69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    70     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
    71     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
    72     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
    73     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
    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     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest>
    78     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
    79     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
    80     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest>
    81   </PropertyGroup>
    82   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    83     <Midl>
    84       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    85       <MkTypLibCompatible>true</MkTypLibCompatible>
    86       <SuppressStartupBanner>true</SuppressStartupBanner>
    87       <TargetEnvironment>Win32</TargetEnvironment>
    88       <TypeLibraryName>.\x86\Release\icudt.tlb</TypeLibraryName>
    89     </Midl>
    90     <ClCompile>
    91       <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    92       <PreprocessorDefinitions>WIN32;NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    93       <StringPooling>true</StringPooling>
    94       <ExceptionHandling>
    95       </ExceptionHandling>
    96       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    97       <FunctionLevelLinking>true</FunctionLevelLinking>
    98       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    99       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   100       <PrecompiledHeaderOutputFile>.\x86\Release\stubdata.pch</PrecompiledHeaderOutputFile>
   101       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
   102       <ObjectFileName>.\x86\Release/</ObjectFileName>
   103       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
   104       <WarningLevel>Level3</WarningLevel>
   105       <SuppressStartupBanner>true</SuppressStartupBanner>
   106       <CompileAs>Default</CompileAs>
   107     </ClCompile>
   108     <ResourceCompile>
   109       <PreprocessorDefinitions>NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   110       <Culture>0x0409</Culture>
   111     </ResourceCompile>
   112     <PreLinkEvent>
   113       <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
   114     </PreLinkEvent>
   115     <Link>
   116       <OutputFile>..\..\bin\icudt52.dll</OutputFile>
   117       <SuppressStartupBanner>true</SuppressStartupBanner>
   118       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
   119       <ProgramDatabaseFile>.\x86\Release\icudt.pdb</ProgramDatabaseFile>
   120       <NoEntryPoint>true</NoEntryPoint>
   121       <SetChecksum>true</SetChecksum>
   122       <BaseAddress>0x4ad00000</BaseAddress>
   123       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   124       <DataExecutionPrevention>
   125       </DataExecutionPrevention>
   126       <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
   127       <ImportLibrary>..\..\lib\icudt.lib</ImportLibrary>
   128     </Link>
   129   </ItemDefinitionGroup>
   130   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   131     <Midl>
   132       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   133       <MkTypLibCompatible>true</MkTypLibCompatible>
   134       <SuppressStartupBanner>true</SuppressStartupBanner>
   135       <TargetEnvironment>Win32</TargetEnvironment>
   136       <TypeLibraryName>.\x86\Debug/icudt.tlb</TypeLibraryName>
   137     </Midl>
   138     <ClCompile>
   139       <Optimization>Disabled</Optimization>
   140       <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   141       <PreprocessorDefinitions>WIN32;_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   142       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   143       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   144       <BufferSecurityCheck>true</BufferSecurityCheck>
   145       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   146       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   147       <PrecompiledHeaderOutputFile>.\x86\Debug/stubdata.pch</PrecompiledHeaderOutputFile>
   148       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
   149       <ObjectFileName>.\x86\Debug/</ObjectFileName>
   150       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
   151       <WarningLevel>Level3</WarningLevel>
   152       <SuppressStartupBanner>true</SuppressStartupBanner>
   153       <CompileAs>Default</CompileAs>
   154     </ClCompile>
   155     <ResourceCompile>
   156       <PreprocessorDefinitions>_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   157       <Culture>0x0409</Culture>
   158     </ResourceCompile>
   159     <PreLinkEvent>
   160       <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
   161     </PreLinkEvent>
   162     <Link>
   163       <OutputFile>..\..\bin\icudt52.dll</OutputFile>
   164       <SuppressStartupBanner>true</SuppressStartupBanner>
   165       <ProgramDatabaseFile>.\x86\Debug/icudt.pdb</ProgramDatabaseFile>
   166       <NoEntryPoint>true</NoEntryPoint>
   167       <SetChecksum>true</SetChecksum>
   168       <BaseAddress>0x4ad00000</BaseAddress>
   169       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   170       <DataExecutionPrevention>
   171       </DataExecutionPrevention>
   172       <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
   173       <ImportLibrary>..\..\lib\icudt.lib</ImportLibrary>
   174     </Link>
   175   </ItemDefinitionGroup>
   176   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   177     <Midl>
   178       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   179       <MkTypLibCompatible>true</MkTypLibCompatible>
   180       <SuppressStartupBanner>true</SuppressStartupBanner>
   181       <TargetEnvironment>X64</TargetEnvironment>
   182       <TypeLibraryName>.\x64\Release\icudt.tlb</TypeLibraryName>
   183     </Midl>
   184     <ClCompile>
   185       <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   186       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   187       <StringPooling>true</StringPooling>
   188       <ExceptionHandling>
   189       </ExceptionHandling>
   190       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   191       <FunctionLevelLinking>true</FunctionLevelLinking>
   192       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   193       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   194       <PrecompiledHeaderOutputFile>.\x64\Release\stubdata.pch</PrecompiledHeaderOutputFile>
   195       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
   196       <ObjectFileName>.\x64\Release/</ObjectFileName>
   197       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
   198       <WarningLevel>Level3</WarningLevel>
   199       <SuppressStartupBanner>true</SuppressStartupBanner>
   200       <CompileAs>Default</CompileAs>
   201     </ClCompile>
   202     <ResourceCompile>
   203       <PreprocessorDefinitions>NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   204       <Culture>0x0409</Culture>
   205     </ResourceCompile>
   206     <PreLinkEvent>
   207       <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
   208     </PreLinkEvent>
   209     <Link>
   210       <OutputFile>..\..\bin64\icudt52.dll</OutputFile>
   211       <SuppressStartupBanner>true</SuppressStartupBanner>
   212       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
   213       <ProgramDatabaseFile>.\x64\Release\icudt.pdb</ProgramDatabaseFile>
   214       <NoEntryPoint>true</NoEntryPoint>
   215       <SetChecksum>true</SetChecksum>
   216       <BaseAddress>0x4ad00000</BaseAddress>
   217       <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
   218       <ImportLibrary>..\..\lib64\icudt.lib</ImportLibrary>
   219       <TargetMachine>MachineX64</TargetMachine>
   220     </Link>
   221   </ItemDefinitionGroup>
   222   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   223     <Midl>
   224       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   225       <MkTypLibCompatible>true</MkTypLibCompatible>
   226       <SuppressStartupBanner>true</SuppressStartupBanner>
   227       <TargetEnvironment>X64</TargetEnvironment>
   228       <TypeLibraryName>.\x64\Debug/icudt.tlb</TypeLibraryName>
   229     </Midl>
   230     <ClCompile>
   231       <Optimization>Disabled</Optimization>
   232       <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   233       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   234       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   235       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   236       <BufferSecurityCheck>true</BufferSecurityCheck>
   237       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   238       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   239       <PrecompiledHeaderOutputFile>.\x64\Debug/stubdata.pch</PrecompiledHeaderOutputFile>
   240       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
   241       <ObjectFileName>.\x64\Debug/</ObjectFileName>
   242       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
   243       <WarningLevel>Level3</WarningLevel>
   244       <SuppressStartupBanner>true</SuppressStartupBanner>
   245       <CompileAs>Default</CompileAs>
   246     </ClCompile>
   247     <ResourceCompile>
   248       <PreprocessorDefinitions>_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   249       <Culture>0x0409</Culture>
   250     </ResourceCompile>
   251     <PreLinkEvent>
   252       <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
   253     </PreLinkEvent>
   254     <Link>
   255       <OutputFile>..\..\bin64\icudt52.dll</OutputFile>
   256       <SuppressStartupBanner>true</SuppressStartupBanner>
   257       <ProgramDatabaseFile>.\x64\Debug/icudt.pdb</ProgramDatabaseFile>
   258       <NoEntryPoint>true</NoEntryPoint>
   259       <SetChecksum>true</SetChecksum>
   260       <BaseAddress>0x4ad00000</BaseAddress>
   261       <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
   262       <ImportLibrary>..\..\lib64\icudt.lib</ImportLibrary>
   263       <TargetMachine>MachineX64</TargetMachine>
   264     </Link>
   265   </ItemDefinitionGroup>
   266   <ItemGroup>
   267     <ClCompile Include="stubdata.c" />
   268   </ItemGroup>
   269   <ItemGroup>
   270     <ResourceCompile Include="..\data\misc\icudata.rc">
   271       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   272       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   273       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   274       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   275     </ResourceCompile>
   276   </ItemGroup>
   277   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   278   <ImportGroup Label="ExtensionTargets">
   279   </ImportGroup>
   280 </Project>

mercurial