intl/icu/source/tools/icupkg/icupkg.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>{62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}</ProjectGuid>
    23     <Keyword>Win32Proj</Keyword>
    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     <CustomBuildStep>
    83       <Command>copy "$(TargetPath)" ..\..\..\bin
    84 </Command>
    85       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
    86     </CustomBuildStep>
    87     <ClCompile>
    88       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    89       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    90       <StringPooling>true</StringPooling>
    91       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    92       <FunctionLevelLinking>true</FunctionLevelLinking>
    93       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    94       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    95       <PrecompiledHeaderOutputFile>x86\Release/icupkg.pch</PrecompiledHeaderOutputFile>
    96       <AssemblerListingLocation>x86\Release/</AssemblerListingLocation>
    97       <ObjectFileName>x86\Release/</ObjectFileName>
    98       <ProgramDataBaseFileName>x86\Release/</ProgramDataBaseFileName>
    99       <WarningLevel>Level4</WarningLevel>
   100       <SuppressStartupBanner>true</SuppressStartupBanner>
   101       <CompileAs>Default</CompileAs>
   102     </ClCompile>
   103     <ResourceCompile>
   104       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   105     </ResourceCompile>
   106     <Link>
   107       <OutputFile>$(OutDir)icupkg.exe</OutputFile>
   108       <SuppressStartupBanner>true</SuppressStartupBanner>
   109       <ProgramDatabaseFile>x86\Release/icupkg.pdb</ProgramDatabaseFile>
   110       <SubSystem>Console</SubSystem>
   111       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   112       <DataExecutionPrevention>
   113       </DataExecutionPrevention>
   114     </Link>
   115   </ItemDefinitionGroup>
   116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   117     <CustomBuildStep>
   118       <Command>copy "$(TargetPath)" ..\..\..\bin
   119 </Command>
   120       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
   121     </CustomBuildStep>
   122     <ClCompile>
   123       <Optimization>Disabled</Optimization>
   124       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   125       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   126       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   127       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   128       <BufferSecurityCheck>true</BufferSecurityCheck>
   129       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   130       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   131       <PrecompiledHeaderOutputFile>Debug/icupkg.pch</PrecompiledHeaderOutputFile>
   132       <AssemblerListingLocation>Debug/</AssemblerListingLocation>
   133       <ObjectFileName>Debug/</ObjectFileName>
   134       <ProgramDataBaseFileName>Debug/</ProgramDataBaseFileName>
   135       <BrowseInformation>true</BrowseInformation>
   136       <WarningLevel>Level4</WarningLevel>
   137       <SuppressStartupBanner>true</SuppressStartupBanner>
   138       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
   139       <CompileAs>Default</CompileAs>
   140     </ClCompile>
   141     <ResourceCompile>
   142       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   143     </ResourceCompile>
   144     <Link>
   145       <OutputFile>$(OutDir)icupkg.exe</OutputFile>
   146       <SuppressStartupBanner>true</SuppressStartupBanner>
   147       <GenerateDebugInformation>true</GenerateDebugInformation>
   148       <ProgramDatabaseFile>$(OutDir)icupkg.pdb</ProgramDatabaseFile>
   149       <SubSystem>Console</SubSystem>
   150       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   151       <DataExecutionPrevention>
   152       </DataExecutionPrevention>
   153     </Link>
   154   </ItemDefinitionGroup>
   155   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   156     <CustomBuildStep>
   157       <Command>copy "$(TargetPath)" ..\..\..\bin64
   158 </Command>
   159       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
   160     </CustomBuildStep>
   161     <Midl>
   162       <TargetEnvironment>X64</TargetEnvironment>
   163     </Midl>
   164     <ClCompile>
   165       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   166       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   167       <StringPooling>true</StringPooling>
   168       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   169       <FunctionLevelLinking>true</FunctionLevelLinking>
   170       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   171       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   172       <PrecompiledHeaderOutputFile>x64\Release/icupkg.pch</PrecompiledHeaderOutputFile>
   173       <AssemblerListingLocation>x64\Release/</AssemblerListingLocation>
   174       <ObjectFileName>x64\Release/</ObjectFileName>
   175       <ProgramDataBaseFileName>x64\Release/</ProgramDataBaseFileName>
   176       <WarningLevel>Level4</WarningLevel>
   177       <SuppressStartupBanner>true</SuppressStartupBanner>
   178       <CompileAs>Default</CompileAs>
   179     </ClCompile>
   180     <ResourceCompile>
   181       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   182     </ResourceCompile>
   183     <Link>
   184       <OutputFile>$(OutDir)icupkg.exe</OutputFile>
   185       <SuppressStartupBanner>true</SuppressStartupBanner>
   186       <ProgramDatabaseFile>x64\Release/icupkg.pdb</ProgramDatabaseFile>
   187       <SubSystem>Console</SubSystem>
   188       <TargetMachine>MachineX64</TargetMachine>
   189     </Link>
   190   </ItemDefinitionGroup>
   191   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   192     <CustomBuildStep>
   193       <Command>copy "$(TargetPath)" ..\..\..\bin64
   194 </Command>
   195       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
   196     </CustomBuildStep>
   197     <Midl>
   198       <TargetEnvironment>X64</TargetEnvironment>
   199     </Midl>
   200     <ClCompile>
   201       <Optimization>Disabled</Optimization>
   202       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   203       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   204       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   205       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   206       <BufferSecurityCheck>true</BufferSecurityCheck>
   207       <DisableLanguageExtensions>true</DisableLanguageExtensions>
   208       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
   209       <PrecompiledHeaderOutputFile>Debug/icupkg.pch</PrecompiledHeaderOutputFile>
   210       <AssemblerListingLocation>Debug/</AssemblerListingLocation>
   211       <ObjectFileName>Debug/</ObjectFileName>
   212       <ProgramDataBaseFileName>Debug/</ProgramDataBaseFileName>
   213       <BrowseInformation>true</BrowseInformation>
   214       <WarningLevel>Level4</WarningLevel>
   215       <SuppressStartupBanner>true</SuppressStartupBanner>
   216       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   217       <CompileAs>Default</CompileAs>
   218     </ClCompile>
   219     <ResourceCompile>
   220       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   221     </ResourceCompile>
   222     <Link>
   223       <OutputFile>$(OutDir)icupkg.exe</OutputFile>
   224       <SuppressStartupBanner>true</SuppressStartupBanner>
   225       <GenerateDebugInformation>true</GenerateDebugInformation>
   226       <ProgramDatabaseFile>$(OutDir)icupkg.pdb</ProgramDatabaseFile>
   227       <SubSystem>Console</SubSystem>
   228       <TargetMachine>MachineX64</TargetMachine>
   229     </Link>
   230   </ItemDefinitionGroup>
   231   <ItemGroup>
   232     <ClCompile Include="icupkg.cpp" />
   233   </ItemGroup>
   234   <ItemGroup>
   235     <ProjectReference Include="..\..\common\common.vcxproj">
   236       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</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