Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
michael@0 | 3 | <ItemGroup Label="ProjectConfigurations"> |
michael@0 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
michael@0 | 5 | <Configuration>Debug</Configuration> |
michael@0 | 6 | <Platform>Win32</Platform> |
michael@0 | 7 | </ProjectConfiguration> |
michael@0 | 8 | <ProjectConfiguration Include="Debug|x64"> |
michael@0 | 9 | <Configuration>Debug</Configuration> |
michael@0 | 10 | <Platform>x64</Platform> |
michael@0 | 11 | </ProjectConfiguration> |
michael@0 | 12 | <ProjectConfiguration Include="Release|Win32"> |
michael@0 | 13 | <Configuration>Release</Configuration> |
michael@0 | 14 | <Platform>Win32</Platform> |
michael@0 | 15 | </ProjectConfiguration> |
michael@0 | 16 | <ProjectConfiguration Include="Release|x64"> |
michael@0 | 17 | <Configuration>Release</Configuration> |
michael@0 | 18 | <Platform>x64</Platform> |
michael@0 | 19 | </ProjectConfiguration> |
michael@0 | 20 | </ItemGroup> |
michael@0 | 21 | <PropertyGroup Label="Globals"> |
michael@0 | 22 | <ProjectGuid>{6B231032-3CB5-4EED-9210-810D666A23A0}</ProjectGuid> |
michael@0 | 23 | </PropertyGroup> |
michael@0 | 24 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
michael@0 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
michael@0 | 26 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 27 | <UseOfMfc>false</UseOfMfc> |
michael@0 | 28 | <CharacterSet>MultiByte</CharacterSet> |
michael@0 | 29 | </PropertyGroup> |
michael@0 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
michael@0 | 31 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 32 | <UseOfMfc>false</UseOfMfc> |
michael@0 | 33 | <CharacterSet>MultiByte</CharacterSet> |
michael@0 | 34 | </PropertyGroup> |
michael@0 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
michael@0 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 37 | <UseOfMfc>false</UseOfMfc> |
michael@0 | 38 | <CharacterSet>MultiByte</CharacterSet> |
michael@0 | 39 | </PropertyGroup> |
michael@0 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
michael@0 | 41 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 42 | <UseOfMfc>false</UseOfMfc> |
michael@0 | 43 | <CharacterSet>MultiByte</CharacterSet> |
michael@0 | 44 | </PropertyGroup> |
michael@0 | 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
michael@0 | 46 | <ImportGroup Label="ExtensionSettings"> |
michael@0 | 47 | </ImportGroup> |
michael@0 | 48 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
michael@0 | 49 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
michael@0 | 50 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
michael@0 | 51 | </ImportGroup> |
michael@0 | 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
michael@0 | 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
michael@0 | 54 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
michael@0 | 55 | </ImportGroup> |
michael@0 | 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
michael@0 | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
michael@0 | 58 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
michael@0 | 59 | </ImportGroup> |
michael@0 | 60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
michael@0 | 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
michael@0 | 62 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
michael@0 | 63 | </ImportGroup> |
michael@0 | 64 | <PropertyGroup Label="UserMacros" /> |
michael@0 | 65 | <PropertyGroup> |
michael@0 | 66 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
michael@0 | 67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir> |
michael@0 | 68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> |
michael@0 | 69 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
michael@0 | 70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir> |
michael@0 | 71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> |
michael@0 | 72 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
michael@0 | 73 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> |
michael@0 | 74 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> |
michael@0 | 75 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
michael@0 | 76 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> |
michael@0 | 77 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> |
michael@0 | 78 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
michael@0 | 79 | </PropertyGroup> |
michael@0 | 80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
michael@0 | 81 | <Midl> |
michael@0 | 82 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 83 | <MkTypLibCompatible>true</MkTypLibCompatible> |
michael@0 | 84 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 85 | <TargetEnvironment>Win32</TargetEnvironment> |
michael@0 | 86 | <TypeLibraryName>.\..\..\..\lib\icutu.tlb</TypeLibraryName> |
michael@0 | 87 | </Midl> |
michael@0 | 88 | <ClCompile> |
michael@0 | 89 | <WholeProgramOptimization>true</WholeProgramOptimization> |
michael@0 | 90 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
michael@0 | 91 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 92 | <StringPooling>true</StringPooling> |
michael@0 | 93 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
michael@0 | 94 | <FunctionLevelLinking>true</FunctionLevelLinking> |
michael@0 | 95 | <DisableLanguageExtensions>true</DisableLanguageExtensions> |
michael@0 | 96 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 97 | <PrecompiledHeaderOutputFile>.\x86\Release/toolutil.pch</PrecompiledHeaderOutputFile> |
michael@0 | 98 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> |
michael@0 | 99 | <ObjectFileName>.\x86\Release/</ObjectFileName> |
michael@0 | 100 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> |
michael@0 | 101 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 102 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 103 | <CompileAs>Default</CompileAs> |
michael@0 | 104 | </ClCompile> |
michael@0 | 105 | <ResourceCompile> |
michael@0 | 106 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 107 | <Culture>0x0409</Culture> |
michael@0 | 108 | </ResourceCompile> |
michael@0 | 109 | <Link> |
michael@0 | 110 | <OutputFile>..\..\..\bin\icutu52.dll</OutputFile> |
michael@0 | 111 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 112 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
michael@0 | 113 | <ProgramDatabaseFile>.\..\..\..\lib\icutu.pdb</ProgramDatabaseFile> |
michael@0 | 114 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
michael@0 | 115 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
michael@0 | 116 | <BaseAddress>0x4ac00000</BaseAddress> |
michael@0 | 117 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
michael@0 | 118 | <DataExecutionPrevention> |
michael@0 | 119 | </DataExecutionPrevention> |
michael@0 | 120 | <ImportLibrary>..\..\..\lib\icutu.lib</ImportLibrary> |
michael@0 | 121 | </Link> |
michael@0 | 122 | </ItemDefinitionGroup> |
michael@0 | 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
michael@0 | 124 | <Midl> |
michael@0 | 125 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 126 | <MkTypLibCompatible>true</MkTypLibCompatible> |
michael@0 | 127 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 128 | <TargetEnvironment>Win32</TargetEnvironment> |
michael@0 | 129 | <TypeLibraryName>.\..\..\..\lib\icutud.tlb</TypeLibraryName> |
michael@0 | 130 | </Midl> |
michael@0 | 131 | <ClCompile> |
michael@0 | 132 | <Optimization>Disabled</Optimization> |
michael@0 | 133 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
michael@0 | 134 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 135 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
michael@0 | 136 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
michael@0 | 137 | <BufferSecurityCheck>true</BufferSecurityCheck> |
michael@0 | 138 | <DisableLanguageExtensions>true</DisableLanguageExtensions> |
michael@0 | 139 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 140 | <PrecompiledHeaderOutputFile>.\x86\Debug/toolutil.pch</PrecompiledHeaderOutputFile> |
michael@0 | 141 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> |
michael@0 | 142 | <ObjectFileName>.\x86\Debug/</ObjectFileName> |
michael@0 | 143 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> |
michael@0 | 144 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 145 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 146 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
michael@0 | 147 | <CompileAs>Default</CompileAs> |
michael@0 | 148 | </ClCompile> |
michael@0 | 149 | <ResourceCompile> |
michael@0 | 150 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 151 | <Culture>0x0409</Culture> |
michael@0 | 152 | </ResourceCompile> |
michael@0 | 153 | <Link> |
michael@0 | 154 | <OutputFile>..\..\..\bin\icutu52d.dll</OutputFile> |
michael@0 | 155 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 156 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
michael@0 | 157 | <GenerateDebugInformation>true</GenerateDebugInformation> |
michael@0 | 158 | <ProgramDatabaseFile>.\..\..\..\lib\icutud.pdb</ProgramDatabaseFile> |
michael@0 | 159 | <BaseAddress>0x4ac00000</BaseAddress> |
michael@0 | 160 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
michael@0 | 161 | <DataExecutionPrevention> |
michael@0 | 162 | </DataExecutionPrevention> |
michael@0 | 163 | <ImportLibrary>..\..\..\lib\icutud.lib</ImportLibrary> |
michael@0 | 164 | </Link> |
michael@0 | 165 | </ItemDefinitionGroup> |
michael@0 | 166 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
michael@0 | 167 | <Midl> |
michael@0 | 168 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 169 | <MkTypLibCompatible>true</MkTypLibCompatible> |
michael@0 | 170 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 171 | <TargetEnvironment>X64</TargetEnvironment> |
michael@0 | 172 | <TypeLibraryName>.\..\..\..\lib64\icutu.tlb</TypeLibraryName> |
michael@0 | 173 | </Midl> |
michael@0 | 174 | <ClCompile> |
michael@0 | 175 | <WholeProgramOptimization>true</WholeProgramOptimization> |
michael@0 | 176 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
michael@0 | 177 | <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 178 | <StringPooling>true</StringPooling> |
michael@0 | 179 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
michael@0 | 180 | <FunctionLevelLinking>true</FunctionLevelLinking> |
michael@0 | 181 | <DisableLanguageExtensions>true</DisableLanguageExtensions> |
michael@0 | 182 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 183 | <PrecompiledHeaderOutputFile>.\x64\Release/toolutil.pch</PrecompiledHeaderOutputFile> |
michael@0 | 184 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> |
michael@0 | 185 | <ObjectFileName>.\x64\Release/</ObjectFileName> |
michael@0 | 186 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> |
michael@0 | 187 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 188 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 189 | <CompileAs>Default</CompileAs> |
michael@0 | 190 | </ClCompile> |
michael@0 | 191 | <ResourceCompile> |
michael@0 | 192 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 193 | <Culture>0x0409</Culture> |
michael@0 | 194 | </ResourceCompile> |
michael@0 | 195 | <Link> |
michael@0 | 196 | <OutputFile>..\..\..\bin64\icutu52.dll</OutputFile> |
michael@0 | 197 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 198 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
michael@0 | 199 | <ProgramDatabaseFile>.\..\..\..\lib64\icutu.pdb</ProgramDatabaseFile> |
michael@0 | 200 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
michael@0 | 201 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
michael@0 | 202 | <BaseAddress>0x4ac00000</BaseAddress> |
michael@0 | 203 | <ImportLibrary>..\..\..\lib64\icutu.lib</ImportLibrary> |
michael@0 | 204 | <TargetMachine>MachineX64</TargetMachine> |
michael@0 | 205 | </Link> |
michael@0 | 206 | </ItemDefinitionGroup> |
michael@0 | 207 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
michael@0 | 208 | <Midl> |
michael@0 | 209 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 210 | <MkTypLibCompatible>true</MkTypLibCompatible> |
michael@0 | 211 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 212 | <TargetEnvironment>X64</TargetEnvironment> |
michael@0 | 213 | <TypeLibraryName>.\..\..\..\lib64\icutud.tlb</TypeLibraryName> |
michael@0 | 214 | </Midl> |
michael@0 | 215 | <ClCompile> |
michael@0 | 216 | <Optimization>Disabled</Optimization> |
michael@0 | 217 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
michael@0 | 218 | <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 219 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
michael@0 | 220 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
michael@0 | 221 | <BufferSecurityCheck>true</BufferSecurityCheck> |
michael@0 | 222 | <DisableLanguageExtensions>true</DisableLanguageExtensions> |
michael@0 | 223 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 224 | <PrecompiledHeaderOutputFile>.\x64\Debug/toolutil.pch</PrecompiledHeaderOutputFile> |
michael@0 | 225 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> |
michael@0 | 226 | <ObjectFileName>.\x64\Debug/</ObjectFileName> |
michael@0 | 227 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> |
michael@0 | 228 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 229 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 230 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
michael@0 | 231 | <CompileAs>Default</CompileAs> |
michael@0 | 232 | </ClCompile> |
michael@0 | 233 | <ResourceCompile> |
michael@0 | 234 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
michael@0 | 235 | <Culture>0x0409</Culture> |
michael@0 | 236 | </ResourceCompile> |
michael@0 | 237 | <Link> |
michael@0 | 238 | <OutputFile>..\..\..\bin64\icutu52d.dll</OutputFile> |
michael@0 | 239 | <SuppressStartupBanner>true</SuppressStartupBanner> |
michael@0 | 240 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
michael@0 | 241 | <GenerateDebugInformation>true</GenerateDebugInformation> |
michael@0 | 242 | <ProgramDatabaseFile>.\..\..\..\lib64\icutud.pdb</ProgramDatabaseFile> |
michael@0 | 243 | <BaseAddress>0x4ac00000</BaseAddress> |
michael@0 | 244 | <ImportLibrary>..\..\..\lib64\icutud.lib</ImportLibrary> |
michael@0 | 245 | <TargetMachine>MachineX64</TargetMachine> |
michael@0 | 246 | </Link> |
michael@0 | 247 | </ItemDefinitionGroup> |
michael@0 | 248 | <ItemGroup> |
michael@0 | 249 | <ClCompile Include="denseranges.cpp" /> |
michael@0 | 250 | <ClCompile Include="filestrm.c" /> |
michael@0 | 251 | <ClCompile Include="filetools.cpp" /> |
michael@0 | 252 | <ClCompile Include="flagparser.c" /> |
michael@0 | 253 | <ClCompile Include="package.cpp" /> |
michael@0 | 254 | <ClCompile Include="pkg_genc.c"> |
michael@0 | 255 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
michael@0 | 256 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
michael@0 | 257 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
michael@0 | 258 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
michael@0 | 259 | </ClCompile> |
michael@0 | 260 | <ClCompile Include="pkg_gencmn.c"> |
michael@0 | 261 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
michael@0 | 262 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
michael@0 | 263 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
michael@0 | 264 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
michael@0 | 265 | </ClCompile> |
michael@0 | 266 | <ClCompile Include="pkg_icu.cpp" /> |
michael@0 | 267 | <ClCompile Include="pkgitems.cpp" /> |
michael@0 | 268 | <ClCompile Include="ppucd.cpp" /> |
michael@0 | 269 | <ClCompile Include="swapimpl.cpp"> |
michael@0 | 270 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
michael@0 | 271 | </ClCompile> |
michael@0 | 272 | <ClCompile Include="toolutil.cpp"> |
michael@0 | 273 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
michael@0 | 274 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
michael@0 | 275 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
michael@0 | 276 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
michael@0 | 277 | </ClCompile> |
michael@0 | 278 | <ClCompile Include="ucbuf.c" /> |
michael@0 | 279 | <ClCompile Include="ucm.c" /> |
michael@0 | 280 | <ClCompile Include="ucmstate.c" /> |
michael@0 | 281 | <ClCompile Include="unewdata.c" /> |
michael@0 | 282 | <ClCompile Include="uoptions.c" /> |
michael@0 | 283 | <ClCompile Include="uparse.c" /> |
michael@0 | 284 | <ClCompile Include="writesrc.c" /> |
michael@0 | 285 | <ClCompile Include="xmlparser.cpp" /> |
michael@0 | 286 | <ClCompile Include="dbgutil.cpp" /> |
michael@0 | 287 | <ClCompile Include="udbgutil.cpp" /> |
michael@0 | 288 | <ClCompile Include="ucln_tu.c"> |
michael@0 | 289 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> |
michael@0 | 290 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> |
michael@0 | 291 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> |
michael@0 | 292 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> |
michael@0 | 293 | </ClCompile> |
michael@0 | 294 | </ItemGroup> |
michael@0 | 295 | <ItemGroup> |
michael@0 | 296 | <ClInclude Include="denseranges.h" /> |
michael@0 | 297 | <ClInclude Include="filestrm.h" /> |
michael@0 | 298 | <ClInclude Include="filetools.h" /> |
michael@0 | 299 | <ClInclude Include="flagparser.h" /> |
michael@0 | 300 | <ClInclude Include="package.h" /> |
michael@0 | 301 | <ClInclude Include="pkg_genc.h" /> |
michael@0 | 302 | <ClInclude Include="pkg_gencmn.h" /> |
michael@0 | 303 | <ClInclude Include="pkg_icu.h" /> |
michael@0 | 304 | <ClInclude Include="pkg_imp.h" /> |
michael@0 | 305 | <ClInclude Include="ppucd.h" /> |
michael@0 | 306 | <ClInclude Include="swapimpl.h" /> |
michael@0 | 307 | <ClInclude Include="toolutil.h" /> |
michael@0 | 308 | <ClInclude Include="ucbuf.h" /> |
michael@0 | 309 | <ClInclude Include="ucm.h" /> |
michael@0 | 310 | <ClInclude Include="unewdata.h" /> |
michael@0 | 311 | <ClInclude Include="uoptions.h" /> |
michael@0 | 312 | <ClInclude Include="uparse.h" /> |
michael@0 | 313 | <ClInclude Include="writesrc.h" /> |
michael@0 | 314 | <ClInclude Include="xmlparser.h" /> |
michael@0 | 315 | <ClInclude Include="dbgutil.h" /> |
michael@0 | 316 | <ClInclude Include="udbgutil.h" /> |
michael@0 | 317 | </ItemGroup> |
michael@0 | 318 | <ItemGroup> |
michael@0 | 319 | <ProjectReference Include="..\..\common\common.vcxproj"> |
michael@0 | 320 | <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> |
michael@0 | 321 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
michael@0 | 322 | </ProjectReference> |
michael@0 | 323 | <ProjectReference Include="..\..\i18n\i18n.vcxproj"> |
michael@0 | 324 | <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> |
michael@0 | 325 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
michael@0 | 326 | </ProjectReference> |
michael@0 | 327 | </ItemGroup> |
michael@0 | 328 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
michael@0 | 329 | <ImportGroup Label="ExtensionTargets"> |
michael@0 | 330 | </ImportGroup> |
michael@0 | 331 | </Project> |