source: libpipi/trunk/pipi/libpipi.vcproj @ 2904

Last change on this file since 2904 was 2904, checked in by Sam Hocevar, 15 years ago

Start writing Visual Studio projects.

File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="libpipi"
6        ProjectGUID="{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20                        IntermediateDirectory="$(ConfigurationName)"
21                        ConfigurationType="2"
22                        >
23                        <Tool
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"
37                        />
38                        <Tool
39                                Name="VCCLCompilerTool"
40                                Optimization="0"
41                                AdditionalIncludeDirectories="..\win32;.;.."
42                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;"
43                                MinimalRebuild="true"
44                                BasicRuntimeChecks="3"
45                                RuntimeLibrary="3"
46                                UsePrecompiledHeader="0"
47                                WarningLevel="3"
48                                Detect64BitPortabilityProblems="true"
49                                DebugInformationFormat="4"
50                        />
51                        <Tool
52                                Name="VCManagedResourceCompilerTool"
53                        />
54                        <Tool
55                                Name="VCResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCPreLinkEventTool"
59                        />
60                        <Tool
61                                Name="VCLinkerTool"
62                                LinkIncremental="2"
63                                GenerateDebugInformation="true"
64                                SubSystem="2"
65                                TargetMachine="1"
66                        />
67                        <Tool
68                                Name="VCALinkTool"
69                        />
70                        <Tool
71                                Name="VCManifestTool"
72                        />
73                        <Tool
74                                Name="VCXDCMakeTool"
75                        />
76                        <Tool
77                                Name="VCBscMakeTool"
78                        />
79                        <Tool
80                                Name="VCFxCopTool"
81                        />
82                        <Tool
83                                Name="VCAppVerifierTool"
84                        />
85                        <Tool
86                                Name="VCWebDeploymentTool"
87                        />
88                        <Tool
89                                Name="VCPostBuildEventTool"
90                        />
91                </Configuration>
92                <Configuration
93                        Name="Release|Win32"
94                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
95                        IntermediateDirectory="$(ConfigurationName)"
96                        ConfigurationType="2"
97                        >
98                        <Tool
99                                Name="VCPreBuildEventTool"
100                        />
101                        <Tool
102                                Name="VCCustomBuildTool"
103                        />
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"
106                        />
107                        <Tool
108                                Name="VCWebServiceProxyGeneratorTool"
109                        />
110                        <Tool
111                                Name="VCMIDLTool"
112                        />
113                        <Tool
114                                Name="VCCLCompilerTool"
115                                AdditionalIncludeDirectories="..\win32;.;.."
116                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;"
117                                RuntimeLibrary="2"
118                                UsePrecompiledHeader="0"
119                                WarningLevel="3"
120                                Detect64BitPortabilityProblems="true"
121                                DebugInformationFormat="3"
122                        />
123                        <Tool
124                                Name="VCManagedResourceCompilerTool"
125                        />
126                        <Tool
127                                Name="VCResourceCompilerTool"
128                        />
129                        <Tool
130                                Name="VCPreLinkEventTool"
131                        />
132                        <Tool
133                                Name="VCLinkerTool"
134                                LinkIncremental="2"
135                                GenerateDebugInformation="true"
136                                SubSystem="2"
137                                OptimizeReferences="2"
138                                EnableCOMDATFolding="2"
139                                TargetMachine="1"
140                        />
141                        <Tool
142                                Name="VCALinkTool"
143                        />
144                        <Tool
145                                Name="VCManifestTool"
146                        />
147                        <Tool
148                                Name="VCXDCMakeTool"
149                        />
150                        <Tool
151                                Name="VCBscMakeTool"
152                        />
153                        <Tool
154                                Name="VCFxCopTool"
155                        />
156                        <Tool
157                                Name="VCAppVerifierTool"
158                        />
159                        <Tool
160                                Name="VCWebDeploymentTool"
161                        />
162                        <Tool
163                                Name="VCPostBuildEventTool"
164                        />
165                </Configuration>
166        </Configurations>
167        <References>
168        </References>
169        <Files>
170                <Filter
171                        Name="Header Files"
172                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
173                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
174                        >
175                        <File
176                                RelativePath="..\win32\config.h"
177                                >
178                        </File>
179                        <File
180                                RelativePath=".\pipi.h"
181                                >
182                        </File>
183                        <File
184                                RelativePath=".\pipi_internals.h"
185                                >
186                        </File>
187                        <File
188                                RelativePath=".\pipi_stubs.h"
189                                >
190                        </File>
191                        <File
192                                RelativePath=".\pipi_template.h"
193                                >
194                        </File>
195                        <File
196                                RelativePath="..\win32\pipi_types.h"
197                                >
198                        </File>
199                </Filter>
200                <Filter
201                        Name="Resource Files"
202                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
203                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
204                        >
205                </Filter>
206                <Filter
207                        Name="Source Files"
208                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
209                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
210                        >
211                        <File
212                                RelativePath=".\accessors.c"
213                                >
214                        </File>
215                        <File
216                                RelativePath=".\filter\autocontrast.c"
217                                >
218                        </File>
219                        <File
220                                RelativePath=".\paint\bezier.c"
221                                >
222                        </File>
223                        <File
224                                RelativePath=".\filter\blur.c"
225                                >
226                        </File>
227                        <File
228                                RelativePath=".\codec.c"
229                                >
230                        </File>
231                        <File
232                                RelativePath=".\filter\color.c"
233                                >
234                        </File>
235                        <File
236                                RelativePath=".\colorstring.c"
237                                >
238                        </File>
239                        <File
240                                RelativePath=".\context.c"
241                                >
242                        </File>
243                        <File
244                                RelativePath=".\filter\convolution.c"
245                                >
246                        </File>
247                        <File
248                                RelativePath=".\dither\dbs.c"
249                                >
250                        </File>
251                        <File
252                                RelativePath=".\filter\dilate.c"
253                                >
254                        </File>
255                        <File
256                                RelativePath=".\dither.c"
257                                >
258                        </File>
259                        <File
260                                RelativePath=".\dither\ediff.c"
261                                >
262                        </File>
263                        <File
264                                RelativePath=".\paint\floodfill.c"
265                                >
266                        </File>
267                        <File
268                                RelativePath=".\codec\gdi.c"
269                                >
270                        </File>
271                        <File
272                                RelativePath=".\histogram\histogram.c"
273                                >
274                        </File>
275                        <File
276                                RelativePath=".\paint\line.c"
277                                >
278                        </File>
279                        <File
280                                RelativePath=".\combine\mean.c"
281                                >
282                        </File>
283                        <File
284                                RelativePath=".\measure.c"
285                                >
286                        </File>
287                        <File
288                                RelativePath=".\filter\median.c"
289                                >
290                        </File>
291                        <File
292                                RelativePath=".\combine\minmax.c"
293                                >
294                        </File>
295                        <File
296                                RelativePath=".\combine\mulscreen.c"
297                                >
298                        </File>
299                        <File
300                                RelativePath=".\render\noise.c"
301                                >
302                        </File>
303                        <File
304                                RelativePath=".\dither\ordered.c"
305                                >
306                        </File>
307                        <File
308                                RelativePath=".\codec\oric.c"
309                                >
310                        </File>
311                        <File
312                                RelativePath=".\dither\ostromoukhov.c"
313                                >
314                        </File>
315                        <File
316                                RelativePath=".\pipi.c"
317                                >
318                        </File>
319                        <File
320                                RelativePath=".\pixels.c"
321                                >
322                        </File>
323                        <File
324                                RelativePath=".\dither\random.c"
325                                >
326                        </File>
327                        <File
328                                RelativePath=".\quantize\reduce.c"
329                                >
330                        </File>
331                        <File
332                                RelativePath=".\resize.c"
333                                >
334                        </File>
335                        <File
336                                RelativePath=".\combine\rgb.c"
337                                >
338                        </File>
339                        <File
340                                RelativePath=".\render\screen.c"
341                                >
342                        </File>
343                        <File
344                                RelativePath=".\stock.c"
345                                >
346                        </File>
347                        <File
348                                RelativePath=".\combine\subadd.c"
349                                >
350                        </File>
351                        <File
352                                RelativePath=".\paint\tile.c"
353                                >
354                        </File>
355                        <File
356                                RelativePath=".\filter\transform.c"
357                                >
358                        </File>
359                </Filter>
360        </Files>
361        <Globals>
362        </Globals>
363</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.