1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/io/io.vcxproj Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,322 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1.6 + <ItemGroup Label="ProjectConfigurations"> 1.7 + <ProjectConfiguration Include="Debug|Win32"> 1.8 + <Configuration>Debug</Configuration> 1.9 + <Platform>Win32</Platform> 1.10 + </ProjectConfiguration> 1.11 + <ProjectConfiguration Include="Debug|x64"> 1.12 + <Configuration>Debug</Configuration> 1.13 + <Platform>x64</Platform> 1.14 + </ProjectConfiguration> 1.15 + <ProjectConfiguration Include="Release|Win32"> 1.16 + <Configuration>Release</Configuration> 1.17 + <Platform>Win32</Platform> 1.18 + </ProjectConfiguration> 1.19 + <ProjectConfiguration Include="Release|x64"> 1.20 + <Configuration>Release</Configuration> 1.21 + <Platform>x64</Platform> 1.22 + </ProjectConfiguration> 1.23 + </ItemGroup> 1.24 + <PropertyGroup Label="Globals"> 1.25 + <ProjectGuid>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</ProjectGuid> 1.26 + </PropertyGroup> 1.27 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 1.28 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.29 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.30 + <UseOfMfc>false</UseOfMfc> 1.31 + <CharacterSet>MultiByte</CharacterSet> 1.32 + </PropertyGroup> 1.33 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.34 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.35 + <UseOfMfc>false</UseOfMfc> 1.36 + <CharacterSet>MultiByte</CharacterSet> 1.37 + </PropertyGroup> 1.38 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.39 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.40 + <UseOfMfc>false</UseOfMfc> 1.41 + <CharacterSet>MultiByte</CharacterSet> 1.42 + </PropertyGroup> 1.43 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.44 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.45 + <UseOfMfc>false</UseOfMfc> 1.46 + <CharacterSet>MultiByte</CharacterSet> 1.47 + </PropertyGroup> 1.48 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.49 + <ImportGroup Label="ExtensionSettings"> 1.50 + </ImportGroup> 1.51 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 1.52 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.53 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 1.54 + </ImportGroup> 1.55 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 1.56 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.57 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 1.58 + </ImportGroup> 1.59 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 1.60 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.61 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 1.62 + </ImportGroup> 1.63 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 1.64 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.65 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 1.66 + </ImportGroup> 1.67 + <PropertyGroup Label="UserMacros" /> 1.68 + <PropertyGroup> 1.69 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 1.70 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\lib\</OutDir> 1.71 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 1.72 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 1.73 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\lib\</OutDir> 1.74 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 1.75 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 1.76 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 1.77 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 1.78 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 1.79 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 1.80 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 1.81 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 1.82 + </PropertyGroup> 1.83 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.84 + <Midl> 1.85 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.86 + <MkTypLibCompatible>true</MkTypLibCompatible> 1.87 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.88 + <TargetEnvironment>Win32</TargetEnvironment> 1.89 + <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName> 1.90 + </Midl> 1.91 + <ClCompile> 1.92 + <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.93 + <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.94 + <StringPooling>true</StringPooling> 1.95 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.96 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.97 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.98 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.99 + <PrecompiledHeaderOutputFile>.\x86\Release/icuio.pch</PrecompiledHeaderOutputFile> 1.100 + <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 1.101 + <ObjectFileName>.\x86\Release/</ObjectFileName> 1.102 + <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 1.103 + <WarningLevel>Level3</WarningLevel> 1.104 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.105 + <CompileAs>Default</CompileAs> 1.106 + </ClCompile> 1.107 + <ResourceCompile> 1.108 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.109 + <Culture>0x0409</Culture> 1.110 + <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.111 + </ResourceCompile> 1.112 + <Link> 1.113 + <OutputFile>..\..\bin\icuio52.dll</OutputFile> 1.114 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.115 + <ProgramDatabaseFile>.\..\..\lib\icuio.pdb</ProgramDatabaseFile> 1.116 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.117 + <BaseAddress>0x4ab00000</BaseAddress> 1.118 + <RandomizedBaseAddress>false</RandomizedBaseAddress> 1.119 + <DataExecutionPrevention> 1.120 + </DataExecutionPrevention> 1.121 + <ImportLibrary>..\..\lib\icuio.lib</ImportLibrary> 1.122 + </Link> 1.123 + </ItemDefinitionGroup> 1.124 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.125 + <Midl> 1.126 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.127 + <MkTypLibCompatible>true</MkTypLibCompatible> 1.128 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.129 + <TargetEnvironment>Win32</TargetEnvironment> 1.130 + <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName> 1.131 + </Midl> 1.132 + <ClCompile> 1.133 + <Optimization>Disabled</Optimization> 1.134 + <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.135 + <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.136 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.137 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1.138 + <BufferSecurityCheck>true</BufferSecurityCheck> 1.139 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.140 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.141 + <PrecompiledHeaderOutputFile>.\x86\Debug/icuio.pch</PrecompiledHeaderOutputFile> 1.142 + <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 1.143 + <ObjectFileName>.\x86\Debug/</ObjectFileName> 1.144 + <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 1.145 + <BrowseInformation>true</BrowseInformation> 1.146 + <WarningLevel>Level3</WarningLevel> 1.147 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.148 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 1.149 + <CompileAs>Default</CompileAs> 1.150 + </ClCompile> 1.151 + <ResourceCompile> 1.152 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.153 + <Culture>0x0409</Culture> 1.154 + <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.155 + </ResourceCompile> 1.156 + <Link> 1.157 + <OutputFile>..\..\bin\icuio52d.dll</OutputFile> 1.158 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.159 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.160 + <ProgramDatabaseFile>.\..\..\lib\icuiod.pdb</ProgramDatabaseFile> 1.161 + <BaseAddress>0x4ab00000</BaseAddress> 1.162 + <RandomizedBaseAddress>false</RandomizedBaseAddress> 1.163 + <DataExecutionPrevention> 1.164 + </DataExecutionPrevention> 1.165 + <ImportLibrary>..\..\lib\icuiod.lib</ImportLibrary> 1.166 + </Link> 1.167 + </ItemDefinitionGroup> 1.168 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.169 + <Midl> 1.170 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.171 + <MkTypLibCompatible>true</MkTypLibCompatible> 1.172 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.173 + <TargetEnvironment>X64</TargetEnvironment> 1.174 + <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName> 1.175 + </Midl> 1.176 + <ClCompile> 1.177 + <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.178 + <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.179 + <StringPooling>true</StringPooling> 1.180 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.181 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.182 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.183 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.184 + <PrecompiledHeaderOutputFile>.\x64\Release/icuio.pch</PrecompiledHeaderOutputFile> 1.185 + <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 1.186 + <ObjectFileName>.\x64\Release/</ObjectFileName> 1.187 + <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 1.188 + <WarningLevel>Level3</WarningLevel> 1.189 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.190 + <CompileAs>Default</CompileAs> 1.191 + </ClCompile> 1.192 + <ResourceCompile> 1.193 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.194 + <Culture>0x0409</Culture> 1.195 + <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.196 + </ResourceCompile> 1.197 + <Link> 1.198 + <OutputFile>..\..\bin64\icuio52.dll</OutputFile> 1.199 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.200 + <ProgramDatabaseFile>.\..\..\lib64\icuio.pdb</ProgramDatabaseFile> 1.201 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.202 + <BaseAddress>0x4ab00000</BaseAddress> 1.203 + <ImportLibrary>..\..\lib64\icuio.lib</ImportLibrary> 1.204 + <TargetMachine>MachineX64</TargetMachine> 1.205 + </Link> 1.206 + </ItemDefinitionGroup> 1.207 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.208 + <Midl> 1.209 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.210 + <MkTypLibCompatible>true</MkTypLibCompatible> 1.211 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.212 + <TargetEnvironment>X64</TargetEnvironment> 1.213 + <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName> 1.214 + </Midl> 1.215 + <ClCompile> 1.216 + <Optimization>Disabled</Optimization> 1.217 + <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.218 + <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.219 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.220 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1.221 + <BufferSecurityCheck>true</BufferSecurityCheck> 1.222 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.223 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.224 + <PrecompiledHeaderOutputFile>.\x64\Debug/icuio.pch</PrecompiledHeaderOutputFile> 1.225 + <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 1.226 + <ObjectFileName>.\x64\Debug/</ObjectFileName> 1.227 + <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 1.228 + <BrowseInformation>true</BrowseInformation> 1.229 + <WarningLevel>Level3</WarningLevel> 1.230 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.231 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.232 + <CompileAs>Default</CompileAs> 1.233 + </ClCompile> 1.234 + <ResourceCompile> 1.235 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.236 + <Culture>0x0409</Culture> 1.237 + <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.238 + </ResourceCompile> 1.239 + <Link> 1.240 + <OutputFile>..\..\bin64\icuio52d.dll</OutputFile> 1.241 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.242 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.243 + <ProgramDatabaseFile>.\..\..\lib64\icuiod.pdb</ProgramDatabaseFile> 1.244 + <BaseAddress>0x4ab00000</BaseAddress> 1.245 + <ImportLibrary>..\..\lib64\icuiod.lib</ImportLibrary> 1.246 + <TargetMachine>MachineX64</TargetMachine> 1.247 + </Link> 1.248 + </ItemDefinitionGroup> 1.249 + <ItemGroup> 1.250 + <ClCompile Include="locbund.cpp" /> 1.251 + <ClCompile Include="sprintf.c" /> 1.252 + <ClCompile Include="sscanf.c" /> 1.253 + <ClCompile Include="ucln_io.c"> 1.254 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> 1.255 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> 1.256 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> 1.257 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> 1.258 + </ClCompile> 1.259 + <ClCompile Include="ufile.c" /> 1.260 + <ClCompile Include="ufmt_cmn.c" /> 1.261 + <ClCompile Include="uprintf.c" /> 1.262 + <ClCompile Include="uprntf_p.c" /> 1.263 + <ClCompile Include="uscanf.c" /> 1.264 + <ClCompile Include="uscanf_p.c" /> 1.265 + <ClCompile Include="ustdio.c" /> 1.266 + <ClCompile Include="ustream.cpp"> 1.267 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> 1.268 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> 1.269 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> 1.270 + <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> 1.271 + </ClCompile> 1.272 + </ItemGroup> 1.273 + <ItemGroup> 1.274 + <ClInclude Include="locbund.h" /> 1.275 + <ClInclude Include="ucln_io.h" /> 1.276 + <ClInclude Include="ufile.h" /> 1.277 + <ClInclude Include="ufmt_cmn.h" /> 1.278 + <ClInclude Include="uprintf.h" /> 1.279 + <ClInclude Include="uscanf.h" /> 1.280 + <CustomBuild Include="unicode\ustdio.h"> 1.281 + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode 1.282 +</Command> 1.283 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.284 + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode 1.285 +</Command> 1.286 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.287 + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 1.288 +</Command> 1.289 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.290 + <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode 1.291 +</Command> 1.292 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.293 + </CustomBuild> 1.294 + <CustomBuild Include="unicode\ustream.h"> 1.295 + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode 1.296 +</Command> 1.297 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.298 + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode 1.299 +</Command> 1.300 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.301 + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 1.302 +</Command> 1.303 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.304 + <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode 1.305 +</Command> 1.306 + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1.307 + </CustomBuild> 1.308 + </ItemGroup> 1.309 + <ItemGroup> 1.310 + <ResourceCompile Include="io.rc" /> 1.311 + </ItemGroup> 1.312 + <ItemGroup> 1.313 + <ProjectReference Include="..\common\common.vcxproj"> 1.314 + <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 1.315 + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 1.316 + </ProjectReference> 1.317 + <ProjectReference Include="..\i18n\i18n.vcxproj"> 1.318 + <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 1.319 + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 1.320 + </ProjectReference> 1.321 + </ItemGroup> 1.322 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.323 + <ImportGroup Label="ExtensionTargets"> 1.324 + </ImportGroup> 1.325 +</Project>