Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1291)

Delta Between Two Patch Sets: icu4c/source/i18n/i18n.vcxproj

Issue 335150043: Refreshing Number Parsing: ICU4J Base URL: svn+icussh://source.icu-project.org/repos/icu/trunk/
Left Patch Set: Data-driven unit tests are passing. Created 6 years, 3 months ago
Right Patch Set: Replying to Andy feedback round one. See commit message. Created 6 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « icu4c/source/i18n/decimalformatpattern.cpp ('k') | icu4c/source/i18n/i18n.vcxproj.filters » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.micros oft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.micros oft.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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 <ClCompile Include="calendar.cpp" /> 310 <ClCompile Include="calendar.cpp" />
311 <ClCompile Include="cecal.cpp" /> 311 <ClCompile Include="cecal.cpp" />
312 <ClCompile Include="chnsecal.cpp" /> 312 <ClCompile Include="chnsecal.cpp" />
313 <ClCompile Include="choicfmt.cpp" /> 313 <ClCompile Include="choicfmt.cpp" />
314 <ClCompile Include="compactdecimalformat.cpp" /> 314 <ClCompile Include="compactdecimalformat.cpp" />
315 <ClCompile Include="coptccal.cpp" /> 315 <ClCompile Include="coptccal.cpp" />
316 <ClCompile Include="curramt.cpp" /> 316 <ClCompile Include="curramt.cpp" />
317 <ClCompile Include="currfmt.cpp" /> 317 <ClCompile Include="currfmt.cpp" />
318 <ClCompile Include="currpinf.cpp" /> 318 <ClCompile Include="currpinf.cpp" />
319 <ClCompile Include="currunit.cpp" /> 319 <ClCompile Include="currunit.cpp" />
320 <ClCompile Include="currdisplayinfo.cpp" />
320 <ClCompile Include="dangical.cpp" /> 321 <ClCompile Include="dangical.cpp" />
321 <ClCompile Include="datefmt.cpp" /> 322 <ClCompile Include="datefmt.cpp" />
322 <ClCompile Include="dayperiodrules.cpp" /> 323 <ClCompile Include="dayperiodrules.cpp" />
323 <ClCompile Include="dcfmtsym.cpp" /> 324 <ClCompile Include="dcfmtsym.cpp" />
324 <ClCompile Include="decContext.cpp" /> 325 <ClCompile Include="decContext.cpp" />
325 <ClCompile Include="decfmtst.cpp" /> 326 <ClCompile Include="decfmtst.cpp" />
326 <ClCompile Include="decimalformatpattern.cpp" /> 327 <ClCompile Include="decimalformatpattern.cpp" />
327 <ClCompile Include="decimfmt.cpp" /> 328 <ClCompile Include="decimfmt.cpp" />
328 <ClCompile Include="decNumber.cpp" /> 329 <ClCompile Include="decNumber.cpp" />
329 <ClCompile Include="digitlst.cpp" /> 330 <ClCompile Include="digitlst.cpp" />
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1739 <ItemGroup> 1740 <ItemGroup>
1740 <ProjectReference Include="..\common\common.vcxproj"> 1741 <ProjectReference Include="..\common\common.vcxproj">
1741 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 1742 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
1742 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 1743 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
1743 </ProjectReference> 1744 </ProjectReference>
1744 </ItemGroup> 1745 </ItemGroup>
1745 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1746 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1746 <ImportGroup Label="ExtensionTargets"> 1747 <ImportGroup Label="ExtensionTargets">
1747 </ImportGroup> 1748 </ImportGroup>
1748 </Project> 1749 </Project>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b