]>
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 | <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="Release|Win32"> | |
13 | <Configuration>Release</Configuration> | |
14 | <Platform>Win32</Platform> | |
15 | </ProjectConfiguration> | |
16 | <ProjectConfiguration Include="Release|x64"> | |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>x64</Platform> | |
19 | </ProjectConfiguration> | |
20 | </ItemGroup> | |
21 | <PropertyGroup Label="Globals"> | |
22 | <ProjectGuid>{6B231032-3CB5-4EED-9210-810D666A23A0}</ProjectGuid> | |
23 | </PropertyGroup> | |
24 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
26 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
27 | <UseOfMfc>false</UseOfMfc> | |
28 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 29 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
30 | </PropertyGroup> |
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
32 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
33 | <UseOfMfc>false</UseOfMfc> | |
34 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 35 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
36 | </PropertyGroup> |
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
38 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
39 | <UseOfMfc>false</UseOfMfc> | |
40 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 41 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
42 | </PropertyGroup> |
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
44 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
45 | <UseOfMfc>false</UseOfMfc> | |
46 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 47 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
48 | </PropertyGroup> |
49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
50 | <ImportGroup Label="ExtensionSettings"> | |
51 | </ImportGroup> | |
52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
54 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
55 | </ImportGroup> | |
56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
58 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
59 | </ImportGroup> | |
60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
62 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
63 | </ImportGroup> | |
64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
66 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
67 | </ImportGroup> | |
68 | <PropertyGroup Label="UserMacros" /> | |
69 | <PropertyGroup> | |
70 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir> | |
72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir> | |
75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
77 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
78 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
80 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
81 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
82 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
83 | </PropertyGroup> | |
84 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
85 | <Midl> | |
86 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
87 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
88 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
89 | <TargetEnvironment>Win32</TargetEnvironment> | |
90 | <TypeLibraryName>.\..\..\..\lib\icutu.tlb</TypeLibraryName> | |
91 | </Midl> | |
92 | <ClCompile> | |
93 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
94 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
95 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
96 | <StringPooling>true</StringPooling> | |
97 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
98 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
f3c0d7a5 | 99 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
2ca993e8 A |
100 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
101 | <PrecompiledHeaderOutputFile>.\x86\Release/toolutil.pch</PrecompiledHeaderOutputFile> | |
102 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
103 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
104 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
105 | <WarningLevel>Level3</WarningLevel> | |
106 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
107 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 108 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
109 | </ClCompile> |
110 | <ResourceCompile> | |
111 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
112 | <Culture>0x0409</Culture> | |
113 | </ResourceCompile> | |
114 | <Link> | |
f3c0d7a5 | 115 | <OutputFile>..\..\..\bin\icutu59.dll</OutputFile> |
2ca993e8 A |
116 | <SuppressStartupBanner>true</SuppressStartupBanner> |
117 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
118 | <ProgramDatabaseFile>.\..\..\..\lib\icutu.pdb</ProgramDatabaseFile> | |
119 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
120 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | |
121 | <BaseAddress>0x4ac00000</BaseAddress> | |
122 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
123 | <DataExecutionPrevention> | |
124 | </DataExecutionPrevention> | |
125 | <ImportLibrary>..\..\..\lib\icutu.lib</ImportLibrary> | |
126 | </Link> | |
127 | </ItemDefinitionGroup> | |
128 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
129 | <Midl> | |
130 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
131 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
132 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
133 | <TargetEnvironment>Win32</TargetEnvironment> | |
134 | <TypeLibraryName>.\..\..\..\lib\icutud.tlb</TypeLibraryName> | |
135 | </Midl> | |
136 | <ClCompile> | |
137 | <Optimization>Disabled</Optimization> | |
138 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
139 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
140 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
141 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
142 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
f3c0d7a5 | 143 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
2ca993e8 A |
144 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
145 | <PrecompiledHeaderOutputFile>.\x86\Debug/toolutil.pch</PrecompiledHeaderOutputFile> | |
146 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
147 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
148 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
149 | <WarningLevel>Level3</WarningLevel> | |
150 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
151 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
152 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 153 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
154 | </ClCompile> |
155 | <ResourceCompile> | |
156 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
157 | <Culture>0x0409</Culture> | |
158 | </ResourceCompile> | |
159 | <Link> | |
f3c0d7a5 | 160 | <OutputFile>..\..\..\bin\icutu59d.dll</OutputFile> |
2ca993e8 A |
161 | <SuppressStartupBanner>true</SuppressStartupBanner> |
162 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
163 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
164 | <ProgramDatabaseFile>.\..\..\..\lib\icutud.pdb</ProgramDatabaseFile> | |
165 | <BaseAddress>0x4ac00000</BaseAddress> | |
166 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
167 | <DataExecutionPrevention> | |
168 | </DataExecutionPrevention> | |
169 | <ImportLibrary>..\..\..\lib\icutud.lib</ImportLibrary> | |
170 | </Link> | |
171 | </ItemDefinitionGroup> | |
172 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
173 | <Midl> | |
174 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
175 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
176 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
177 | <TargetEnvironment>X64</TargetEnvironment> | |
178 | <TypeLibraryName>.\..\..\..\lib64\icutu.tlb</TypeLibraryName> | |
179 | </Midl> | |
180 | <ClCompile> | |
181 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
182 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
183 | <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
184 | <StringPooling>true</StringPooling> | |
185 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
186 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
f3c0d7a5 | 187 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
2ca993e8 A |
188 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
189 | <PrecompiledHeaderOutputFile>.\x64\Release/toolutil.pch</PrecompiledHeaderOutputFile> | |
190 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
191 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
192 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
193 | <WarningLevel>Level3</WarningLevel> | |
194 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
195 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 196 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
197 | </ClCompile> |
198 | <ResourceCompile> | |
199 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
200 | <Culture>0x0409</Culture> | |
201 | </ResourceCompile> | |
202 | <Link> | |
f3c0d7a5 | 203 | <OutputFile>..\..\..\bin64\icutu59.dll</OutputFile> |
2ca993e8 A |
204 | <SuppressStartupBanner>true</SuppressStartupBanner> |
205 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
206 | <ProgramDatabaseFile>.\..\..\..\lib64\icutu.pdb</ProgramDatabaseFile> | |
207 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
208 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | |
209 | <BaseAddress>0x4ac00000</BaseAddress> | |
210 | <ImportLibrary>..\..\..\lib64\icutu.lib</ImportLibrary> | |
211 | <TargetMachine>MachineX64</TargetMachine> | |
212 | </Link> | |
213 | </ItemDefinitionGroup> | |
214 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
215 | <Midl> | |
216 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
217 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
218 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
219 | <TargetEnvironment>X64</TargetEnvironment> | |
220 | <TypeLibraryName>.\..\..\..\lib64\icutud.tlb</TypeLibraryName> | |
221 | </Midl> | |
222 | <ClCompile> | |
223 | <Optimization>Disabled</Optimization> | |
224 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
225 | <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
226 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
227 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
228 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
f3c0d7a5 | 229 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
2ca993e8 A |
230 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
231 | <PrecompiledHeaderOutputFile>.\x64\Debug/toolutil.pch</PrecompiledHeaderOutputFile> | |
232 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
233 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
234 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
235 | <WarningLevel>Level3</WarningLevel> | |
236 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
237 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
238 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 239 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
240 | </ClCompile> |
241 | <ResourceCompile> | |
242 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
243 | <Culture>0x0409</Culture> | |
244 | </ResourceCompile> | |
245 | <Link> | |
f3c0d7a5 | 246 | <OutputFile>..\..\..\bin64\icutu59d.dll</OutputFile> |
2ca993e8 A |
247 | <SuppressStartupBanner>true</SuppressStartupBanner> |
248 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
249 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
250 | <ProgramDatabaseFile>.\..\..\..\lib64\icutud.pdb</ProgramDatabaseFile> | |
251 | <BaseAddress>0x4ac00000</BaseAddress> | |
252 | <ImportLibrary>..\..\..\lib64\icutud.lib</ImportLibrary> | |
253 | <TargetMachine>MachineX64</TargetMachine> | |
254 | </Link> | |
255 | </ItemDefinitionGroup> | |
256 | <ItemGroup> | |
257 | <ClCompile Include="collationinfo.cpp"> | |
258 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
259 | </ClCompile> | |
260 | <ClCompile Include="denseranges.cpp" /> | |
f3c0d7a5 | 261 | <ClCompile Include="filestrm.cpp" /> |
2ca993e8 | 262 | <ClCompile Include="filetools.cpp" /> |
f3c0d7a5 | 263 | <ClCompile Include="flagparser.cpp" /> |
2ca993e8 | 264 | <ClCompile Include="package.cpp" /> |
f3c0d7a5 | 265 | <ClCompile Include="pkg_genc.cpp"> |
2ca993e8 A |
266 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
267 | </ClCompile> | |
f3c0d7a5 | 268 | <ClCompile Include="pkg_gencmn.cpp"> |
2ca993e8 A |
269 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
270 | </ClCompile> | |
271 | <ClCompile Include="pkg_icu.cpp" /> | |
272 | <ClCompile Include="pkgitems.cpp" /> | |
273 | <ClCompile Include="ppucd.cpp"> | |
274 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
275 | </ClCompile> | |
276 | <ClCompile Include="swapimpl.cpp"> | |
277 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
278 | </ClCompile> | |
279 | <ClCompile Include="toolutil.cpp"> | |
280 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
281 | </ClCompile> | |
282 | <ClCompile Include="ucbuf.cpp" /> | |
f3c0d7a5 A |
283 | <ClCompile Include="ucm.cpp" /> |
284 | <ClCompile Include="ucmstate.cpp" /> | |
285 | <ClCompile Include="unewdata.cpp" /> | |
286 | <ClCompile Include="uoptions.cpp" /> | |
287 | <ClCompile Include="uparse.cpp" /> | |
288 | <ClCompile Include="writesrc.cpp" /> | |
2ca993e8 A |
289 | <ClCompile Include="xmlparser.cpp"> |
290 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
291 | </ClCompile> | |
292 | <ClCompile Include="dbgutil.cpp"> | |
293 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
294 | </ClCompile> | |
295 | <ClCompile Include="udbgutil.cpp"> | |
296 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
297 | </ClCompile> | |
298 | <ClCompile Include="ucln_tu.cpp"> | |
299 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
300 | </ClCompile> | |
301 | </ItemGroup> | |
302 | <ItemGroup> | |
303 | <ClInclude Include="collationinfo.h" /> | |
304 | <ClInclude Include="denseranges.h" /> | |
305 | <ClInclude Include="filestrm.h" /> | |
306 | <ClInclude Include="filetools.h" /> | |
307 | <ClInclude Include="flagparser.h" /> | |
308 | <ClInclude Include="package.h" /> | |
309 | <ClInclude Include="pkg_genc.h" /> | |
310 | <ClInclude Include="pkg_gencmn.h" /> | |
311 | <ClInclude Include="pkg_icu.h" /> | |
312 | <ClInclude Include="pkg_imp.h" /> | |
313 | <ClInclude Include="ppucd.h" /> | |
314 | <ClInclude Include="swapimpl.h" /> | |
315 | <ClInclude Include="toolutil.h" /> | |
316 | <ClInclude Include="ucbuf.h" /> | |
317 | <ClInclude Include="ucm.h" /> | |
318 | <ClInclude Include="unewdata.h" /> | |
319 | <ClInclude Include="uoptions.h" /> | |
320 | <ClInclude Include="uparse.h" /> | |
321 | <ClInclude Include="writesrc.h" /> | |
322 | <ClInclude Include="xmlparser.h" /> | |
323 | <ClInclude Include="dbgutil.h" /> | |
324 | <ClInclude Include="udbgutil.h" /> | |
325 | </ItemGroup> | |
326 | <ItemGroup> | |
327 | <ProjectReference Include="..\..\common\common.vcxproj"> | |
328 | <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> | |
329 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
330 | </ProjectReference> | |
331 | <ProjectReference Include="..\..\i18n\i18n.vcxproj"> | |
332 | <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> | |
333 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
334 | </ProjectReference> | |
335 | </ItemGroup> | |
336 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
337 | <ImportGroup Label="ExtensionTargets"> | |
338 | </ImportGroup> | |
339 | </Project> |