117 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			117 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</ProjectGuid>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <UseOfMfc>false</UseOfMfc>
 | |
|     <CharacterSet>MultiByte</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <!-- The following import will include the 'default' configuration options for VS projects. -->
 | |
|   <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" />
 | |
|   <!-- The following import will include the library configuration options for VS projects. -->
 | |
|   <Import Project="..\allinone\Build.Windows.Library.ProjectConfiguration.props" />
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <PropertyGroup Label="UserMacros" />
 | |
|   <PropertyGroup>
 | |
|     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | |
|     <OutDir>.\$(Platform)\$(Configuration)\</OutDir>
 | |
|     <IntDir>.\$(Platform)\$(Configuration)\</IntDir>
 | |
|     <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
 | |
|     <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir>
 | |
|     <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir>
 | |
|     <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation -->
 | |
|     <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
 | |
|     <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
 | |
|   </PropertyGroup>
 | |
|   <!-- Options that are common to *all* project configurations -->
 | |
|   <ItemDefinitionGroup>
 | |
|     <Midl>
 | |
|       <TypeLibraryName>$(OutDir)\icuio.tlb</TypeLibraryName>
 | |
|     </Midl>
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions>U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <CompileAs>Default</CompileAs>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <PrecompiledHeaderOutputFile>$(OutDir)/icuio.pch</PrecompiledHeaderOutputFile>
 | |
|       <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation>
 | |
|       <ObjectFileName>$(OutDir)/</ObjectFileName>
 | |
|       <ProgramDataBaseFileName>$(OutDir)/icuio.pdb</ProgramDataBaseFileName>
 | |
|     </ClCompile>
 | |
|     <ResourceCompile>
 | |
|       <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|     </ResourceCompile>
 | |
|     <Link>
 | |
|       <AdditionalLibraryDirectories>..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <!-- Options that are common to all 'Debug' project configurations -->
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
 | |
|     <ClCompile>
 | |
|       <BrowseInformation>true</BrowseInformation>
 | |
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <OutputFile>..\..\$(IcuBinOutputDir)\icuio70d.dll</OutputFile>
 | |
|       <ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuiod.pdb</ProgramDatabaseFile>
 | |
|       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuiod.lib</ImportLibrary>
 | |
|       <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <!-- Options that are common to all 'Release' project configurations -->
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
 | |
|     <ClCompile>
 | |
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <OutputFile>..\..\$(IcuBinOutputDir)\icuio70.dll</OutputFile>
 | |
|       <ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuio.pdb</ProgramDatabaseFile>
 | |
|       <ImportLibrary>..\..\$(IcuLibOutputDir)\icuio.lib</ImportLibrary>
 | |
|       <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="locbund.cpp" />
 | |
|     <ClCompile Include="sprintf.cpp" />
 | |
|     <ClCompile Include="sscanf.cpp" />
 | |
|     <ClCompile Include="ucln_io.cpp">
 | |
|       <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | |
|     </ClCompile>
 | |
|     <ClCompile Include="ufile.cpp" />
 | |
|     <ClCompile Include="ufmt_cmn.cpp" />
 | |
|     <ClCompile Include="uprintf.cpp" />
 | |
|     <ClCompile Include="uprntf_p.cpp" />
 | |
|     <ClCompile Include="uscanf.cpp" />
 | |
|     <ClCompile Include="uscanf_p.cpp" />
 | |
|     <ClCompile Include="ustdio.cpp" />
 | |
|     <ClCompile Include="ustream.cpp">
 | |
|       <DisableLanguageExtensions>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" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="io.rc" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <!-- The following import will copy all of the header files from this projects 'unicode' folder. -->
 | |
|   <Import Project="$(SolutionDir)\Windows.CopyUnicodeHeaderFiles.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project>
 |