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

Side by Side Diff: third_party/libxml/build/libxml.vcproj

Issue 16584: Reduce the number of warnings in third party code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/libxml/build/libxml.vsprops » ('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 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="libxml" 5 Name="libxml"
6 ProjectGUID="{F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7}" 6 ProjectGUID="{F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7}"
7 RootNamespace="libxml" 7 RootNamespace="libxml"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
11 <Platform 11 <Platform
12 Name="Win32" 12 Name="Win32"
13 /> 13 />
14 </Platforms> 14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
15 <Configurations> 17 <Configurations>
16 <Configuration 18 <Configuration
17 Name="Debug|Win32" 19 Name="Debug|Win32"
18 ConfigurationType="4" 20 ConfigurationType="4"
19 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\libxml\ build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops; $(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\buil d\external_code.vsprops" 21 » » » InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;.\libxml.vsprops"
20 > 22 >
21 <Tool 23 <Tool
22 » » » » Name="VCLibrarianTool" 24 » » » » Name="VCPreBuildEventTool"
25 » » » />
26 » » » <Tool
27 » » » » Name="VCCustomBuildTool"
28 » » » />
29 » » » <Tool
30 » » » » Name="VCXMLDataGeneratorTool"
31 » » » />
32 » » » <Tool
33 » » » » Name="VCWebServiceProxyGeneratorTool"
34 » » » />
35 » » » <Tool
36 » » » » Name="VCMIDLTool"
23 /> 37 />
24 <Tool 38 <Tool
25 Name="VCCLCompilerTool" 39 Name="VCCLCompilerTool"
26 /> 40 />
27 <Tool 41 <Tool
42 Name="VCManagedResourceCompilerTool"
43 />
44 <Tool
45 Name="VCResourceCompilerTool"
46 />
47 <Tool
48 Name="VCPreLinkEventTool"
49 />
50 <Tool
28 Name="VCLibrarianTool" 51 Name="VCLibrarianTool"
29 /> 52 />
30 <Tool 53 <Tool
54 Name="VCALinkTool"
55 />
56 <Tool
57 Name="VCXDCMakeTool"
58 />
59 <Tool
60 Name="VCBscMakeTool"
61 />
62 <Tool
63 Name="VCFxCopTool"
64 />
65 <Tool
66 Name="VCPostBuildEventTool"
67 />
68 </Configuration>
69 <Configuration
70 Name="Release|Win32"
71 ConfigurationType="4"
72 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;.\libxml.vsprops"
73 >
74 <Tool
75 Name="VCPreBuildEventTool"
76 />
77 <Tool
78 Name="VCCustomBuildTool"
79 />
80 <Tool
81 Name="VCXMLDataGeneratorTool"
82 />
83 <Tool
84 Name="VCWebServiceProxyGeneratorTool"
85 />
86 <Tool
87 Name="VCMIDLTool"
88 />
89 <Tool
31 Name="VCCLCompilerTool" 90 Name="VCCLCompilerTool"
32 /> 91 />
33 <Tool 92 <Tool
34 » » » » Name="VCPreBuildEventTool" 93 » » » » Name="VCManagedResourceCompilerTool"
35 » » » />
36 » » </Configuration>
37 » » <Configuration
38 » » » Name="Release|Win32"
39 » » » ConfigurationType="4"
40 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libxm l\build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprop s;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\bu ild\external_code.vsprops"
41 » » » >
42 » » » <Tool
43 » » » » Name="VCLibrarianTool"
44 /> 94 />
45 <Tool 95 <Tool
46 » » » » Name="VCCLCompilerTool" 96 » » » » Name="VCResourceCompilerTool"
97 » » » />
98 » » » <Tool
99 » » » » Name="VCPreLinkEventTool"
47 /> 100 />
48 <Tool 101 <Tool
49 Name="VCLibrarianTool" 102 Name="VCLibrarianTool"
50 /> 103 />
51 <Tool 104 <Tool
52 » » » » Name="VCCLCompilerTool" 105 » » » » Name="VCALinkTool"
53 /> 106 />
54 <Tool 107 <Tool
55 » » » » Name="VCPreBuildEventTool" 108 » » » » Name="VCXDCMakeTool"
109 » » » />
110 » » » <Tool
111 » » » » Name="VCBscMakeTool"
112 » » » />
113 » » » <Tool
114 » » » » Name="VCFxCopTool"
115 » » » />
116 » » » <Tool
117 » » » » Name="VCPostBuildEventTool"
56 /> 118 />
57 </Configuration> 119 </Configuration>
58 </Configurations> 120 </Configurations>
121 <References>
122 </References>
59 <Files> 123 <Files>
60 <Filter 124 <Filter
61 Name="include" 125 Name="include"
62 > 126 >
63 <File 127 <File
64 RelativePath="..\include\win32config.h" 128 RelativePath="..\include\win32config.h"
65 > 129 >
66 </File> 130 </File>
67 <File 131 <File
68 RelativePath="..\include\wsockcompat.h" 132 RelativePath="..\include\wsockcompat.h"
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 </File> 507 </File>
444 <File 508 <File
445 RelativePath="..\xpath.c" 509 RelativePath="..\xpath.c"
446 > 510 >
447 </File> 511 </File>
448 <File 512 <File
449 RelativePath="..\xpointer.c" 513 RelativePath="..\xpointer.c"
450 > 514 >
451 </File> 515 </File>
452 </Files> 516 </Files>
517 <Globals>
518 </Globals>
453 </VisualStudioProject> 519 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | third_party/libxml/build/libxml.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698