intl/icu/source/data/makedata.vcxproj

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     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>{D9DF7F2F-93B7-4810-B5CD-96F4F33C079B}</ProjectGuid>
    23     <Keyword>MakeFileProj</Keyword>
    24   </PropertyGroup>
    25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    27     <ConfigurationType>Makefile</ConfigurationType>
    28     <UseOfMfc>false</UseOfMfc>
    29   </PropertyGroup>
    30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    31     <ConfigurationType>Makefile</ConfigurationType>
    32     <UseOfMfc>false</UseOfMfc>
    33   </PropertyGroup>
    34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    35     <ConfigurationType>Makefile</ConfigurationType>
    36     <UseOfMfc>false</UseOfMfc>
    37   </PropertyGroup>
    38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    39     <ConfigurationType>Makefile</ConfigurationType>
    40     <UseOfMfc>false</UseOfMfc>
    41   </PropertyGroup>
    42   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    43   <ImportGroup Label="ExtensionSettings">
    44   </ImportGroup>
    45   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    46     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    47     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
    48   </ImportGroup>
    49   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'" 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)'=='Release|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   <PropertyGroup Label="UserMacros" />
    62   <PropertyGroup>
    63     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    64     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
    65     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
    66     <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release</NMakeBuildCommandLine>
    67     <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean all</NMakeReBuildCommandLine>
    68     <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean</NMakeCleanCommandLine>
    69     <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
    70     <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
    71     <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
    72     <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
    73     <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
    74     <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
    75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
    76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
    77     <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug</NMakeBuildCommandLine>
    78     <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean all</NMakeReBuildCommandLine>
    79     <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean</NMakeCleanCommandLine>
    80     <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
    81     <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
    82     <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
    83     <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
    84     <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
    85     <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
    86     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
    87     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
    88     <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release</NMakeBuildCommandLine>
    89     <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean all</NMakeReBuildCommandLine>
    90     <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean</NMakeCleanCommandLine>
    91     <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
    92     <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
    93     <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
    94     <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
    95     <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
    96     <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
    97     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
    98     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
    99     <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug</NMakeBuildCommandLine>
   100     <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug clean all</NMakeReBuildCommandLine>
   101     <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug clean</NMakeCleanCommandLine>
   102     <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
   103     <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
   104     <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
   105     <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
   106     <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
   107     <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
   108   </PropertyGroup>
   109   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   110     <BuildLog>
   111       <Path>.\out\tmp\x86\ReleaseBuildLog.html</Path>
   112     </BuildLog>
   113   </ItemDefinitionGroup>
   114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   115     <BuildLog>
   116       <Path>.\out\tmp\x86\DebugBuildLog.html</Path>
   117     </BuildLog>
   118   </ItemDefinitionGroup>
   119   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   120     <BuildLog>
   121       <Path>.\out\tmp\x64\ReleaseBuildLog.html</Path>
   122     </BuildLog>
   123   </ItemDefinitionGroup>
   124   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   125     <BuildLog>
   126       <Path>.\out\tmp\x64\DebugBuildLog.html</Path>
   127     </BuildLog>
   128   </ItemDefinitionGroup>
   129   <ItemGroup>
   130     <None Include="brkitr\brkfiles.mk" />
   131     <None Include="coll\colfiles.mk" />
   132     <None Include="makedata.mak" />
   133     <None Include="misc\miscfiles.mk" />
   134     <None Include="rbnf\rbnffiles.mk" />
   135     <None Include="locales\resfiles.mk" />
   136     <None Include="..\test\testdata\testdata.mak" />
   137     <None Include="translit\trnsfiles.mk" />
   138     <None Include="..\test\testdata\tstfiles.mk" />
   139     <None Include="mappings\ucmcore.mk" />
   140     <None Include="mappings\ucmebcdic.mk" />
   141     <None Include="mappings\ucmfiles.mk" />
   142   </ItemGroup>
   143   <ItemGroup>
   144     <ProjectReference Include="..\common\common.vcxproj">
   145       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
   146       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   147     </ProjectReference>
   148     <ProjectReference Include="..\extra\uconv\uconv.vcxproj">
   149       <Project>{dba4088d-f6f9-4f8f-8820-082a4765c16c}</Project>
   150       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   151     </ProjectReference>
   152     <ProjectReference Include="..\i18n\i18n.vcxproj">
   153       <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
   154       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   155     </ProjectReference>
   156     <ProjectReference Include="..\io\io.vcxproj">
   157       <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
   158       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   159     </ProjectReference>
   160     <ProjectReference Include="..\layoutex\layoutex.vcxproj">
   161       <Project>{37fc2c7f-1904-4811-8955-2f478830ead1}</Project>
   162       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   163     </ProjectReference>
   164     <ProjectReference Include="..\layout\layout.vcxproj">
   165       <Project>{c920062a-0647-4553-a3b2-37c58065664b}</Project>
   166       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   167     </ProjectReference>
   168     <ProjectReference Include="..\stubdata\stubdata.vcxproj">
   169       <Project>{203ec78a-0531-43f0-a636-285439bde025}</Project>
   170       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   171     </ProjectReference>
   172     <ProjectReference Include="..\test\cintltst\cintltst.vcxproj">
   173       <Project>{3d1246ae-1b32-479b-beca-aefa97be2321}</Project>
   174       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   175     </ProjectReference>
   176     <ProjectReference Include="..\test\intltest\intltest.vcxproj">
   177       <Project>{73632960-b3a6-464d-83a3-4b43365f19b8}</Project>
   178       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   179     </ProjectReference>
   180     <ProjectReference Include="..\test\iotest\iotest.vcxproj">
   181       <Project>{e4993e82-d68a-46ca-bae0-9d35e172e46f}</Project>
   182       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   183     </ProjectReference>
   184     <ProjectReference Include="..\test\letest\letest.vcxproj">
   185       <Project>{67351485-4d18-4245-be39-a7ef0675acd2}</Project>
   186       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   187     </ProjectReference>
   188     <ProjectReference Include="..\tools\ctestfw\ctestfw.vcxproj">
   189       <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
   190       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   191     </ProjectReference>
   192     <ProjectReference Include="..\tools\genbrk\genbrk.vcxproj">
   193       <Project>{c2be5000-7501-4e87-9724-b8d82494fae6}</Project>
   194       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   195     </ProjectReference>
   196     <ProjectReference Include="..\tools\genccode\genccode.vcxproj">
   197       <Project>{fdd3c4f2-9805-44eb-9a77-bc1c1c95b547}</Project>
   198       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   199     </ProjectReference>
   200     <ProjectReference Include="..\tools\gencfu\gencfu.vcxproj">
   201       <Project>{691ee0c0-dc57-4a48-8aee-8ed75eb3a057}</Project>
   202       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   203     </ProjectReference>
   204     <ProjectReference Include="..\tools\gencmn\gencmn.vcxproj">
   205       <Project>{a8d36f8d-09e6-4174-91c3-7beaa9c3f04f}</Project>
   206       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   207     </ProjectReference>
   208     <ProjectReference Include="..\tools\gencnval\gencnval.vcxproj">
   209       <Project>{8b41752b-5a52-41e4-b7e0-07921c0cc6bf}</Project>
   210       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   211     </ProjectReference>
   212     <ProjectReference Include="..\tools\gendict\gendict.vcxproj">
   213       <Project>{9d4211f7-2c77-439c-82f0-30a4e43ba569}</Project>
   214       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   215     </ProjectReference>
   216     <ProjectReference Include="..\tools\gennorm2\gennorm2.vcxproj">
   217       <Project>{c7891a65-80ab-4245-912e-5f1e17b0e6c4}</Project>
   218       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   219     </ProjectReference>
   220     <ProjectReference Include="..\tools\genrb\derb.vcxproj">
   221       <Project>{d3065adb-8820-4cc7-9b6c-9510833961a3}</Project>
   222       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   223     </ProjectReference>
   224     <ProjectReference Include="..\tools\genrb\genrb.vcxproj">
   225       <Project>{97521d06-ec47-45d4-8bd0-9e16b3f93b2a}</Project>
   226       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   227     </ProjectReference>
   228     <ProjectReference Include="..\tools\gensprep\gensprep.vcxproj">
   229       <Project>{631c23ce-6c1d-4875-88f0-85e0a42b36ea}</Project>
   230       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   231     </ProjectReference>
   232     <ProjectReference Include="..\tools\gentest\gentest.vcxproj">
   233       <Project>{77c78066-746f-4ea6-b3fe-b8c8a4a97891}</Project>
   234       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   235     </ProjectReference>
   236     <ProjectReference Include="..\tools\icupkg\icupkg.vcxproj">
   237       <Project>{62d4b15d-7a90-4ecb-ba19-5e021d6a21bc}</Project>
   238       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   239     </ProjectReference>
   240     <ProjectReference Include="..\tools\makeconv\makeconv.vcxproj">
   241       <Project>{f5ad9738-1a3d-4906-b9c4-a7d9ce33dc2c}</Project>
   242       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   243     </ProjectReference>
   244     <ProjectReference Include="..\tools\pkgdata\pkgdata.vcxproj">
   245       <Project>{4c8454fe-81d3-4ca3-9927-29ba96f03dac}</Project>
   246       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   247     </ProjectReference>
   248     <ProjectReference Include="..\tools\toolutil\toolutil.vcxproj">
   249       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
   250       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
   251     </ProjectReference>
   252   </ItemGroup>
   253   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   254   <ImportGroup Label="ExtensionTargets">
   255   </ImportGroup>
   256 </Project>

mercurial