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

Side by Side Diff: third_party/zlib/zlib.vcproj

Issue 16605: Add zlib/contrib/minizip to third_party/zlib... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 12 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/zlib/zlib.scons ('k') | third_party/zlib/zlib.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="zlib" 5 Name="zlib"
6 ProjectGUID="{8423AF0D-4B88-4EBF-94E1-E4D00D00E21C}" 6 ProjectGUID="{8423AF0D-4B88-4EBF-94E1-E4D00D00E21C}"
7 RootNamespace="zlib" 7 RootNamespace="zlib"
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 <Configurations> 15 <Configurations>
16 <Configuration 16 <Configuration
17 Name="Debug|Win32" 17 Name="Debug|Win32"
18 ConfigurationType="4" 18 ConfigurationType="4"
19 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops" 19 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops;.\zlib.vsprops"
20 > 20 >
21 <Tool 21 <Tool
22 Name="VCLibrarianTool" 22 Name="VCLibrarianTool"
23 /> 23 />
24 <Tool 24 <Tool
25 Name="VCCLCompilerTool" 25 Name="VCCLCompilerTool"
26 /> 26 />
27 </Configuration> 27 </Configuration>
28 <Configuration 28 <Configuration
29 Name="Release|Win32" 29 Name="Release|Win32"
30 ConfigurationType="4" 30 ConfigurationType="4"
31 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops" 31 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops;.\zlib.vsprops"
32 > 32 >
33 <Tool 33 <Tool
34 Name="VCLibrarianTool" 34 Name="VCLibrarianTool"
35 /> 35 />
36 <Tool 36 <Tool
37 Name="VCCLCompilerTool" 37 Name="VCCLCompilerTool"
38 /> 38 />
39 </Configuration> 39 </Configuration>
40 </Configurations> 40 </Configurations>
41 <Files> 41 <Files>
42 <Filter
43 Name="minizip"
44 >
45 <File
46 RelativePath=".\contrib\minizip\ioapi.c"
47 >
48 </File>
49 <File
50 RelativePath=".\contrib\minizip\ioapi.h"
51 >
52 </File>
53 <File
54 RelativePath=".\contrib\minizip\iowin32.c"
55 >
56 </File>
57 <File
58 RelativePath=".\contrib\minizip\iowin32.h"
59 >
60 </File>
61 <File
62 RelativePath=".\contrib\minizip\unzip.c"
63 >
64 </File>
65 <File
66 RelativePath=".\contrib\minizip\unzip.h"
67 >
68 </File>
69 </Filter>
42 <File 70 <File
43 RelativePath=".\adler32.c" 71 RelativePath=".\adler32.c"
44 > 72 >
45 </File> 73 </File>
46 <File 74 <File
47 RelativePath=".\compress.c" 75 RelativePath=".\compress.c"
48 > 76 >
49 </File> 77 </File>
50 <File 78 <File
51 RelativePath=".\crc32.c" 79 RelativePath=".\crc32.c"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 <File 154 <File
127 RelativePath=".\zutil.c" 155 RelativePath=".\zutil.c"
128 > 156 >
129 </File> 157 </File>
130 <File 158 <File
131 RelativePath=".\zutil.h" 159 RelativePath=".\zutil.h"
132 > 160 >
133 </File> 161 </File>
134 </Files> 162 </Files>
135 </VisualStudioProject> 163 </VisualStudioProject>
OLDNEW
« no previous file with comments | « third_party/zlib/zlib.scons ('k') | third_party/zlib/zlib.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698