intl/icu/source/io/io.vcxproj

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</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\icuio.tlb</TypeLibraryName>
michael@0 87 </Midl>
michael@0 88 <ClCompile>
michael@0 89 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 90 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 91 <StringPooling>true</StringPooling>
michael@0 92 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
michael@0 93 <FunctionLevelLinking>true</FunctionLevelLinking>
michael@0 94 <DisableLanguageExtensions>false</DisableLanguageExtensions>
michael@0 95 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
michael@0 96 <PrecompiledHeaderOutputFile>.\x86\Release/icuio.pch</PrecompiledHeaderOutputFile>
michael@0 97 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
michael@0 98 <ObjectFileName>.\x86\Release/</ObjectFileName>
michael@0 99 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
michael@0 100 <WarningLevel>Level3</WarningLevel>
michael@0 101 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 102 <CompileAs>Default</CompileAs>
michael@0 103 </ClCompile>
michael@0 104 <ResourceCompile>
michael@0 105 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 106 <Culture>0x0409</Culture>
michael@0 107 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 108 </ResourceCompile>
michael@0 109 <Link>
michael@0 110 <OutputFile>..\..\bin\icuio52.dll</OutputFile>
michael@0 111 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 112 <ProgramDatabaseFile>.\..\..\lib\icuio.pdb</ProgramDatabaseFile>
michael@0 113 <EnableCOMDATFolding>true</EnableCOMDATFolding>
michael@0 114 <BaseAddress>0x4ab00000</BaseAddress>
michael@0 115 <RandomizedBaseAddress>false</RandomizedBaseAddress>
michael@0 116 <DataExecutionPrevention>
michael@0 117 </DataExecutionPrevention>
michael@0 118 <ImportLibrary>..\..\lib\icuio.lib</ImportLibrary>
michael@0 119 </Link>
michael@0 120 </ItemDefinitionGroup>
michael@0 121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
michael@0 122 <Midl>
michael@0 123 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 124 <MkTypLibCompatible>true</MkTypLibCompatible>
michael@0 125 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 126 <TargetEnvironment>Win32</TargetEnvironment>
michael@0 127 <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName>
michael@0 128 </Midl>
michael@0 129 <ClCompile>
michael@0 130 <Optimization>Disabled</Optimization>
michael@0 131 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 132 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 133 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
michael@0 134 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
michael@0 135 <BufferSecurityCheck>true</BufferSecurityCheck>
michael@0 136 <DisableLanguageExtensions>false</DisableLanguageExtensions>
michael@0 137 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
michael@0 138 <PrecompiledHeaderOutputFile>.\x86\Debug/icuio.pch</PrecompiledHeaderOutputFile>
michael@0 139 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
michael@0 140 <ObjectFileName>.\x86\Debug/</ObjectFileName>
michael@0 141 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
michael@0 142 <BrowseInformation>true</BrowseInformation>
michael@0 143 <WarningLevel>Level3</WarningLevel>
michael@0 144 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 145 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
michael@0 146 <CompileAs>Default</CompileAs>
michael@0 147 </ClCompile>
michael@0 148 <ResourceCompile>
michael@0 149 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 150 <Culture>0x0409</Culture>
michael@0 151 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 152 </ResourceCompile>
michael@0 153 <Link>
michael@0 154 <OutputFile>..\..\bin\icuio52d.dll</OutputFile>
michael@0 155 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 156 <GenerateDebugInformation>true</GenerateDebugInformation>
michael@0 157 <ProgramDatabaseFile>.\..\..\lib\icuiod.pdb</ProgramDatabaseFile>
michael@0 158 <BaseAddress>0x4ab00000</BaseAddress>
michael@0 159 <RandomizedBaseAddress>false</RandomizedBaseAddress>
michael@0 160 <DataExecutionPrevention>
michael@0 161 </DataExecutionPrevention>
michael@0 162 <ImportLibrary>..\..\lib\icuiod.lib</ImportLibrary>
michael@0 163 </Link>
michael@0 164 </ItemDefinitionGroup>
michael@0 165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
michael@0 166 <Midl>
michael@0 167 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 168 <MkTypLibCompatible>true</MkTypLibCompatible>
michael@0 169 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 170 <TargetEnvironment>X64</TargetEnvironment>
michael@0 171 <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
michael@0 172 </Midl>
michael@0 173 <ClCompile>
michael@0 174 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 175 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 176 <StringPooling>true</StringPooling>
michael@0 177 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
michael@0 178 <FunctionLevelLinking>true</FunctionLevelLinking>
michael@0 179 <DisableLanguageExtensions>false</DisableLanguageExtensions>
michael@0 180 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
michael@0 181 <PrecompiledHeaderOutputFile>.\x64\Release/icuio.pch</PrecompiledHeaderOutputFile>
michael@0 182 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
michael@0 183 <ObjectFileName>.\x64\Release/</ObjectFileName>
michael@0 184 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
michael@0 185 <WarningLevel>Level3</WarningLevel>
michael@0 186 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 187 <CompileAs>Default</CompileAs>
michael@0 188 </ClCompile>
michael@0 189 <ResourceCompile>
michael@0 190 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 191 <Culture>0x0409</Culture>
michael@0 192 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 193 </ResourceCompile>
michael@0 194 <Link>
michael@0 195 <OutputFile>..\..\bin64\icuio52.dll</OutputFile>
michael@0 196 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 197 <ProgramDatabaseFile>.\..\..\lib64\icuio.pdb</ProgramDatabaseFile>
michael@0 198 <EnableCOMDATFolding>true</EnableCOMDATFolding>
michael@0 199 <BaseAddress>0x4ab00000</BaseAddress>
michael@0 200 <ImportLibrary>..\..\lib64\icuio.lib</ImportLibrary>
michael@0 201 <TargetMachine>MachineX64</TargetMachine>
michael@0 202 </Link>
michael@0 203 </ItemDefinitionGroup>
michael@0 204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
michael@0 205 <Midl>
michael@0 206 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 207 <MkTypLibCompatible>true</MkTypLibCompatible>
michael@0 208 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 209 <TargetEnvironment>X64</TargetEnvironment>
michael@0 210 <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
michael@0 211 </Midl>
michael@0 212 <ClCompile>
michael@0 213 <Optimization>Disabled</Optimization>
michael@0 214 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 215 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 216 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
michael@0 217 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
michael@0 218 <BufferSecurityCheck>true</BufferSecurityCheck>
michael@0 219 <DisableLanguageExtensions>false</DisableLanguageExtensions>
michael@0 220 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
michael@0 221 <PrecompiledHeaderOutputFile>.\x64\Debug/icuio.pch</PrecompiledHeaderOutputFile>
michael@0 222 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
michael@0 223 <ObjectFileName>.\x64\Debug/</ObjectFileName>
michael@0 224 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
michael@0 225 <BrowseInformation>true</BrowseInformation>
michael@0 226 <WarningLevel>Level3</WarningLevel>
michael@0 227 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 228 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
michael@0 229 <CompileAs>Default</CompileAs>
michael@0 230 </ClCompile>
michael@0 231 <ResourceCompile>
michael@0 232 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 233 <Culture>0x0409</Culture>
michael@0 234 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
michael@0 235 </ResourceCompile>
michael@0 236 <Link>
michael@0 237 <OutputFile>..\..\bin64\icuio52d.dll</OutputFile>
michael@0 238 <SuppressStartupBanner>true</SuppressStartupBanner>
michael@0 239 <GenerateDebugInformation>true</GenerateDebugInformation>
michael@0 240 <ProgramDatabaseFile>.\..\..\lib64\icuiod.pdb</ProgramDatabaseFile>
michael@0 241 <BaseAddress>0x4ab00000</BaseAddress>
michael@0 242 <ImportLibrary>..\..\lib64\icuiod.lib</ImportLibrary>
michael@0 243 <TargetMachine>MachineX64</TargetMachine>
michael@0 244 </Link>
michael@0 245 </ItemDefinitionGroup>
michael@0 246 <ItemGroup>
michael@0 247 <ClCompile Include="locbund.cpp" />
michael@0 248 <ClCompile Include="sprintf.c" />
michael@0 249 <ClCompile Include="sscanf.c" />
michael@0 250 <ClCompile Include="ucln_io.c">
michael@0 251 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>
michael@0 252 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions>
michael@0 253 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions>
michael@0 254 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions>
michael@0 255 </ClCompile>
michael@0 256 <ClCompile Include="ufile.c" />
michael@0 257 <ClCompile Include="ufmt_cmn.c" />
michael@0 258 <ClCompile Include="uprintf.c" />
michael@0 259 <ClCompile Include="uprntf_p.c" />
michael@0 260 <ClCompile Include="uscanf.c" />
michael@0 261 <ClCompile Include="uscanf_p.c" />
michael@0 262 <ClCompile Include="ustdio.c" />
michael@0 263 <ClCompile Include="ustream.cpp">
michael@0 264 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>
michael@0 265 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions>
michael@0 266 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions>
michael@0 267 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions>
michael@0 268 </ClCompile>
michael@0 269 </ItemGroup>
michael@0 270 <ItemGroup>
michael@0 271 <ClInclude Include="locbund.h" />
michael@0 272 <ClInclude Include="ucln_io.h" />
michael@0 273 <ClInclude Include="ufile.h" />
michael@0 274 <ClInclude Include="ufmt_cmn.h" />
michael@0 275 <ClInclude Include="uprintf.h" />
michael@0 276 <ClInclude Include="uscanf.h" />
michael@0 277 <CustomBuild Include="unicode\ustdio.h">
michael@0 278 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
michael@0 279 </Command>
michael@0 280 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 281 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
michael@0 282 </Command>
michael@0 283 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 284 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
michael@0 285 </Command>
michael@0 286 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 287 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
michael@0 288 </Command>
michael@0 289 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 290 </CustomBuild>
michael@0 291 <CustomBuild Include="unicode\ustream.h">
michael@0 292 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
michael@0 293 </Command>
michael@0 294 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 295 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
michael@0 296 </Command>
michael@0 297 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 298 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
michael@0 299 </Command>
michael@0 300 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 301 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
michael@0 302 </Command>
michael@0 303 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
michael@0 304 </CustomBuild>
michael@0 305 </ItemGroup>
michael@0 306 <ItemGroup>
michael@0 307 <ResourceCompile Include="io.rc" />
michael@0 308 </ItemGroup>
michael@0 309 <ItemGroup>
michael@0 310 <ProjectReference Include="..\common\common.vcxproj">
michael@0 311 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
michael@0 312 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 313 </ProjectReference>
michael@0 314 <ProjectReference Include="..\i18n\i18n.vcxproj">
michael@0 315 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
michael@0 316 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 317 </ProjectReference>
michael@0 318 </ItemGroup>
michael@0 319 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
michael@0 320 <ImportGroup Label="ExtensionTargets">
michael@0 321 </ImportGroup>
michael@0 322 </Project>

mercurial