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

Side by Side Diff: third_party/icu/build/icu.vsprops

Issue 1566001: Update icudt42.dll ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « third_party/icu/README.chromium ('k') | third_party/icu/icudt42.dll » ('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="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="icu" 5 Name="icu"
6 InheritedPropertySheets="..\..\..\build\external_code.vsprops"
7 > 6 >
8 <Tool 7 <Tool
9 Name="VCCLCompilerTool" 8 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="..\source\common;..\public\common; ..\source\i18n;..\public\i18n;..\source\tools\toolutil" 9 AdditionalIncludeDirectories="..\source\common;..\public\common; ..\source\i18n;..\public\i18n;..\source\tools\toolutil"
11 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;U_STATIC_IMPLE MENTATION" 10 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;U_STATIC_IMPLE MENTATION"
12 Detect64BitPortabilityProblems="false" 11 Detect64BitPortabilityProblems="false"
13 » » DisableSpecificWarnings="4005" 12 » » DisableSpecificWarnings="4005,4996"
13 » />
14 <Tool
15 » » Name="VCCLinkerTool"
16 AdditionalOptions="/nxcompat /dynamicbase"
14 /> 17 />
15 </VisualStudioPropertySheet> 18 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « third_party/icu/README.chromium ('k') | third_party/icu/icudt42.dll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698