VC project files
[summerhack] / libs / libpng / libpng.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>\r
2 <VisualStudioProject\r
3         ProjectType="Visual C++"\r
4         Version="8.00"\r
5         Name="libpng"\r
6         ProjectGUID="{A62FFDA5-2D65-4DF9-92B7-6184C9CA56ED}"\r
7         RootNamespace="libpng"\r
8         Keyword="Win32Proj"\r
9         >\r
10         <Platforms>\r
11                 <Platform\r
12                         Name="Win32"\r
13                 />\r
14         </Platforms>\r
15         <ToolFiles>\r
16         </ToolFiles>\r
17         <Configurations>\r
18                 <Configuration\r
19                         Name="Debug|Win32"\r
20                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"\r
21                         IntermediateDirectory="$(ConfigurationName)"\r
22                         ConfigurationType="4"\r
23                         CharacterSet="1"\r
24                         >\r
25                         <Tool\r
26                                 Name="VCPreBuildEventTool"\r
27                         />\r
28                         <Tool\r
29                                 Name="VCCustomBuildTool"\r
30                         />\r
31                         <Tool\r
32                                 Name="VCXMLDataGeneratorTool"\r
33                         />\r
34                         <Tool\r
35                                 Name="VCWebServiceProxyGeneratorTool"\r
36                         />\r
37                         <Tool\r
38                                 Name="VCMIDLTool"\r
39                         />\r
40                         <Tool\r
41                                 Name="VCCLCompilerTool"\r
42                                 Optimization="0"\r
43                                 AdditionalIncludeDirectories="$(SolutionDir)\libs\zlib"\r
44                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"\r
45                                 MinimalRebuild="true"\r
46                                 BasicRuntimeChecks="3"\r
47                                 RuntimeLibrary="3"\r
48                                 UsePrecompiledHeader="0"\r
49                                 WarningLevel="2"\r
50                                 Detect64BitPortabilityProblems="true"\r
51                                 DebugInformationFormat="4"\r
52                                 DisableSpecificWarnings="4996"\r
53                         />\r
54                         <Tool\r
55                                 Name="VCManagedResourceCompilerTool"\r
56                         />\r
57                         <Tool\r
58                                 Name="VCResourceCompilerTool"\r
59                         />\r
60                         <Tool\r
61                                 Name="VCPreLinkEventTool"\r
62                         />\r
63                         <Tool\r
64                                 Name="VCLibrarianTool"\r
65                         />\r
66                         <Tool\r
67                                 Name="VCALinkTool"\r
68                         />\r
69                         <Tool\r
70                                 Name="VCXDCMakeTool"\r
71                         />\r
72                         <Tool\r
73                                 Name="VCBscMakeTool"\r
74                         />\r
75                         <Tool\r
76                                 Name="VCFxCopTool"\r
77                         />\r
78                         <Tool\r
79                                 Name="VCPostBuildEventTool"\r
80                         />\r
81                 </Configuration>\r
82                 <Configuration\r
83                         Name="Release|Win32"\r
84                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"\r
85                         IntermediateDirectory="$(ConfigurationName)"\r
86                         ConfigurationType="4"\r
87                         CharacterSet="1"\r
88                         WholeProgramOptimization="1"\r
89                         >\r
90                         <Tool\r
91                                 Name="VCPreBuildEventTool"\r
92                         />\r
93                         <Tool\r
94                                 Name="VCCustomBuildTool"\r
95                         />\r
96                         <Tool\r
97                                 Name="VCXMLDataGeneratorTool"\r
98                         />\r
99                         <Tool\r
100                                 Name="VCWebServiceProxyGeneratorTool"\r
101                         />\r
102                         <Tool\r
103                                 Name="VCMIDLTool"\r
104                         />\r
105                         <Tool\r
106                                 Name="VCCLCompilerTool"\r
107                                 AdditionalIncludeDirectories="$(SolutionDir)\libs\zlib"\r
108                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"\r
109                                 RuntimeLibrary="2"\r
110                                 UsePrecompiledHeader="0"\r
111                                 WarningLevel="2"\r
112                                 Detect64BitPortabilityProblems="true"\r
113                                 DebugInformationFormat="3"\r
114                                 DisableSpecificWarnings="4996"\r
115                         />\r
116                         <Tool\r
117                                 Name="VCManagedResourceCompilerTool"\r
118                         />\r
119                         <Tool\r
120                                 Name="VCResourceCompilerTool"\r
121                         />\r
122                         <Tool\r
123                                 Name="VCPreLinkEventTool"\r
124                         />\r
125                         <Tool\r
126                                 Name="VCLibrarianTool"\r
127                         />\r
128                         <Tool\r
129                                 Name="VCALinkTool"\r
130                         />\r
131                         <Tool\r
132                                 Name="VCXDCMakeTool"\r
133                         />\r
134                         <Tool\r
135                                 Name="VCBscMakeTool"\r
136                         />\r
137                         <Tool\r
138                                 Name="VCFxCopTool"\r
139                         />\r
140                         <Tool\r
141                                 Name="VCPostBuildEventTool"\r
142                         />\r
143                 </Configuration>\r
144         </Configurations>\r
145         <References>\r
146         </References>\r
147         <Files>\r
148                 <Filter\r
149                         Name="src"\r
150                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"\r
151                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"\r
152                         >\r
153                         <File\r
154                                 RelativePath=".\png.c"\r
155                                 >\r
156                         </File>\r
157                         <File\r
158                                 RelativePath=".\png.h"\r
159                                 >\r
160                         </File>\r
161                         <File\r
162                                 RelativePath=".\pngconf.h"\r
163                                 >\r
164                         </File>\r
165                         <File\r
166                                 RelativePath=".\pngerror.c"\r
167                                 >\r
168                         </File>\r
169                         <File\r
170                                 RelativePath=".\pngget.c"\r
171                                 >\r
172                         </File>\r
173                         <File\r
174                                 RelativePath=".\pngmem.c"\r
175                                 >\r
176                         </File>\r
177                         <File\r
178                                 RelativePath=".\pngpread.c"\r
179                                 >\r
180                         </File>\r
181                         <File\r
182                                 RelativePath=".\pngread.c"\r
183                                 >\r
184                         </File>\r
185                         <File\r
186                                 RelativePath=".\pngrio.c"\r
187                                 >\r
188                         </File>\r
189                         <File\r
190                                 RelativePath=".\pngrtran.c"\r
191                                 >\r
192                         </File>\r
193                         <File\r
194                                 RelativePath=".\pngrutil.c"\r
195                                 >\r
196                         </File>\r
197                         <File\r
198                                 RelativePath=".\pngset.c"\r
199                                 >\r
200                         </File>\r
201                         <File\r
202                                 RelativePath=".\pngtrans.c"\r
203                                 >\r
204                         </File>\r
205                         <File\r
206                                 RelativePath=".\pngwio.c"\r
207                                 >\r
208                         </File>\r
209                         <File\r
210                                 RelativePath=".\pngwrite.c"\r
211                                 >\r
212                         </File>\r
213                         <File\r
214                                 RelativePath=".\pngwtran.c"\r
215                                 >\r
216                         </File>\r
217                         <File\r
218                                 RelativePath=".\pngwutil.c"\r
219                                 >\r
220                         </File>\r
221                 </Filter>\r
222         </Files>\r
223         <Globals>\r
224         </Globals>\r
225 </VisualStudioProject>\r