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

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

Issue 18555: Prep for generated .vcproj files:... (Closed) Base URL: svn://chrome-svn/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 | « third_party/libpng/libpng.vcproj ('k') | no next file » | 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 <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)..\build\external_code .vsprops;.\zlib.vsprops" 21 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops;.\zlib.vsprops"
20 > 22 >
21 <Tool 23 <Tool
22 Name="VCLibrarianTool" 24 Name="VCLibrarianTool"
23 /> 25 />
24 <Tool 26 <Tool
25 Name="VCCLCompilerTool" 27 Name="VCCLCompilerTool"
26 /> 28 />
27 </Configuration> 29 </Configuration>
28 <Configuration 30 <Configuration
29 Name="Release|Win32" 31 Name="Release|Win32"
30 ConfigurationType="4" 32 ConfigurationType="4"
31 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops;.\zlib.vsprops" 33 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops;.\zlib.vsprops"
32 > 34 >
33 <Tool 35 <Tool
34 Name="VCLibrarianTool" 36 Name="VCLibrarianTool"
35 /> 37 />
36 <Tool 38 <Tool
37 Name="VCCLCompilerTool" 39 Name="VCCLCompilerTool"
38 /> 40 />
39 </Configuration> 41 </Configuration>
40 </Configurations> 42 </Configurations>
43 <References>
44 </References>
41 <Files> 45 <Files>
42 <Filter 46 <Filter
43 Name="minizip" 47 Name="minizip"
44 > 48 >
45 <File 49 <File
46 RelativePath=".\contrib\minizip\ioapi.c" 50 RelativePath=".\contrib\minizip\ioapi.c"
47 > 51 >
48 </File> 52 </File>
49 <File 53 <File
50 RelativePath=".\contrib\minizip\ioapi.h" 54 RelativePath=".\contrib\minizip\ioapi.h"
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 </File> 157 </File>
154 <File 158 <File
155 RelativePath=".\zutil.c" 159 RelativePath=".\zutil.c"
156 > 160 >
157 </File> 161 </File>
158 <File 162 <File
159 RelativePath=".\zutil.h" 163 RelativePath=".\zutil.h"
160 > 164 >
161 </File> 165 </File>
162 </Files> 166 </Files>
167 <Globals>
168 </Globals>
163 </VisualStudioProject> 169 </VisualStudioProject>
OLDNEW
« no previous file with comments | « third_party/libpng/libpng.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698