]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | <?xml version="1.0" encoding="utf-8"?> |
f3c0d7a5 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2ca993e8 A |
3 | <PropertyGroup Label="Globals"> |
4 | <ProjectGuid>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</ProjectGuid> | |
5 | </PropertyGroup> | |
0f5d89e8 | 6 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
7 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
8 | <UseOfMfc>false</UseOfMfc> | |
9 | <CharacterSet>MultiByte</CharacterSet> | |
2ca993e8 | 10 | </PropertyGroup> |
3d1f044b A |
11 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
12 | <!-- The following import will include the 'default' configuration options for VS projects. --> | |
13 | <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
14 | <!-- The following import will include the library configuration options for VS projects. --> | |
15 | <Import Project="..\allinone\Build.Windows.Library.ProjectConfiguration.props" /> | |
2ca993e8 A |
16 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
17 | <ImportGroup Label="ExtensionSettings"> | |
18 | </ImportGroup> | |
19 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
20 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
21 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
22 | </ImportGroup> | |
23 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
24 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
25 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
26 | </ImportGroup> | |
27 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
28 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
29 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
30 | </ImportGroup> | |
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
33 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
34 | </ImportGroup> | |
35 | <PropertyGroup Label="UserMacros" /> | |
36 | <PropertyGroup> | |
37 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
340931cb A |
38 | <OutDir>.\$(Platform)\$(Configuration)\</OutDir> |
39 | <IntDir>.\$(Platform)\$(Configuration)\</IntDir> | |
40 | <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. --> | |
41 | <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir> | |
42 | <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir> | |
43 | <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation --> | |
44 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
45 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
2ca993e8 | 46 | </PropertyGroup> |
0f5d89e8 A |
47 | <!-- Options that are common to *all* project configurations --> |
48 | <ItemDefinitionGroup> | |
340931cb A |
49 | <Midl> |
50 | <TypeLibraryName>$(OutDir)\icuio.tlb</TypeLibraryName> | |
51 | </Midl> | |
0f5d89e8 A |
52 | <ClCompile> |
53 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
54 | <PreprocessorDefinitions>U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
55 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
56 | <WarningLevel>Level3</WarningLevel> | |
340931cb A |
57 | <CompileAs>Default</CompileAs> |
58 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
59 | <PrecompiledHeaderOutputFile>$(OutDir)/icuio.pch</PrecompiledHeaderOutputFile> | |
60 | <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation> | |
61 | <ObjectFileName>$(OutDir)/</ObjectFileName> | |
62 | <ProgramDataBaseFileName>$(OutDir)/icuio.pdb</ProgramDataBaseFileName> | |
0f5d89e8 A |
63 | </ClCompile> |
64 | <ResourceCompile> | |
65 | <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
66 | </ResourceCompile> | |
67 | <Link> | |
340931cb | 68 | <AdditionalLibraryDirectories>..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
0f5d89e8 A |
69 | </Link> |
70 | </ItemDefinitionGroup> | |
340931cb A |
71 | <!-- Options that are common to all 'Debug' project configurations --> |
72 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
2ca993e8 | 73 | <ClCompile> |
2ca993e8 | 74 | <BrowseInformation>true</BrowseInformation> |
340931cb | 75 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 | 76 | </ClCompile> |
2ca993e8 | 77 | <Link> |
2ca993e8 | 78 | <GenerateDebugInformation>true</GenerateDebugInformation> |
340931cb A |
79 | <OutputFile>..\..\$(IcuBinOutputDir)\icuio66d.dll</OutputFile> |
80 | <ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuiod.pdb</ProgramDatabaseFile> | |
81 | <ImportLibrary>..\..\$(IcuLibOutputDir)\icuiod.lib</ImportLibrary> | |
82 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
2ca993e8 A |
83 | </Link> |
84 | </ItemDefinitionGroup> | |
340931cb A |
85 | <!-- Options that are common to all 'Release' project configurations --> |
86 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
2ca993e8 | 87 | <ClCompile> |
2ca993e8 A |
88 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
89 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 | 90 | </ClCompile> |
2ca993e8 | 91 | <Link> |
340931cb A |
92 | <OutputFile>..\..\$(IcuBinOutputDir)\icuio66.dll</OutputFile> |
93 | <ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuio.pdb</ProgramDatabaseFile> | |
94 | <ImportLibrary>..\..\$(IcuLibOutputDir)\icuio.lib</ImportLibrary> | |
0f5d89e8 | 95 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
96 | </Link> |
97 | </ItemDefinitionGroup> | |
98 | <ItemGroup> | |
99 | <ClCompile Include="locbund.cpp" /> | |
f3c0d7a5 A |
100 | <ClCompile Include="sprintf.cpp" /> |
101 | <ClCompile Include="sscanf.cpp" /> | |
2ca993e8 A |
102 | <ClCompile Include="ucln_io.cpp"> |
103 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
104 | </ClCompile> | |
f3c0d7a5 A |
105 | <ClCompile Include="ufile.cpp" /> |
106 | <ClCompile Include="ufmt_cmn.cpp" /> | |
2ca993e8 | 107 | <ClCompile Include="uprintf.cpp" /> |
f3c0d7a5 A |
108 | <ClCompile Include="uprntf_p.cpp" /> |
109 | <ClCompile Include="uscanf.cpp" /> | |
110 | <ClCompile Include="uscanf_p.cpp" /> | |
111 | <ClCompile Include="ustdio.cpp" /> | |
2ca993e8 | 112 | <ClCompile Include="ustream.cpp"> |
0f5d89e8 | 113 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
2ca993e8 A |
114 | </ClCompile> |
115 | </ItemGroup> | |
116 | <ItemGroup> | |
117 | <ClInclude Include="locbund.h" /> | |
118 | <ClInclude Include="ucln_io.h" /> | |
119 | <ClInclude Include="ufile.h" /> | |
120 | <ClInclude Include="ufmt_cmn.h" /> | |
121 | <ClInclude Include="uprintf.h" /> | |
122 | <ClInclude Include="uscanf.h" /> | |
2ca993e8 A |
123 | </ItemGroup> |
124 | <ItemGroup> | |
125 | <ResourceCompile Include="io.rc" /> | |
126 | </ItemGroup> | |
2ca993e8 | 127 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
0f5d89e8 A |
128 | <!-- The following import will copy all of the header files from this projects 'unicode' folder. --> |
129 | <Import Project="$(SolutionDir)\Windows.CopyUnicodeHeaderFiles.targets" /> | |
2ca993e8 A |
130 | <ImportGroup Label="ExtensionTargets"> |
131 | </ImportGroup> | |
132 | </Project> |