Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: source/tools/toolutil/toolutil.vcxproj

Issue 2443653002: Delete Visual Studio build files (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/tools/pkgdata/pkgdata.vcxproj.filters ('k') | source/tools/tzcode/icuzdump.vcxproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.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="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>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
31 <ConfigurationType>DynamicLibrary</ConfigurationType>
32 <UseOfMfc>false</UseOfMfc>
33 <CharacterSet>MultiByte</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label=" Configuration">
36 <ConfigurationType>DynamicLibrary</ConfigurationType>
37 <UseOfMfc>false</UseOfMfc>
38 <CharacterSet>MultiByte</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label ="Configuration">
41 <ConfigurationType>DynamicLibrary</ConfigurationType>
42 <UseOfMfc>false</UseOfMfc>
43 <CharacterSet>MultiByte</CharacterSet>
44 </PropertyGroup>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
47 </ImportGroup>
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=" PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
51 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label ="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Pr opertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label=" PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
63 </ImportGroup>
64 <PropertyGroup Label="UserMacros" />
65 <PropertyGroup>
66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\ ..\lib\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</IntDir>
69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\.. \lib\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</IntDir>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t rue</LinkIncremental>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f alse</LinkIncremental>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </IntDir>
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">tru e</LinkIncremental>
79 </PropertyGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
81 <Midl>
82 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
83 <MkTypLibCompatible>true</MkTypLibCompatible>
84 <SuppressStartupBanner>true</SuppressStartupBanner>
85 <TargetEnvironment>Win32</TargetEnvironment>
86 <TypeLibraryName>.\..\..\..\lib\icutu.tlb</TypeLibraryName>
87 </Midl>
88 <ClCompile>
89 <WholeProgramOptimization>true</WholeProgramOptimization>
90 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(A dditionalIncludeDirectories)</AdditionalIncludeDirectories>
91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_ IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <StringPooling>true</StringPooling>
93 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
94 <FunctionLevelLinking>true</FunctionLevelLinking>
95 <DisableLanguageExtensions>true</DisableLanguageExtensions>
96 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
97 <PrecompiledHeaderOutputFile>.\x86\Release/toolutil.pch</PrecompiledHeader OutputFile>
98 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
99 <ObjectFileName>.\x86\Release/</ObjectFileName>
100 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
101 <WarningLevel>Level3</WarningLevel>
102 <SuppressStartupBanner>true</SuppressStartupBanner>
103 <CompileAs>Default</CompileAs>
104 </ClCompile>
105 <ResourceCompile>
106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
107 <Culture>0x0409</Culture>
108 </ResourceCompile>
109 <Link>
110 <OutputFile>..\..\..\bin\icutu55.dll</OutputFile>
111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories) </AdditionalLibraryDirectories>
113 <ProgramDatabaseFile>.\..\..\..\lib\icutu.pdb</ProgramDatabaseFile>
114 <EnableCOMDATFolding>true</EnableCOMDATFolding>
115 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
116 <BaseAddress>0x4ac00000</BaseAddress>
117 <RandomizedBaseAddress>false</RandomizedBaseAddress>
118 <DataExecutionPrevention>
119 </DataExecutionPrevention>
120 <ImportLibrary>..\..\..\lib\icutu.lib</ImportLibrary>
121 </Link>
122 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
124 <Midl>
125 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
126 <MkTypLibCompatible>true</MkTypLibCompatible>
127 <SuppressStartupBanner>true</SuppressStartupBanner>
128 <TargetEnvironment>Win32</TargetEnvironment>
129 <TypeLibraryName>.\..\..\..\lib\icutud.tlb</TypeLibraryName>
130 </Midl>
131 <ClCompile>
132 <Optimization>Disabled</Optimization>
133 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(A dditionalIncludeDirectories)</AdditionalIncludeDirectories>
134 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_ IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
136 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
137 <BufferSecurityCheck>true</BufferSecurityCheck>
138 <DisableLanguageExtensions>true</DisableLanguageExtensions>
139 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
140 <PrecompiledHeaderOutputFile>.\x86\Debug/toolutil.pch</PrecompiledHeaderOu tputFile>
141 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
142 <ObjectFileName>.\x86\Debug/</ObjectFileName>
143 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
144 <WarningLevel>Level3</WarningLevel>
145 <SuppressStartupBanner>true</SuppressStartupBanner>
146 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
147 <CompileAs>Default</CompileAs>
148 </ClCompile>
149 <ResourceCompile>
150 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
151 <Culture>0x0409</Culture>
152 </ResourceCompile>
153 <Link>
154 <OutputFile>..\..\..\bin\icutu55d.dll</OutputFile>
155 <SuppressStartupBanner>true</SuppressStartupBanner>
156 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories) </AdditionalLibraryDirectories>
157 <GenerateDebugInformation>true</GenerateDebugInformation>
158 <ProgramDatabaseFile>.\..\..\..\lib\icutud.pdb</ProgramDatabaseFile>
159 <BaseAddress>0x4ac00000</BaseAddress>
160 <RandomizedBaseAddress>false</RandomizedBaseAddress>
161 <DataExecutionPrevention>
162 </DataExecutionPrevention>
163 <ImportLibrary>..\..\..\lib\icutud.lib</ImportLibrary>
164 </Link>
165 </ItemDefinitionGroup>
166 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
167 <Midl>
168 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
169 <MkTypLibCompatible>true</MkTypLibCompatible>
170 <SuppressStartupBanner>true</SuppressStartupBanner>
171 <TargetEnvironment>X64</TargetEnvironment>
172 <TypeLibraryName>.\..\..\..\lib64\icutu.tlb</TypeLibraryName>
173 </Midl>
174 <ClCompile>
175 <WholeProgramOptimization>true</WholeProgramOptimization>
176 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(A dditionalIncludeDirectories)</AdditionalIncludeDirectories>
177 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOO LUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
178 <StringPooling>true</StringPooling>
179 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
180 <FunctionLevelLinking>true</FunctionLevelLinking>
181 <DisableLanguageExtensions>true</DisableLanguageExtensions>
182 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
183 <PrecompiledHeaderOutputFile>.\x64\Release/toolutil.pch</PrecompiledHeader OutputFile>
184 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
185 <ObjectFileName>.\x64\Release/</ObjectFileName>
186 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
187 <WarningLevel>Level3</WarningLevel>
188 <SuppressStartupBanner>true</SuppressStartupBanner>
189 <CompileAs>Default</CompileAs>
190 </ClCompile>
191 <ResourceCompile>
192 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
193 <Culture>0x0409</Culture>
194 </ResourceCompile>
195 <Link>
196 <OutputFile>..\..\..\bin64\icutu55.dll</OutputFile>
197 <SuppressStartupBanner>true</SuppressStartupBanner>
198 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectorie s)</AdditionalLibraryDirectories>
199 <ProgramDatabaseFile>.\..\..\..\lib64\icutu.pdb</ProgramDatabaseFile>
200 <EnableCOMDATFolding>true</EnableCOMDATFolding>
201 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
202 <BaseAddress>0x4ac00000</BaseAddress>
203 <ImportLibrary>..\..\..\lib64\icutu.lib</ImportLibrary>
204 <TargetMachine>MachineX64</TargetMachine>
205 </Link>
206 </ItemDefinitionGroup>
207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
208 <Midl>
209 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
210 <MkTypLibCompatible>true</MkTypLibCompatible>
211 <SuppressStartupBanner>true</SuppressStartupBanner>
212 <TargetEnvironment>X64</TargetEnvironment>
213 <TypeLibraryName>.\..\..\..\lib64\icutud.tlb</TypeLibraryName>
214 </Midl>
215 <ClCompile>
216 <Optimization>Disabled</Optimization>
217 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(A dditionalIncludeDirectories)</AdditionalIncludeDirectories>
218 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOO LUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
219 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
220 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
221 <BufferSecurityCheck>true</BufferSecurityCheck>
222 <DisableLanguageExtensions>true</DisableLanguageExtensions>
223 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
224 <PrecompiledHeaderOutputFile>.\x64\Debug/toolutil.pch</PrecompiledHeaderOu tputFile>
225 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
226 <ObjectFileName>.\x64\Debug/</ObjectFileName>
227 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
228 <WarningLevel>Level3</WarningLevel>
229 <SuppressStartupBanner>true</SuppressStartupBanner>
230 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
231 <CompileAs>Default</CompileAs>
232 </ClCompile>
233 <ResourceCompile>
234 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
235 <Culture>0x0409</Culture>
236 </ResourceCompile>
237 <Link>
238 <OutputFile>..\..\..\bin64\icutu55d.dll</OutputFile>
239 <SuppressStartupBanner>true</SuppressStartupBanner>
240 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectorie s)</AdditionalLibraryDirectories>
241 <GenerateDebugInformation>true</GenerateDebugInformation>
242 <ProgramDatabaseFile>.\..\..\..\lib64\icutud.pdb</ProgramDatabaseFile>
243 <BaseAddress>0x4ac00000</BaseAddress>
244 <ImportLibrary>..\..\..\lib64\icutud.lib</ImportLibrary>
245 <TargetMachine>MachineX64</TargetMachine>
246 </Link>
247 </ItemDefinitionGroup>
248 <ItemGroup>
249 <ClCompile Include="collationinfo.cpp">
250 <DisableLanguageExtensions>false</DisableLanguageExtensions>
251 </ClCompile>
252 <ClCompile Include="denseranges.cpp" />
253 <ClCompile Include="filestrm.c" />
254 <ClCompile Include="filetools.cpp" />
255 <ClCompile Include="flagparser.c" />
256 <ClCompile Include="package.cpp" />
257 <ClCompile Include="pkg_genc.c">
258 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Deb ug|Win32'">false</DisableLanguageExtensions>
259 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Deb ug|x64'">false</DisableLanguageExtensions>
260 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Rel ease|Win32'">false</DisableLanguageExtensions>
261 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Rel ease|x64'">false</DisableLanguageExtensions>
262 </ClCompile>
263 <ClCompile Include="pkg_gencmn.c">
264 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Deb ug|Win32'">false</DisableLanguageExtensions>
265 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Deb ug|x64'">false</DisableLanguageExtensions>
266 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Rel ease|Win32'">false</DisableLanguageExtensions>
267 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Rel ease|x64'">false</DisableLanguageExtensions>
268 </ClCompile>
269 <ClCompile Include="pkg_icu.cpp" />
270 <ClCompile Include="pkgitems.cpp" />
271 <ClCompile Include="ppucd.cpp" />
272 <ClCompile Include="swapimpl.cpp">
273 <DisableLanguageExtensions>false</DisableLanguageExtensions>
274 </ClCompile>
275 <ClCompile Include="toolutil.cpp">
276 <DisableLanguageExtensions>false</DisableLanguageExtensions>
277 </ClCompile>
278 <ClCompile Include="ucbuf.c" />
279 <ClCompile Include="ucm.c" />
280 <ClCompile Include="ucmstate.c" />
281 <ClCompile Include="unewdata.c" />
282 <ClCompile Include="uoptions.c" />
283 <ClCompile Include="uparse.c" />
284 <ClCompile Include="writesrc.c" />
285 <ClCompile Include="xmlparser.cpp" />
286 <ClCompile Include="dbgutil.cpp" />
287 <ClCompile Include="udbgutil.cpp" />
288 <ClCompile Include="ucln_tu.cpp">
289 <DisableLanguageExtensions>false</DisableLanguageExtensions>
290 </ClCompile>
291 </ItemGroup>
292 <ItemGroup>
293 <ClInclude Include="collationinfo.h" />
294 <ClInclude Include="denseranges.h" />
295 <ClInclude Include="filestrm.h" />
296 <ClInclude Include="filetools.h" />
297 <ClInclude Include="flagparser.h" />
298 <ClInclude Include="package.h" />
299 <ClInclude Include="pkg_genc.h" />
300 <ClInclude Include="pkg_gencmn.h" />
301 <ClInclude Include="pkg_icu.h" />
302 <ClInclude Include="pkg_imp.h" />
303 <ClInclude Include="ppucd.h" />
304 <ClInclude Include="swapimpl.h" />
305 <ClInclude Include="toolutil.h" />
306 <ClInclude Include="ucbuf.h" />
307 <ClInclude Include="ucm.h" />
308 <ClInclude Include="unewdata.h" />
309 <ClInclude Include="uoptions.h" />
310 <ClInclude Include="uparse.h" />
311 <ClInclude Include="writesrc.h" />
312 <ClInclude Include="xmlparser.h" />
313 <ClInclude Include="dbgutil.h" />
314 <ClInclude Include="udbgutil.h" />
315 </ItemGroup>
316 <ItemGroup>
317 <ProjectReference Include="..\..\common\common.vcxproj">
318 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
319 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
320 </ProjectReference>
321 <ProjectReference Include="..\..\i18n\i18n.vcxproj">
322 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
323 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
324 </ProjectReference>
325 </ItemGroup>
326 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
327 <ImportGroup Label="ExtensionTargets">
328 </ImportGroup>
329 </Project>
OLDNEW
« no previous file with comments | « source/tools/pkgdata/pkgdata.vcxproj.filters ('k') | source/tools/tzcode/icuzdump.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698