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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months 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/genrb/genrb.cpp ('k') | source/tools/genrb/genrb.vcxproj.filters » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32"> 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64"> 8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 <OutputFile>.\x64\Debug/genrb.exe</OutputFile> 232 <OutputFile>.\x64\Debug/genrb.exe</OutputFile>
233 <SuppressStartupBanner>true</SuppressStartupBanner> 233 <SuppressStartupBanner>true</SuppressStartupBanner>
234 <GenerateDebugInformation>true</GenerateDebugInformation> 234 <GenerateDebugInformation>true</GenerateDebugInformation>
235 <ProgramDatabaseFile>.\x64\Debug/genrb.pdb</ProgramDatabaseFile> 235 <ProgramDatabaseFile>.\x64\Debug/genrb.pdb</ProgramDatabaseFile>
236 <SubSystem>Console</SubSystem> 236 <SubSystem>Console</SubSystem>
237 <TargetMachine>MachineX64</TargetMachine> 237 <TargetMachine>MachineX64</TargetMachine>
238 </Link> 238 </Link>
239 </ItemDefinitionGroup> 239 </ItemDefinitionGroup>
240 <ItemGroup> 240 <ItemGroup>
241 <ClCompile Include="errmsg.c" /> 241 <ClCompile Include="errmsg.c" />
242 <ClCompile Include="genrb.c" /> 242 <ClCompile Include="genrb.cpp" />
243 <ClCompile Include="parse.cpp"> 243 <ClCompile Include="parse.cpp">
244 <DisableLanguageExtensions>false</DisableLanguageExtensions> 244 <DisableLanguageExtensions>false</DisableLanguageExtensions>
245 </ClCompile> 245 </ClCompile>
246 <ClCompile Include="prscmnts.cpp" /> 246 <ClCompile Include="prscmnts.cpp" />
247 <ClCompile Include="rbutil.c" /> 247 <ClCompile Include="rbutil.c" />
248 <ClCompile Include="read.c" /> 248 <ClCompile Include="read.c" />
249 <ClCompile Include="reslist.c" /> 249 <ClCompile Include="reslist.cpp" />
250 <ClCompile Include="rle.c" /> 250 <ClCompile Include="rle.c" />
251 <ClCompile Include="ustr.c" /> 251 <ClCompile Include="ustr.c" />
252 <ClCompile Include="wrtjava.c" /> 252 <ClCompile Include="wrtjava.cpp" />
253 <ClCompile Include="wrtxml.cpp" /> 253 <ClCompile Include="wrtxml.cpp" />
254 </ItemGroup> 254 </ItemGroup>
255 <ItemGroup> 255 <ItemGroup>
256 <ClInclude Include="errmsg.h" /> 256 <ClInclude Include="errmsg.h" />
257 <ClInclude Include="genrb.h" /> 257 <ClInclude Include="genrb.h" />
258 <ClInclude Include="parse.h" /> 258 <ClInclude Include="parse.h" />
259 <ClInclude Include="prscmnts.h" /> 259 <ClInclude Include="prscmnts.h" />
260 <ClInclude Include="rbutil.h" /> 260 <ClInclude Include="rbutil.h" />
261 <ClInclude Include="read.h" /> 261 <ClInclude Include="read.h" />
262 <ClInclude Include="reslist.h" /> 262 <ClInclude Include="reslist.h" />
(...skipping 11 matching lines...) Expand all
274 </ProjectReference> 274 </ProjectReference>
275 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 275 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
276 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 276 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
277 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 277 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
278 </ProjectReference> 278 </ProjectReference>
279 </ItemGroup> 279 </ItemGroup>
280 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 280 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
281 <ImportGroup Label="ExtensionTargets"> 281 <ImportGroup Label="ExtensionTargets">
282 </ImportGroup> 282 </ImportGroup>
283 </Project> 283 </Project>
OLDNEW
« no previous file with comments | « source/tools/genrb/genrb.cpp ('k') | source/tools/genrb/genrb.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698