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

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

Issue 43101: Switching to gyp generated vcprojs for some components. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
« no previous file with comments | « third_party/libjpeg/libjpeg.vcproj ('k') | third_party/zlib/zlib.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="libpng"
6 ProjectGUID="{C564F145-9172-42C3-BFCB-6014CA97DBCD}"
7 RootNamespace="libpng"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="4"
21 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\zlib\us ing_zlib.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\t hird_party\libpng\using_libpng.vsprops"
22 >
23 <Tool
24 Name="VCLibrarianTool"
25 />
26 <Tool
27 Name="VCCLCompilerTool"
28 />
29 </Configuration>
30 <Configuration
31 Name="Release|Win32"
32 ConfigurationType="4"
33 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\zlib\ using_zlib.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir).. \third_party\libpng\using_libpng.vsprops"
34 >
35 <Tool
36 Name="VCLibrarianTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 />
41 </Configuration>
42 </Configurations>
43 <References>
44 </References>
45 <Files>
46 <File
47 RelativePath=".\png.c"
48 >
49 </File>
50 <File
51 RelativePath=".\png.h"
52 >
53 </File>
54 <File
55 RelativePath=".\pngconf.h"
56 >
57 </File>
58 <File
59 RelativePath=".\pngerror.c"
60 >
61 </File>
62 <File
63 RelativePath=".\pnggccrd.c"
64 >
65 </File>
66 <File
67 RelativePath=".\pngget.c"
68 >
69 </File>
70 <File
71 RelativePath=".\pngmem.c"
72 >
73 </File>
74 <File
75 RelativePath=".\pngpread.c"
76 >
77 </File>
78 <File
79 RelativePath=".\pngread.c"
80 >
81 </File>
82 <File
83 RelativePath=".\pngrio.c"
84 >
85 </File>
86 <File
87 RelativePath=".\pngrtran.c"
88 >
89 </File>
90 <File
91 RelativePath=".\pngrutil.c"
92 >
93 </File>
94 <File
95 RelativePath=".\pngset.c"
96 >
97 </File>
98 <File
99 RelativePath=".\pngtrans.c"
100 >
101 </File>
102 <File
103 RelativePath=".\pngusr.h"
104 >
105 </File>
106 <File
107 RelativePath=".\pngvcrd.c"
108 >
109 </File>
110 <File
111 RelativePath=".\pngwio.c"
112 >
113 </File>
114 <File
115 RelativePath=".\pngwrite.c"
116 >
117 </File>
118 <File
119 RelativePath=".\pngwtran.c"
120 >
121 </File>
122 <File
123 RelativePath=".\pngwutil.c"
124 >
125 </File>
126 </Files>
127 <Globals>
128 </Globals>
129 </VisualStudioProject>
OLDNEW
« no previous file with comments | « third_party/libjpeg/libjpeg.vcproj ('k') | third_party/zlib/zlib.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698