]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <ItemGroup Label="ProjectConfigurations"> | |
4 | <ProjectConfiguration Include="Debug|Win32"> | |
5 | <Configuration>Debug</Configuration> | |
6 | <Platform>Win32</Platform> | |
7 | </ProjectConfiguration> | |
8 | <ProjectConfiguration Include="Debug|x64"> | |
9 | <Configuration>Debug</Configuration> | |
10 | <Platform>x64</Platform> | |
11 | </ProjectConfiguration> | |
12 | <ProjectConfiguration Include="Debug|ARM"> | |
13 | <Configuration>Debug</Configuration> | |
14 | <Platform>ARM</Platform> | |
15 | </ProjectConfiguration> | |
16 | <ProjectConfiguration Include="Release|Win32"> | |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>Win32</Platform> | |
19 | </ProjectConfiguration> | |
20 | <ProjectConfiguration Include="Release|x64"> | |
21 | <Configuration>Release</Configuration> | |
22 | <Platform>x64</Platform> | |
23 | </ProjectConfiguration> | |
24 | <ProjectConfiguration Include="Release|ARM"> | |
25 | <Configuration>Release</Configuration> | |
26 | <Platform>ARM</Platform> | |
27 | </ProjectConfiguration> | |
28 | </ItemGroup> | |
29 | <PropertyGroup Label="Globals"> | |
30 | <ProjectGuid>{C10CF34B-3F79-430E-AD38-5A32DC0589C2}</ProjectGuid> | |
31 | <Keyword>DynamicLibrary</Keyword> | |
32 | <DefaultLanguage>en-US</DefaultLanguage> | |
f3c0d7a5 | 33 | </PropertyGroup> |
f3c0d7a5 A |
34 | <PropertyGroup Label="Configuration"> |
35 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
36 | <UseOfMfc>false</UseOfMfc> | |
37 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 38 | </PropertyGroup> |
3d1f044b A |
39 | <!-- The following import will include the UWP configuration options for VS projects. --> |
40 | <Import Project="..\allinone\Build.Windows.UWP.ProjectConfiguration.props" /> | |
41 | <!-- The following import will include the library configuration options for VS projects. --> | |
42 | <Import Project="..\allinone\Build.Windows.Library.ProjectConfiguration.props" /> | |
43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
f3c0d7a5 A |
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
45 | <ImportGroup Label="ExtensionSettings"> | |
46 | </ImportGroup> | |
47 | <ImportGroup Label="PropertySheets"> | |
48 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
49 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
50 | </ImportGroup> | |
51 | <PropertyGroup Label="UserMacros" /> | |
52 | <PropertyGroup> | |
53 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
54 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</OutDir> | |
55 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</IntDir> | |
56 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</OutDir> | |
57 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</IntDir> | |
58 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</OutDir> | |
59 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</IntDir> | |
60 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</OutDir> | |
61 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</IntDir> | |
62 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</OutDir> | |
63 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</IntDir> | |
64 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</OutDir> | |
65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</IntDir> | |
66 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
67 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
68 | </PropertyGroup> | |
69 | <ItemDefinitionGroup> | |
0f5d89e8 | 70 | <!-- Options that are common to *all* configurations --> |
f3c0d7a5 | 71 | <Midl> |
f3c0d7a5 A |
72 | <MkTypLibCompatible>true</MkTypLibCompatible> |
73 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
74 | </Midl> | |
75 | <ClCompile> | |
76 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
0f5d89e8 | 77 | <!-- U_DISABLE_RENAMING --> |
f3c0d7a5 | 78 | <!-- U_HIDE_DRAFT_API & U_HIDE_DEPRECATED_API --> |
0f5d89e8 | 79 | <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;_CRT_SECURE_NO_DEPRECATE;U_COMMON_IMPLEMENTATION;U_PLATFORM_USES_ONLY_WIN32_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
f3c0d7a5 A |
80 | <StringPooling>true</StringPooling> |
81 | <ExceptionHandling> | |
82 | </ExceptionHandling> | |
83 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
84 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
85 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
86 | <WarningLevel>Level3</WarningLevel> | |
87 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
88 | <CompileAs>Default</CompileAs> | |
89 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
90 | <CompileAsWinRT>false</CompileAsWinRT> | |
91 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> | |
92 | </ClCompile> | |
93 | <ResourceCompile> | |
f3c0d7a5 A |
94 | <Culture>0x0409</Culture> |
95 | <AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
96 | </ResourceCompile> | |
97 | <Link> | |
98 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
99 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> | |
100 | <RandomizedBaseAddress>true</RandomizedBaseAddress> | |
101 | <DataExecutionPrevention> | |
102 | </DataExecutionPrevention> | |
103 | <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> | |
104 | <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib</IgnoreSpecificDefaultLibraries> | |
3d1f044b | 105 | <AdditionalDependencies>onecoreuap.lib</AdditionalDependencies> |
f3c0d7a5 A |
106 | </Link> |
107 | </ItemDefinitionGroup> | |
108 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
0f5d89e8 | 109 | <!-- Options that are common to all 'Release' configurations --> |
f3c0d7a5 A |
110 | <Midl> |
111 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
112 | </Midl> | |
113 | <ClCompile> | |
114 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
115 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
116 | </ClCompile> | |
117 | <ResourceCompile> | |
118 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
119 | </ResourceCompile> | |
120 | <Link> | |
121 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
0f5d89e8 | 122 | <AdditionalDependencies>vccorlib.lib;WindowsApp.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
f3c0d7a5 A |
123 | </Link> |
124 | </ItemDefinitionGroup> | |
125 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
0f5d89e8 | 126 | <!-- Options that are common to all 'Debug' configurations --> |
f3c0d7a5 A |
127 | <Midl> |
128 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
129 | </Midl> | |
130 | <ClCompile> | |
131 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
132 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
133 | <Optimization>Disabled</Optimization> | |
134 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
135 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
136 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
137 | </ClCompile> | |
138 | <ResourceCompile> | |
139 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
140 | </ResourceCompile> | |
0f5d89e8 A |
141 | <Link> |
142 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
143 | <AdditionalDependencies>vccorlibd.lib;WindowsApp.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
144 | </Link> | |
f3c0d7a5 A |
145 | </ItemDefinitionGroup> |
146 | <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> | |
0f5d89e8 | 147 | <!-- Options that are common to all 32-bit configurations --> |
f3c0d7a5 A |
148 | <Midl> |
149 | <TargetEnvironment>Win32</TargetEnvironment> | |
150 | </Midl> | |
151 | <ClCompile> | |
152 | <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
153 | </ClCompile> | |
154 | </ItemDefinitionGroup> | |
155 | <ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> | |
0f5d89e8 | 156 | <!-- Options that are common to all 64-bit configurations --> |
f3c0d7a5 A |
157 | <Midl> |
158 | <TargetEnvironment>X64</TargetEnvironment> | |
159 | </Midl> | |
160 | <ClCompile> | |
161 | <PreprocessorDefinitions>WIN64;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
162 | </ClCompile> | |
163 | <Link> | |
164 | <TargetMachine>MachineX64</TargetMachine> | |
165 | </Link> | |
166 | </ItemDefinitionGroup> | |
167 | <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'"> | |
0f5d89e8 | 168 | <!-- Options that are common to all ARM configurations --> |
f3c0d7a5 A |
169 | <Midl> |
170 | <TargetEnvironment>ARM</TargetEnvironment> | |
171 | </Midl> | |
172 | <ClCompile> | |
173 | <PreprocessorDefinitions>ARM;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
174 | </ClCompile> | |
175 | <Link> | |
176 | <TargetMachine>MachineARM</TargetMachine> | |
177 | </Link> | |
178 | </ItemDefinitionGroup> | |
0f5d89e8 | 179 | <!-- Options that are specific to a particular configuration --> |
f3c0d7a5 A |
180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
181 | <Midl> | |
182 | <TypeLibraryName>.\..\..\lib32uwp\icuuc.tlb</TypeLibraryName> | |
183 | </Midl> | |
184 | <ClCompile> | |
185 | <PrecompiledHeaderOutputFile>.\x86\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile> | |
186 | <AssemblerListingLocation>.\x86\ReleaseUWP/</AssemblerListingLocation> | |
187 | <ObjectFileName>.\x86\ReleaseUWP/</ObjectFileName> | |
188 | <ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName> | |
189 | </ClCompile> | |
190 | <Link> | |
3d1f044b | 191 | <OutputFile>..\..\bin32uwp\icuuc64.dll</OutputFile> |
f3c0d7a5 A |
192 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuuc.pdb</ProgramDatabaseFile> |
193 | <ImportLibrary>..\..\lib32uwp\icuuc.lib</ImportLibrary> | |
f3c0d7a5 A |
194 | </Link> |
195 | </ItemDefinitionGroup> | |
196 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
197 | <Midl> | |
198 | <TypeLibraryName>.\..\..\lib32uwp\icuucd.tlb</TypeLibraryName> | |
199 | </Midl> | |
200 | <ClCompile> | |
201 | <PrecompiledHeaderOutputFile>.\x86\DebugUWP/common.pch</PrecompiledHeaderOutputFile> | |
202 | <AssemblerListingLocation>.\x86\DebugUWP/</AssemblerListingLocation> | |
203 | <ObjectFileName>.\x86\DebugUWP/</ObjectFileName> | |
204 | <ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName> | |
205 | </ClCompile> | |
206 | <Link> | |
3d1f044b | 207 | <OutputFile>..\..\bin32uwp\icuuc64d.dll</OutputFile> |
f3c0d7a5 A |
208 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuucd.pdb</ProgramDatabaseFile> |
209 | <ImportLibrary>..\..\lib32uwp\icuucd.lib</ImportLibrary> | |
f3c0d7a5 A |
210 | </Link> |
211 | </ItemDefinitionGroup> | |
212 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
213 | <Midl> | |
214 | <TypeLibraryName>.\..\..\lib64uwp\icuuc.tlb</TypeLibraryName> | |
215 | </Midl> | |
216 | <ClCompile> | |
217 | <PrecompiledHeaderOutputFile>.\x64\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile> | |
218 | <AssemblerListingLocation>.\x64\ReleaseUWP/</AssemblerListingLocation> | |
219 | <ObjectFileName>.\x64\ReleaseUWP/</ObjectFileName> | |
220 | <ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName> | |
221 | </ClCompile> | |
222 | <Link> | |
3d1f044b | 223 | <OutputFile>..\..\bin64uwp\icuuc64.dll</OutputFile> |
f3c0d7a5 A |
224 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuuc.pdb</ProgramDatabaseFile> |
225 | <ImportLibrary>..\..\lib64uwp\icuuc.lib</ImportLibrary> | |
f3c0d7a5 A |
226 | </Link> |
227 | </ItemDefinitionGroup> | |
228 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
229 | <Midl> | |
230 | <TypeLibraryName>.\..\..\lib64uwp\icuucd.tlb</TypeLibraryName> | |
231 | </Midl> | |
232 | <ClCompile> | |
233 | <PrecompiledHeaderOutputFile>.\x64\DebugUWP/common.pch</PrecompiledHeaderOutputFile> | |
234 | <AssemblerListingLocation>.\x64\DebugUWP/</AssemblerListingLocation> | |
235 | <ObjectFileName>.\x64\DebugUWP/</ObjectFileName> | |
236 | <ProgramDataBaseFileName>.\x64\DebugUWP/</ProgramDataBaseFileName> | |
237 | </ClCompile> | |
238 | <Link> | |
3d1f044b | 239 | <OutputFile>..\..\bin64uwp\icuuc64d.dll</OutputFile> |
f3c0d7a5 A |
240 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuucd.pdb</ProgramDatabaseFile> |
241 | <ImportLibrary>..\..\lib64uwp\icuucd.lib</ImportLibrary> | |
f3c0d7a5 A |
242 | </Link> |
243 | </ItemDefinitionGroup> | |
244 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |
245 | <Midl> | |
246 | <TypeLibraryName>.\..\..\libARMuwp\icuuc.tlb</TypeLibraryName> | |
247 | </Midl> | |
248 | <ClCompile> | |
249 | <PrecompiledHeaderOutputFile>.\ARM\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile> | |
250 | <AssemblerListingLocation>.\ARM\ReleaseUWP/</AssemblerListingLocation> | |
251 | <ObjectFileName>.\ARM\ReleaseUWP/</ObjectFileName> | |
252 | <ProgramDataBaseFileName>.\ARM\ReleaseUWP/</ProgramDataBaseFileName> | |
253 | </ClCompile> | |
254 | <Link> | |
3d1f044b | 255 | <OutputFile>..\..\binARMuwp\icuuc64.dll</OutputFile> |
f3c0d7a5 A |
256 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuuc.pdb</ProgramDatabaseFile> |
257 | <ImportLibrary>..\..\libARMuwp\icuuc.lib</ImportLibrary> | |
f3c0d7a5 A |
258 | </Link> |
259 | </ItemDefinitionGroup> | |
260 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | |
261 | <Midl> | |
262 | <TypeLibraryName>.\..\..\libARMuwp\icuucd.tlb</TypeLibraryName> | |
263 | </Midl> | |
264 | <ClCompile> | |
265 | <PrecompiledHeaderOutputFile>.\ARM\DebugUWP/common.pch</PrecompiledHeaderOutputFile> | |
266 | <AssemblerListingLocation>.\ARM\DebugUWP/</AssemblerListingLocation> | |
267 | <ObjectFileName>.\ARM\DebugUWP/</ObjectFileName> | |
268 | <ProgramDataBaseFileName>.\ARM\DebugUWP/</ProgramDataBaseFileName> | |
269 | </ClCompile> | |
270 | <Link> | |
3d1f044b | 271 | <OutputFile>..\..\binARMuwp\icuuc64d.dll</OutputFile> |
f3c0d7a5 A |
272 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuucd.pdb</ProgramDatabaseFile> |
273 | <ImportLibrary>..\..\libARMuwp\icuucd.lib</ImportLibrary> | |
f3c0d7a5 A |
274 | </Link> |
275 | </ItemDefinitionGroup> | |
276 | <ItemGroup> | |
277 | <ClCompile Include="edits.cpp" /> | |
278 | <ClCompile Include="filteredbrk.cpp" /> | |
279 | <ClCompile Include="ubidi.cpp" /> | |
280 | <ClCompile Include="ubidi_props.cpp" /> | |
281 | <ClCompile Include="ubiditransform.cpp" /> | |
282 | <ClCompile Include="ubidiln.cpp" /> | |
283 | <ClCompile Include="ubidiwrt.cpp" /> | |
284 | <ClCompile Include="uloc_keytype.cpp" /> | |
285 | <ClCompile Include="ushape.cpp" /> | |
0f5d89e8 A |
286 | <ClCompile Include="brkeng.cpp" /> |
287 | <ClCompile Include="brkiter.cpp" /> | |
f3c0d7a5 A |
288 | <ClCompile Include="dictbe.cpp" /> |
289 | <ClCompile Include="pluralmap.cpp" /> | |
0f5d89e8 A |
290 | <ClCompile Include="rbbi.cpp" /> |
291 | <ClCompile Include="rbbidata.cpp" /> | |
f3c0d7a5 | 292 | <ClCompile Include="rbbinode.cpp" /> |
0f5d89e8 | 293 | <ClCompile Include="rbbirb.cpp" /> |
f3c0d7a5 A |
294 | <ClCompile Include="rbbiscan.cpp" /> |
295 | <ClCompile Include="rbbisetb.cpp" /> | |
0f5d89e8 A |
296 | <ClCompile Include="rbbistbl.cpp" /> |
297 | <ClCompile Include="rbbitblb.cpp" /> | |
298 | <ClCompile Include="rbbi_cache.cpp" /> | |
f3c0d7a5 A |
299 | <ClCompile Include="dictionarydata.cpp" /> |
300 | <ClCompile Include="ubrk.cpp" /> | |
0f5d89e8 | 301 | <ClCompile Include="ucol_swp.cpp" /> |
f3c0d7a5 A |
302 | <ClCompile Include="propsvec.cpp" /> |
303 | <ClCompile Include="uarrsort.cpp" /> | |
304 | <ClCompile Include="uenum.cpp" /> | |
305 | <ClCompile Include="uhash.cpp" /> | |
306 | <ClCompile Include="uhash_us.cpp" /> | |
307 | <ClCompile Include="ulist.cpp" /> | |
308 | <ClCompile Include="ustack.cpp" /> | |
309 | <ClCompile Include="ustrenum.cpp" /> | |
310 | <ClCompile Include="utrie.cpp" /> | |
3d1f044b | 311 | <ClCompile Include="utrie_swap.cpp" /> |
f3c0d7a5 A |
312 | <ClCompile Include="utrie2.cpp" /> |
313 | <ClCompile Include="utrie2_builder.cpp" /> | |
314 | <ClCompile Include="uvector.cpp" /> | |
315 | <ClCompile Include="uvectr32.cpp" /> | |
316 | <ClCompile Include="uvectr64.cpp" /> | |
317 | <ClCompile Include="errorcode.cpp" /> | |
318 | <ClCompile Include="icudataver.cpp" /> | |
0f5d89e8 | 319 | <ClCompile Include="locmap.cpp" /> |
f3c0d7a5 A |
320 | <ClCompile Include="putil.cpp"> |
321 | <CompileAsWinRT>true</CompileAsWinRT> | |
322 | </ClCompile> | |
323 | <ClCompile Include="umath.cpp" /> | |
0f5d89e8 | 324 | <ClCompile Include="umutex.cpp" /> |
f3c0d7a5 A |
325 | <ClCompile Include="utrace.cpp" /> |
326 | <ClCompile Include="utypes.cpp" /> | |
3d1f044b | 327 | <ClCompile Include="wintz.cpp" /> |
f3c0d7a5 A |
328 | <ClCompile Include="ucnv.cpp" /> |
329 | <ClCompile Include="ucnv2022.cpp" /> | |
0f5d89e8 | 330 | <ClCompile Include="ucnv_bld.cpp" /> |
f3c0d7a5 A |
331 | <ClCompile Include="ucnv_cb.cpp" /> |
332 | <ClCompile Include="ucnv_cnv.cpp" /> | |
333 | <ClCompile Include="ucnv_ct.cpp" /> | |
334 | <ClCompile Include="ucnv_err.cpp" /> | |
335 | <ClCompile Include="ucnv_ext.cpp" /> | |
0f5d89e8 | 336 | <ClCompile Include="ucnv_io.cpp" /> |
f3c0d7a5 A |
337 | <ClCompile Include="ucnv_lmb.cpp" /> |
338 | <ClCompile Include="ucnv_set.cpp" /> | |
339 | <ClCompile Include="ucnv_u16.cpp" /> | |
340 | <ClCompile Include="ucnv_u32.cpp" /> | |
341 | <ClCompile Include="ucnv_u7.cpp" /> | |
342 | <ClCompile Include="ucnv_u8.cpp" /> | |
343 | <ClCompile Include="ucnvbocu.cpp" /> | |
344 | <ClCompile Include="ucnvdisp.cpp" /> | |
345 | <ClCompile Include="ucnvhz.cpp" /> | |
346 | <ClCompile Include="ucnvisci.cpp" /> | |
347 | <ClCompile Include="ucnvlat1.cpp" /> | |
348 | <ClCompile Include="ucnvmbcs.cpp" /> | |
349 | <ClCompile Include="ucnvscsu.cpp" /> | |
0f5d89e8 | 350 | <ClCompile Include="ucnvsel.cpp" /> |
f3c0d7a5 | 351 | <ClCompile Include="cmemory.cpp" /> |
0f5d89e8 | 352 | <ClCompile Include="ucln_cmn.cpp" /> |
f3c0d7a5 A |
353 | <ClCompile Include="ucmndata.cpp" /> |
354 | <ClCompile Include="udata.cpp" /> | |
355 | <ClCompile Include="udatamem.cpp" /> | |
356 | <ClCompile Include="udataswp.cpp" /> | |
0f5d89e8 A |
357 | <ClCompile Include="uinit.cpp" /> |
358 | <ClCompile Include="umapfile.cpp" /> | |
f3c0d7a5 A |
359 | <ClCompile Include="uobject.cpp" /> |
360 | <ClCompile Include="dtintrv.cpp" /> | |
361 | <ClCompile Include="parsepos.cpp" /> | |
362 | <ClCompile Include="ustrfmt.cpp" /> | |
363 | <ClCompile Include="util.cpp" /> | |
364 | <ClCompile Include="util_props.cpp" /> | |
365 | <ClCompile Include="punycode.cpp" /> | |
366 | <ClCompile Include="uidna.cpp" /> | |
367 | <ClCompile Include="uts46.cpp" /> | |
0f5d89e8 | 368 | <ClCompile Include="locavailable.cpp" /> |
f3c0d7a5 A |
369 | <ClCompile Include="locbased.cpp" /> |
370 | <ClCompile Include="locdispnames.cpp" /> | |
371 | <ClCompile Include="locdspnm.cpp" /> | |
0f5d89e8 | 372 | <ClCompile Include="locid.cpp" /> |
f3c0d7a5 A |
373 | <ClCompile Include="loclikely.cpp" /> |
374 | <ClCompile Include="locresdata.cpp" /> | |
0f5d89e8 A |
375 | <ClCompile Include="locutil.cpp" /> |
376 | <ClCompile Include="resbund.cpp" /> | |
f3c0d7a5 A |
377 | <ClCompile Include="resbund_cnv.cpp" /> |
378 | <ClCompile Include="ucat.cpp" /> | |
379 | <ClCompile Include="uloc.cpp" /> | |
380 | <ClCompile Include="uloc_tag.cpp" /> | |
381 | <ClCompile Include="ures_cnv.cpp" /> | |
382 | <ClCompile Include="uresbund.cpp" /> | |
383 | <ClCompile Include="uresdata.cpp" /> | |
384 | <ClCompile Include="resource.cpp" /> | |
385 | <ClCompile Include="ucurr.cpp" /> | |
3d1f044b | 386 | <ClCompile Include="localebuilder.cpp" /> |
0f5d89e8 | 387 | <ClCompile Include="caniter.cpp" /> |
f3c0d7a5 A |
388 | <ClCompile Include="filterednormalizer2.cpp" /> |
389 | <ClCompile Include="loadednormalizer2impl.cpp" /> | |
390 | <ClCompile Include="normalizer2.cpp" /> | |
391 | <ClCompile Include="normalizer2impl.cpp" /> | |
0f5d89e8 | 392 | <ClCompile Include="normlzr.cpp" /> |
f3c0d7a5 A |
393 | <ClCompile Include="unorm.cpp" /> |
394 | <ClCompile Include="unormcmp.cpp" /> | |
395 | <ClCompile Include="bmpset.cpp" /> | |
396 | <ClCompile Include="patternprops.cpp" /> | |
0f5d89e8 | 397 | <ClCompile Include="propname.cpp" /> |
f3c0d7a5 | 398 | <ClCompile Include="ruleiter.cpp" /> |
0f5d89e8 | 399 | <ClCompile Include="ucase.cpp" /> |
f3c0d7a5 | 400 | <ClCompile Include="uchar.cpp" /> |
3d1f044b | 401 | <ClCompile Include="characterproperties.cpp" /> |
f3c0d7a5 | 402 | <ClCompile Include="unames.cpp" /> |
0f5d89e8 | 403 | <ClCompile Include="unifiedcache.cpp" /> |
f3c0d7a5 A |
404 | <ClCompile Include="unifilt.cpp" /> |
405 | <ClCompile Include="unifunct.cpp" /> | |
406 | <ClCompile Include="uniset.cpp" /> | |
407 | <ClCompile Include="uniset_closure.cpp" /> | |
408 | <ClCompile Include="uniset_props.cpp" /> | |
409 | <ClCompile Include="unisetspan.cpp" /> | |
410 | <ClCompile Include="uprops.cpp" /> | |
411 | <ClCompile Include="usc_impl.cpp" /> | |
412 | <ClCompile Include="uscript.cpp" /> | |
413 | <ClCompile Include="uscript_props.cpp" /> | |
414 | <ClCompile Include="uset.cpp" /> | |
415 | <ClCompile Include="uset_props.cpp" /> | |
416 | <ClCompile Include="usetiter.cpp" /> | |
417 | <ClCompile Include="icuplug.cpp" /> | |
0f5d89e8 A |
418 | <ClCompile Include="serv.cpp" /> |
419 | <ClCompile Include="servlk.cpp" /> | |
420 | <ClCompile Include="servlkf.cpp" /> | |
421 | <ClCompile Include="servls.cpp" /> | |
422 | <ClCompile Include="servnotf.cpp" /> | |
423 | <ClCompile Include="servrbf.cpp" /> | |
424 | <ClCompile Include="servslkf.cpp" /> | |
f3c0d7a5 A |
425 | <ClCompile Include="usprep.cpp" /> |
426 | <ClCompile Include="appendable.cpp" /> | |
0f5d89e8 | 427 | <ClCompile Include="bytesinkutil.cpp" /> |
f3c0d7a5 A |
428 | <ClCompile Include="bytestream.cpp" /> |
429 | <ClCompile Include="bytestrie.cpp" /> | |
430 | <ClCompile Include="bytestriebuilder.cpp" /> | |
431 | <ClCompile Include="bytestrieiterator.cpp" /> | |
432 | <ClCompile Include="chariter.cpp" /> | |
433 | <ClCompile Include="charstr.cpp" /> | |
434 | <ClCompile Include="cstring.cpp" /> | |
435 | <ClCompile Include="cstr.cpp" /> | |
436 | <ClCompile Include="cwchar.cpp" /> | |
437 | <ClCompile Include="messagepattern.cpp" /> | |
438 | <ClCompile Include="schriter.cpp" /> | |
439 | <ClCompile Include="stringpiece.cpp" /> | |
440 | <ClCompile Include="stringtriebuilder.cpp" /> | |
441 | <ClCompile Include="simpleformatter.cpp" /> | |
442 | <ClCompile Include="ucasemap.cpp" /> | |
443 | <ClCompile Include="ucasemap_titlecase_brkiter.cpp" /> | |
444 | <ClCompile Include="ucharstrie.cpp" /> | |
445 | <ClCompile Include="ucharstriebuilder.cpp" /> | |
446 | <ClCompile Include="ucharstrieiterator.cpp" /> | |
3d1f044b | 447 | <ClCompile Include="ucptrie.cpp" /> |
f3c0d7a5 A |
448 | <ClCompile Include="uchriter.cpp" /> |
449 | <ClCompile Include="uinvchar.cpp" /> | |
450 | <ClCompile Include="uiter.cpp" /> | |
3d1f044b | 451 | <ClCompile Include="umutablecptrie.cpp" /> |
f3c0d7a5 A |
452 | <ClCompile Include="unistr.cpp" /> |
453 | <ClCompile Include="unistr_case.cpp" /> | |
454 | <ClCompile Include="unistr_case_locale.cpp" /> | |
455 | <ClCompile Include="unistr_cnv.cpp" /> | |
456 | <ClCompile Include="unistr_props.cpp" /> | |
457 | <ClCompile Include="unistr_titlecase_brkiter.cpp" /> | |
458 | <ClCompile Include="ustr_cnv.cpp" /> | |
459 | <ClCompile Include="ustr_titlecase_brkiter.cpp" /> | |
460 | <ClCompile Include="ustr_wcs.cpp" /> | |
461 | <ClCompile Include="ustrcase.cpp" /> | |
462 | <ClCompile Include="ustrcase_locale.cpp" /> | |
463 | <ClCompile Include="ustring.cpp" /> | |
464 | <ClCompile Include="ustrtrns.cpp" /> | |
465 | <ClCompile Include="utext.cpp" /> | |
466 | <ClCompile Include="utf_impl.cpp" /> | |
0f5d89e8 | 467 | <ClCompile Include="static_unicode_sets.cpp" /> |
f3c0d7a5 A |
468 | </ItemGroup> |
469 | <ItemGroup> | |
f3c0d7a5 A |
470 | <ClInclude Include="localsvc.h" /> |
471 | <ClInclude Include="msvcres.h" /> | |
472 | <ClInclude Include="pluralmap.h" /> | |
473 | <ClInclude Include="propname_data.h" /> | |
474 | <ClInclude Include="ubidi_props.h" /> | |
475 | <ClInclude Include="ubidiimp.h" /> | |
f3c0d7a5 | 476 | <ClInclude Include="brkeng.h" /> |
f3c0d7a5 | 477 | <ClInclude Include="dictbe.h" /> |
f3c0d7a5 A |
478 | <ClInclude Include="rbbidata.h" /> |
479 | <ClInclude Include="rbbinode.h" /> | |
480 | <ClInclude Include="rbbirb.h" /> | |
481 | <ClInclude Include="rbbirpt.h" /> | |
482 | <ClInclude Include="rbbiscan.h" /> | |
483 | <ClInclude Include="rbbisetb.h" /> | |
484 | <ClInclude Include="rbbitblb.h" /> | |
0f5d89e8 | 485 | <ClInclude Include="rbbi_cache.h" /> |
f3c0d7a5 | 486 | <ClInclude Include="dictionarydata.h" /> |
f3c0d7a5 A |
487 | <ClInclude Include="ubidi_props_data.h" /> |
488 | <ClInclude Include="ubrkimpl.h" /> | |
489 | <ClInclude Include="ucase_props_data.h" /> | |
490 | <ClInclude Include="uchar_props_data.h" /> | |
491 | <ClInclude Include="ucol_data.h" /> | |
492 | <ClInclude Include="ucol_swp.h" /> | |
493 | <ClInclude Include="unicode\ubiditransform.h" /> | |
494 | <ClInclude Include="unistrappender.h" /> | |
495 | <ClInclude Include="hash.h" /> | |
496 | <ClInclude Include="propsvec.h" /> | |
f3c0d7a5 | 497 | <ClInclude Include="uarrsort.h" /> |
f3c0d7a5 A |
498 | <ClInclude Include="uelement.h" /> |
499 | <ClInclude Include="uenumimp.h" /> | |
500 | <ClInclude Include="uhash.h" /> | |
501 | <ClInclude Include="ulist.h" /> | |
f3c0d7a5 A |
502 | <ClInclude Include="unicode\filteredbrk.h" /> |
503 | <ClInclude Include="ustrenum.h" /> | |
504 | <ClInclude Include="utrie.h" /> | |
505 | <ClInclude Include="utrie2.h" /> | |
506 | <ClInclude Include="utrie2_impl.h" /> | |
507 | <ClInclude Include="utypeinfo.h" /> | |
508 | <ClInclude Include="uvector.h" /> | |
509 | <ClInclude Include="uvectr32.h" /> | |
510 | <ClInclude Include="uvectr64.h" /> | |
511 | <ClInclude Include="cpputils.h" /> | |
f3c0d7a5 A |
512 | <ClInclude Include="locmap.h" /> |
513 | <ClInclude Include="mutex.h" /> | |
f3c0d7a5 | 514 | <ClInclude Include="putilimp.h" /> |
f3c0d7a5 | 515 | <ClInclude Include="uassert.h" /> |
f3c0d7a5 A |
516 | <ClInclude Include="umutex.h" /> |
517 | <ClInclude Include="uposixdefs.h" /> | |
f3c0d7a5 | 518 | <ClInclude Include="utracimp.h" /> |
f3c0d7a5 | 519 | <ClInclude Include="wintz.h" /> |
f3c0d7a5 | 520 | <ClInclude Include="ucnv_bld.h" /> |
f3c0d7a5 | 521 | <ClInclude Include="ucnv_cnv.h" /> |
f3c0d7a5 A |
522 | <ClInclude Include="ucnv_ext.h" /> |
523 | <ClInclude Include="ucnv_imp.h" /> | |
524 | <ClInclude Include="ucnv_io.h" /> | |
525 | <ClInclude Include="ucnvmbcs.h" /> | |
f3c0d7a5 | 526 | <ClInclude Include="cmemory.h" /> |
f3c0d7a5 A |
527 | <ClInclude Include="ucln.h" /> |
528 | <ClInclude Include="ucln_cmn.h" /> | |
529 | <ClInclude Include="ucln_imp.h" /> | |
530 | <ClInclude Include="ucmndata.h" /> | |
f3c0d7a5 A |
531 | <ClInclude Include="udatamem.h" /> |
532 | <ClInclude Include="udataswp.h" /> | |
533 | <ClInclude Include="umapfile.h" /> | |
f3c0d7a5 A |
534 | <ClInclude Include="ustrfmt.h" /> |
535 | <ClInclude Include="util.h" /> | |
f3c0d7a5 | 536 | <ClInclude Include="punycode.h" /> |
f3c0d7a5 | 537 | <ClInclude Include="locbased.h" /> |
f3c0d7a5 | 538 | <ClInclude Include="locutil.h" /> |
f3c0d7a5 A |
539 | <ClInclude Include="sharedobject.h" /> |
540 | <ClCompile Include="sharedobject.cpp" /> | |
f3c0d7a5 | 541 | <ClInclude Include="ulocimp.h" /> |
f3c0d7a5 A |
542 | <ClInclude Include="unifiedcache.h" /> |
543 | <ClInclude Include="uresdata.h" /> | |
544 | <ClInclude Include="uresimp.h" /> | |
545 | <ClInclude Include="ureslocs.h" /> | |
546 | <ClInclude Include="resource.h" /> | |
f3c0d7a5 | 547 | <ClInclude Include="ucurrimp.h" /> |
f3c0d7a5 | 548 | <ClInclude Include="norm2allmodes.h" /> |
f3c0d7a5 | 549 | <ClInclude Include="normalizer2impl.h" /> |
f3c0d7a5 A |
550 | <ClInclude Include="unormimp.h" /> |
551 | <ClInclude Include="bmpset.h" /> | |
552 | <ClInclude Include="messageimpl.h" /> | |
553 | <ClInclude Include="patternprops.h" /> | |
554 | <ClInclude Include="propname.h" /> | |
555 | <ClInclude Include="ruleiter.h" /> | |
f3c0d7a5 | 556 | <ClInclude Include="ucase.h" /> |
3d1f044b | 557 | <ClInclude Include="ulayout_props.h" /> |
f3c0d7a5 A |
558 | <ClInclude Include="unisetspan.h" /> |
559 | <ClInclude Include="uprops.h" /> | |
560 | <ClInclude Include="usc_impl.h" /> | |
f3c0d7a5 | 561 | <ClInclude Include="uset_imp.h" /> |
f3c0d7a5 A |
562 | <ClInclude Include="icuplugimp.h" /> |
563 | <ClInclude Include="serv.h" /> | |
564 | <ClInclude Include="servloc.h" /> | |
565 | <ClInclude Include="servnotf.h" /> | |
566 | <ClInclude Include="sprpimpl.h" /> | |
0f5d89e8 | 567 | <ClInclude Include="bytesinkutil.h" /> |
f3c0d7a5 A |
568 | <ClInclude Include="charstr.h" /> |
569 | <ClInclude Include="cstring.h" /> | |
570 | <ClInclude Include="cstr.h" /> | |
571 | <ClInclude Include="cwchar.h" /> | |
f3c0d7a5 | 572 | <ClInclude Include="uinvchar.h" /> |
f3c0d7a5 A |
573 | <ClInclude Include="ustr_cnv.h" /> |
574 | <ClInclude Include="ustr_imp.h" /> | |
0f5d89e8 | 575 | <ClInclude Include="static_unicode_sets.h" /> |
3d1f044b A |
576 | <ClInclude Include="capi_helper.h" /> |
577 | <ClInclude Include="unicode\localebuilder.h" /> | |
f3c0d7a5 A |
578 | </ItemGroup> |
579 | <ItemGroup> | |
580 | <ResourceCompile Include="common.rc" /> | |
581 | </ItemGroup> | |
3d1f044b A |
582 | <Target Name="Build" Condition="'$(SkipUWP)'=='true'"> |
583 | <Message Text="Skipping building the UWP project: $(MSBuildThisFile)" Importance="high" /> | |
584 | </Target> | |
585 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" Condition="'$(SkipUWP)'!='true'" /> | |
f3c0d7a5 A |
586 | <ImportGroup Label="ExtensionTargets"> |
587 | </ImportGroup> | |
0f5d89e8 | 588 | </Project> |