| Index: source/io/io.vcxproj
 | 
| diff --git a/source/io/io.vcxproj b/source/io/io.vcxproj
 | 
| index 57f392594f0fe794314fa2cca92a9a4746828f8b..45f901c81b089648f9095bce88b04189073f82b8 100644
 | 
| --- a/source/io/io.vcxproj
 | 
| +++ b/source/io/io.vcxproj
 | 
| @@ -1,319 +1,319 @@
 | 
| -<?xml version="1.0" encoding="utf-8"?>
 | 
| -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
| -  <ItemGroup Label="ProjectConfigurations">
 | 
| -    <ProjectConfiguration Include="Debug|Win32">
 | 
| -      <Configuration>Debug</Configuration>
 | 
| -      <Platform>Win32</Platform>
 | 
| -    </ProjectConfiguration>
 | 
| -    <ProjectConfiguration Include="Debug|x64">
 | 
| -      <Configuration>Debug</Configuration>
 | 
| -      <Platform>x64</Platform>
 | 
| -    </ProjectConfiguration>
 | 
| -    <ProjectConfiguration Include="Release|Win32">
 | 
| -      <Configuration>Release</Configuration>
 | 
| -      <Platform>Win32</Platform>
 | 
| -    </ProjectConfiguration>
 | 
| -    <ProjectConfiguration Include="Release|x64">
 | 
| -      <Configuration>Release</Configuration>
 | 
| -      <Platform>x64</Platform>
 | 
| -    </ProjectConfiguration>
 | 
| -  </ItemGroup>
 | 
| -  <PropertyGroup Label="Globals">
 | 
| -    <ProjectGuid>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</ProjectGuid>
 | 
| -  </PropertyGroup>
 | 
| -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
| -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
| -    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| -    <UseOfMfc>false</UseOfMfc>
 | 
| -    <CharacterSet>MultiByte</CharacterSet>
 | 
| -  </PropertyGroup>
 | 
| -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
| -    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| -    <UseOfMfc>false</UseOfMfc>
 | 
| -    <CharacterSet>MultiByte</CharacterSet>
 | 
| -  </PropertyGroup>
 | 
| -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
| -    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| -    <UseOfMfc>false</UseOfMfc>
 | 
| -    <CharacterSet>MultiByte</CharacterSet>
 | 
| -  </PropertyGroup>
 | 
| -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
| -    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| -    <UseOfMfc>false</UseOfMfc>
 | 
| -    <CharacterSet>MultiByte</CharacterSet>
 | 
| -  </PropertyGroup>
 | 
| -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
| -  <ImportGroup Label="ExtensionSettings">
 | 
| -  </ImportGroup>
 | 
| -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | 
| -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| -    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| -  </ImportGroup>
 | 
| -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | 
| -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| -    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| -  </ImportGroup>
 | 
| -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | 
| -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| -    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| -  </ImportGroup>
 | 
| -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | 
| -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| -    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| -  </ImportGroup>
 | 
| -  <PropertyGroup Label="UserMacros" />
 | 
| -  <PropertyGroup>
 | 
| -    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | 
| -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\lib\</OutDir>
 | 
| -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
 | 
| -    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 | 
| -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\lib\</OutDir>
 | 
| -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
 | 
| -    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 | 
| -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
 | 
| -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
 | 
| -    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
 | 
| -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
 | 
| -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
 | 
| -    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
 | 
| -  </PropertyGroup>
 | 
| -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
| -    <Midl>
 | 
| -      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <TargetEnvironment>Win32</TargetEnvironment>
 | 
| -      <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName>
 | 
| -    </Midl>
 | 
| -    <ClCompile>
 | 
| -      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <StringPooling>true</StringPooling>
 | 
| -      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
| -      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
| -      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| -      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| -      <PrecompiledHeaderOutputFile>.\x86\Release/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| -      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
 | 
| -      <ObjectFileName>.\x86\Release/</ObjectFileName>
 | 
| -      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
 | 
| -      <WarningLevel>Level3</WarningLevel>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <CompileAs>Default</CompileAs>
 | 
| -    </ClCompile>
 | 
| -    <ResourceCompile>
 | 
| -      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <Culture>0x0409</Culture>
 | 
| -      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -    </ResourceCompile>
 | 
| -    <Link>
 | 
| -      <OutputFile>..\..\bin\icuio54.dll</OutputFile>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <ProgramDatabaseFile>.\..\..\lib\icuio.pdb</ProgramDatabaseFile>
 | 
| -      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
| -      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| -      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
| -      <DataExecutionPrevention>
 | 
| -      </DataExecutionPrevention>
 | 
| -      <ImportLibrary>..\..\lib\icuio.lib</ImportLibrary>
 | 
| -    </Link>
 | 
| -  </ItemDefinitionGroup>
 | 
| -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
| -    <Midl>
 | 
| -      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <TargetEnvironment>Win32</TargetEnvironment>
 | 
| -      <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName>
 | 
| -    </Midl>
 | 
| -    <ClCompile>
 | 
| -      <Optimization>Disabled</Optimization>
 | 
| -      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
| -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
| -      <BufferSecurityCheck>true</BufferSecurityCheck>
 | 
| -      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| -      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| -      <PrecompiledHeaderOutputFile>.\x86\Debug/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| -      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
 | 
| -      <ObjectFileName>.\x86\Debug/</ObjectFileName>
 | 
| -      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
 | 
| -      <BrowseInformation>true</BrowseInformation>
 | 
| -      <WarningLevel>Level3</WarningLevel>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
| -      <CompileAs>Default</CompileAs>
 | 
| -    </ClCompile>
 | 
| -    <ResourceCompile>
 | 
| -      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <Culture>0x0409</Culture>
 | 
| -      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -    </ResourceCompile>
 | 
| -    <Link>
 | 
| -      <OutputFile>..\..\bin\icuio54d.dll</OutputFile>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
| -      <ProgramDatabaseFile>.\..\..\lib\icuiod.pdb</ProgramDatabaseFile>
 | 
| -      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| -      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
| -      <DataExecutionPrevention>
 | 
| -      </DataExecutionPrevention>
 | 
| -      <ImportLibrary>..\..\lib\icuiod.lib</ImportLibrary>
 | 
| -    </Link>
 | 
| -  </ItemDefinitionGroup>
 | 
| -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
| -    <Midl>
 | 
| -      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <TargetEnvironment>X64</TargetEnvironment>
 | 
| -      <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
 | 
| -    </Midl>
 | 
| -    <ClCompile>
 | 
| -      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <StringPooling>true</StringPooling>
 | 
| -      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
| -      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
| -      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| -      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| -      <PrecompiledHeaderOutputFile>.\x64\Release/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| -      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
 | 
| -      <ObjectFileName>.\x64\Release/</ObjectFileName>
 | 
| -      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
 | 
| -      <WarningLevel>Level3</WarningLevel>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <CompileAs>Default</CompileAs>
 | 
| -    </ClCompile>
 | 
| -    <ResourceCompile>
 | 
| -      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <Culture>0x0409</Culture>
 | 
| -      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -    </ResourceCompile>
 | 
| -    <Link>
 | 
| -      <OutputFile>..\..\bin64\icuio54.dll</OutputFile>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <ProgramDatabaseFile>.\..\..\lib64\icuio.pdb</ProgramDatabaseFile>
 | 
| -      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
| -      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| -      <ImportLibrary>..\..\lib64\icuio.lib</ImportLibrary>
 | 
| -      <TargetMachine>MachineX64</TargetMachine>
 | 
| -    </Link>
 | 
| -  </ItemDefinitionGroup>
 | 
| -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
| -    <Midl>
 | 
| -      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <TargetEnvironment>X64</TargetEnvironment>
 | 
| -      <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
 | 
| -    </Midl>
 | 
| -    <ClCompile>
 | 
| -      <Optimization>Disabled</Optimization>
 | 
| -      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
| -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
| -      <BufferSecurityCheck>true</BufferSecurityCheck>
 | 
| -      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| -      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| -      <PrecompiledHeaderOutputFile>.\x64\Debug/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| -      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
 | 
| -      <ObjectFileName>.\x64\Debug/</ObjectFileName>
 | 
| -      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
 | 
| -      <BrowseInformation>true</BrowseInformation>
 | 
| -      <WarningLevel>Level3</WarningLevel>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
| -      <CompileAs>Default</CompileAs>
 | 
| -    </ClCompile>
 | 
| -    <ResourceCompile>
 | 
| -      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| -      <Culture>0x0409</Culture>
 | 
| -      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| -    </ResourceCompile>
 | 
| -    <Link>
 | 
| -      <OutputFile>..\..\bin64\icuio54d.dll</OutputFile>
 | 
| -      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
| -      <ProgramDatabaseFile>.\..\..\lib64\icuiod.pdb</ProgramDatabaseFile>
 | 
| -      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| -      <ImportLibrary>..\..\lib64\icuiod.lib</ImportLibrary>
 | 
| -      <TargetMachine>MachineX64</TargetMachine>
 | 
| -    </Link>
 | 
| -  </ItemDefinitionGroup>
 | 
| -  <ItemGroup>
 | 
| -    <ClCompile Include="locbund.cpp" />
 | 
| -    <ClCompile Include="sprintf.c" />
 | 
| -    <ClCompile Include="sscanf.c" />
 | 
| -    <ClCompile Include="ucln_io.cpp">
 | 
| -      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| -    </ClCompile>
 | 
| -    <ClCompile Include="ufile.c" />
 | 
| -    <ClCompile Include="ufmt_cmn.c" />
 | 
| -    <ClCompile Include="uprintf.cpp" />
 | 
| -    <ClCompile Include="uprntf_p.c" />
 | 
| -    <ClCompile Include="uscanf.c" />
 | 
| -    <ClCompile Include="uscanf_p.c" />
 | 
| -    <ClCompile Include="ustdio.c" />
 | 
| -    <ClCompile Include="ustream.cpp">
 | 
| -      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>
 | 
| -      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions>
 | 
| -      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions>
 | 
| -      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions>
 | 
| -    </ClCompile>
 | 
| -  </ItemGroup>
 | 
| -  <ItemGroup>
 | 
| -    <ClInclude Include="locbund.h" />
 | 
| -    <ClInclude Include="ucln_io.h" />
 | 
| -    <ClInclude Include="ufile.h" />
 | 
| -    <ClInclude Include="ufmt_cmn.h" />
 | 
| -    <ClInclude Include="uprintf.h" />
 | 
| -    <ClInclude Include="uscanf.h" />
 | 
| -    <CustomBuild Include="unicode\ustdio.h">
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -    </CustomBuild>
 | 
| -    <CustomBuild Include="unicode\ustream.h">
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| -</Command>
 | 
| -      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| -    </CustomBuild>
 | 
| -  </ItemGroup>
 | 
| -  <ItemGroup>
 | 
| -    <ResourceCompile Include="io.rc" />
 | 
| -  </ItemGroup>
 | 
| -  <ItemGroup>
 | 
| -    <ProjectReference Include="..\common\common.vcxproj">
 | 
| -      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
 | 
| -      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 | 
| -    </ProjectReference>
 | 
| -    <ProjectReference Include="..\i18n\i18n.vcxproj">
 | 
| -      <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
 | 
| -      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 | 
| -    </ProjectReference>
 | 
| -  </ItemGroup>
 | 
| -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
| -  <ImportGroup Label="ExtensionTargets">
 | 
| -  </ImportGroup>
 | 
| -</Project>
 | 
| +<?xml version="1.0" encoding="utf-8"?>
 | 
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
| +  <ItemGroup Label="ProjectConfigurations">
 | 
| +    <ProjectConfiguration Include="Debug|Win32">
 | 
| +      <Configuration>Debug</Configuration>
 | 
| +      <Platform>Win32</Platform>
 | 
| +    </ProjectConfiguration>
 | 
| +    <ProjectConfiguration Include="Debug|x64">
 | 
| +      <Configuration>Debug</Configuration>
 | 
| +      <Platform>x64</Platform>
 | 
| +    </ProjectConfiguration>
 | 
| +    <ProjectConfiguration Include="Release|Win32">
 | 
| +      <Configuration>Release</Configuration>
 | 
| +      <Platform>Win32</Platform>
 | 
| +    </ProjectConfiguration>
 | 
| +    <ProjectConfiguration Include="Release|x64">
 | 
| +      <Configuration>Release</Configuration>
 | 
| +      <Platform>x64</Platform>
 | 
| +    </ProjectConfiguration>
 | 
| +  </ItemGroup>
 | 
| +  <PropertyGroup Label="Globals">
 | 
| +    <ProjectGuid>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</ProjectGuid>
 | 
| +  </PropertyGroup>
 | 
| +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
| +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
| +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| +    <UseOfMfc>false</UseOfMfc>
 | 
| +    <CharacterSet>MultiByte</CharacterSet>
 | 
| +  </PropertyGroup>
 | 
| +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
| +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| +    <UseOfMfc>false</UseOfMfc>
 | 
| +    <CharacterSet>MultiByte</CharacterSet>
 | 
| +  </PropertyGroup>
 | 
| +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
| +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| +    <UseOfMfc>false</UseOfMfc>
 | 
| +    <CharacterSet>MultiByte</CharacterSet>
 | 
| +  </PropertyGroup>
 | 
| +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
| +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
| +    <UseOfMfc>false</UseOfMfc>
 | 
| +    <CharacterSet>MultiByte</CharacterSet>
 | 
| +  </PropertyGroup>
 | 
| +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
| +  <ImportGroup Label="ExtensionSettings">
 | 
| +  </ImportGroup>
 | 
| +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | 
| +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| +    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| +  </ImportGroup>
 | 
| +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | 
| +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| +    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| +  </ImportGroup>
 | 
| +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | 
| +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| +    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| +  </ImportGroup>
 | 
| +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | 
| +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
| +    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | 
| +  </ImportGroup>
 | 
| +  <PropertyGroup Label="UserMacros" />
 | 
| +  <PropertyGroup>
 | 
| +    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | 
| +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\lib\</OutDir>
 | 
| +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
 | 
| +    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 | 
| +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\lib\</OutDir>
 | 
| +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
 | 
| +    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 | 
| +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
 | 
| +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
 | 
| +    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
 | 
| +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
 | 
| +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
 | 
| +    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
 | 
| +  </PropertyGroup>
 | 
| +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
| +    <Midl>
 | 
| +      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <TargetEnvironment>Win32</TargetEnvironment>
 | 
| +      <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName>
 | 
| +    </Midl>
 | 
| +    <ClCompile>
 | 
| +      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <StringPooling>true</StringPooling>
 | 
| +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
| +      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
| +      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| +      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| +      <PrecompiledHeaderOutputFile>.\x86\Release/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| +      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
 | 
| +      <ObjectFileName>.\x86\Release/</ObjectFileName>
 | 
| +      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
 | 
| +      <WarningLevel>Level3</WarningLevel>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <CompileAs>Default</CompileAs>
 | 
| +    </ClCompile>
 | 
| +    <ResourceCompile>
 | 
| +      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <Culture>0x0409</Culture>
 | 
| +      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +    </ResourceCompile>
 | 
| +    <Link>
 | 
| +      <OutputFile>..\..\bin\icuio56.dll</OutputFile>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <ProgramDatabaseFile>.\..\..\lib\icuio.pdb</ProgramDatabaseFile>
 | 
| +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
| +      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
| +      <DataExecutionPrevention>
 | 
| +      </DataExecutionPrevention>
 | 
| +      <ImportLibrary>..\..\lib\icuio.lib</ImportLibrary>
 | 
| +    </Link>
 | 
| +  </ItemDefinitionGroup>
 | 
| +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
| +    <Midl>
 | 
| +      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <TargetEnvironment>Win32</TargetEnvironment>
 | 
| +      <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName>
 | 
| +    </Midl>
 | 
| +    <ClCompile>
 | 
| +      <Optimization>Disabled</Optimization>
 | 
| +      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
| +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
| +      <BufferSecurityCheck>true</BufferSecurityCheck>
 | 
| +      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| +      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| +      <PrecompiledHeaderOutputFile>.\x86\Debug/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| +      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
 | 
| +      <ObjectFileName>.\x86\Debug/</ObjectFileName>
 | 
| +      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
 | 
| +      <BrowseInformation>true</BrowseInformation>
 | 
| +      <WarningLevel>Level3</WarningLevel>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
| +      <CompileAs>Default</CompileAs>
 | 
| +    </ClCompile>
 | 
| +    <ResourceCompile>
 | 
| +      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <Culture>0x0409</Culture>
 | 
| +      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +    </ResourceCompile>
 | 
| +    <Link>
 | 
| +      <OutputFile>..\..\bin\icuio56d.dll</OutputFile>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
| +      <ProgramDatabaseFile>.\..\..\lib\icuiod.pdb</ProgramDatabaseFile>
 | 
| +      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
| +      <DataExecutionPrevention>
 | 
| +      </DataExecutionPrevention>
 | 
| +      <ImportLibrary>..\..\lib\icuiod.lib</ImportLibrary>
 | 
| +    </Link>
 | 
| +  </ItemDefinitionGroup>
 | 
| +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
| +    <Midl>
 | 
| +      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <TargetEnvironment>X64</TargetEnvironment>
 | 
| +      <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
 | 
| +    </Midl>
 | 
| +    <ClCompile>
 | 
| +      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <StringPooling>true</StringPooling>
 | 
| +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
| +      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
| +      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| +      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| +      <PrecompiledHeaderOutputFile>.\x64\Release/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| +      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
 | 
| +      <ObjectFileName>.\x64\Release/</ObjectFileName>
 | 
| +      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
 | 
| +      <WarningLevel>Level3</WarningLevel>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <CompileAs>Default</CompileAs>
 | 
| +    </ClCompile>
 | 
| +    <ResourceCompile>
 | 
| +      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <Culture>0x0409</Culture>
 | 
| +      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +    </ResourceCompile>
 | 
| +    <Link>
 | 
| +      <OutputFile>..\..\bin64\icuio56.dll</OutputFile>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <ProgramDatabaseFile>.\..\..\lib64\icuio.pdb</ProgramDatabaseFile>
 | 
| +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
| +      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| +      <ImportLibrary>..\..\lib64\icuio.lib</ImportLibrary>
 | 
| +      <TargetMachine>MachineX64</TargetMachine>
 | 
| +    </Link>
 | 
| +  </ItemDefinitionGroup>
 | 
| +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
| +    <Midl>
 | 
| +      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <TargetEnvironment>X64</TargetEnvironment>
 | 
| +      <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
 | 
| +    </Midl>
 | 
| +    <ClCompile>
 | 
| +      <Optimization>Disabled</Optimization>
 | 
| +      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
| +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
| +      <BufferSecurityCheck>true</BufferSecurityCheck>
 | 
| +      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| +      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
 | 
| +      <PrecompiledHeaderOutputFile>.\x64\Debug/icuio.pch</PrecompiledHeaderOutputFile>
 | 
| +      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
 | 
| +      <ObjectFileName>.\x64\Debug/</ObjectFileName>
 | 
| +      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
 | 
| +      <BrowseInformation>true</BrowseInformation>
 | 
| +      <WarningLevel>Level3</WarningLevel>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
| +      <CompileAs>Default</CompileAs>
 | 
| +    </ClCompile>
 | 
| +    <ResourceCompile>
 | 
| +      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
| +      <Culture>0x0409</Culture>
 | 
| +      <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
| +    </ResourceCompile>
 | 
| +    <Link>
 | 
| +      <OutputFile>..\..\bin64\icuio56d.dll</OutputFile>
 | 
| +      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
| +      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
| +      <ProgramDatabaseFile>.\..\..\lib64\icuiod.pdb</ProgramDatabaseFile>
 | 
| +      <BaseAddress>0x4ab00000</BaseAddress>
 | 
| +      <ImportLibrary>..\..\lib64\icuiod.lib</ImportLibrary>
 | 
| +      <TargetMachine>MachineX64</TargetMachine>
 | 
| +    </Link>
 | 
| +  </ItemDefinitionGroup>
 | 
| +  <ItemGroup>
 | 
| +    <ClCompile Include="locbund.cpp" />
 | 
| +    <ClCompile Include="sprintf.c" />
 | 
| +    <ClCompile Include="sscanf.c" />
 | 
| +    <ClCompile Include="ucln_io.cpp">
 | 
| +      <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | 
| +    </ClCompile>
 | 
| +    <ClCompile Include="ufile.c" />
 | 
| +    <ClCompile Include="ufmt_cmn.c" />
 | 
| +    <ClCompile Include="uprintf.cpp" />
 | 
| +    <ClCompile Include="uprntf_p.c" />
 | 
| +    <ClCompile Include="uscanf.c" />
 | 
| +    <ClCompile Include="uscanf_p.c" />
 | 
| +    <ClCompile Include="ustdio.c" />
 | 
| +    <ClCompile Include="ustream.cpp">
 | 
| +      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>
 | 
| +      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions>
 | 
| +      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions>
 | 
| +      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions>
 | 
| +    </ClCompile>
 | 
| +  </ItemGroup>
 | 
| +  <ItemGroup>
 | 
| +    <ClInclude Include="locbund.h" />
 | 
| +    <ClInclude Include="ucln_io.h" />
 | 
| +    <ClInclude Include="ufile.h" />
 | 
| +    <ClInclude Include="ufmt_cmn.h" />
 | 
| +    <ClInclude Include="uprintf.h" />
 | 
| +    <ClInclude Include="uscanf.h" />
 | 
| +    <CustomBuild Include="unicode\ustdio.h">
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +    </CustomBuild>
 | 
| +    <CustomBuild Include="unicode\ustream.h">
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
 | 
| +</Command>
 | 
| +      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
 | 
| +    </CustomBuild>
 | 
| +  </ItemGroup>
 | 
| +  <ItemGroup>
 | 
| +    <ResourceCompile Include="io.rc" />
 | 
| +  </ItemGroup>
 | 
| +  <ItemGroup>
 | 
| +    <ProjectReference Include="..\common\common.vcxproj">
 | 
| +      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
 | 
| +      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 | 
| +    </ProjectReference>
 | 
| +    <ProjectReference Include="..\i18n\i18n.vcxproj">
 | 
| +      <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
 | 
| +      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 | 
| +    </ProjectReference>
 | 
| +  </ItemGroup>
 | 
| +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
| +  <ImportGroup Label="ExtensionTargets">
 | 
| +  </ImportGroup>
 | 
| +</Project>
 | 
| 
 |