root/trunk/win/VC80/zlib.vcproj @ 44

Revision 2, 8.3 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="zlib"
6        ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
7        >
8        <Platforms>
9                <Platform
10                        Name="Win32"
11                />
12                <Platform
13                        Name="x64"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Debug|Win32"
21                        OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
22                        IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
23                        ConfigurationType="4"
24                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
25                        CharacterSet="2"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                AdditionalOptions="/wd 4267"
45                                Optimization="0"
46                                AdditionalIncludeDirectories="..\..\dep\include"
47                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
48                                MinimalRebuild="true"
49                                BasicRuntimeChecks="3"
50                                RuntimeLibrary="1"
51                                RuntimeTypeInfo="true"
52                                UsePrecompiledHeader="0"
53                                PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
54                                WarningLevel="3"
55                                Detect64BitPortabilityProblems="true"
56                                DebugInformationFormat="3"
57                        />
58                        <Tool
59                                Name="VCManagedResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCResourceCompilerTool"
63                        />
64                        <Tool
65                                Name="VCPreLinkEventTool"
66                        />
67                        <Tool
68                                Name="VCLibrarianTool"
69                                OutputFile="$(OutDir)/zlib.lib"
70                        />
71                        <Tool
72                                Name="VCALinkTool"
73                        />
74                        <Tool
75                                Name="VCXDCMakeTool"
76                        />
77                        <Tool
78                                Name="VCBscMakeTool"
79                        />
80                        <Tool
81                                Name="VCFxCopTool"
82                        />
83                        <Tool
84                                Name="VCPostBuildEventTool"
85                        />
86                </Configuration>
87                <Configuration
88                        Name="Debug|x64"
89                        OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
90                        IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
91                        ConfigurationType="4"
92                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
93                        CharacterSet="2"
94                        >
95                        <Tool
96                                Name="VCPreBuildEventTool"
97                        />
98                        <Tool
99                                Name="VCCustomBuildTool"
100                        />
101                        <Tool
102                                Name="VCXMLDataGeneratorTool"
103                        />
104                        <Tool
105                                Name="VCWebServiceProxyGeneratorTool"
106                        />
107                        <Tool
108                                Name="VCMIDLTool"
109                                TargetEnvironment="3"
110                        />
111                        <Tool
112                                Name="VCCLCompilerTool"
113                                AdditionalOptions="/wd 4267"
114                                Optimization="0"
115                                AdditionalIncludeDirectories="..\..\dep\include"
116                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
117                                MinimalRebuild="true"
118                                BasicRuntimeChecks="3"
119                                RuntimeLibrary="1"
120                                RuntimeTypeInfo="true"
121                                UsePrecompiledHeader="0"
122                                PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
123                                WarningLevel="3"
124                                Detect64BitPortabilityProblems="true"
125                                DebugInformationFormat="3"
126                        />
127                        <Tool
128                                Name="VCManagedResourceCompilerTool"
129                        />
130                        <Tool
131                                Name="VCResourceCompilerTool"
132                        />
133                        <Tool
134                                Name="VCPreLinkEventTool"
135                        />
136                        <Tool
137                                Name="VCLibrarianTool"
138                                OutputFile="$(OutDir)/zlib.lib"
139                        />
140                        <Tool
141                                Name="VCALinkTool"
142                        />
143                        <Tool
144                                Name="VCXDCMakeTool"
145                        />
146                        <Tool
147                                Name="VCBscMakeTool"
148                        />
149                        <Tool
150                                Name="VCFxCopTool"
151                        />
152                        <Tool
153                                Name="VCPostBuildEventTool"
154                        />
155                </Configuration>
156                <Configuration
157                        Name="Release|Win32"
158                        OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
159                        IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
160                        ConfigurationType="4"
161                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
162                        CharacterSet="2"
163                        >
164                        <Tool
165                                Name="VCPreBuildEventTool"
166                        />
167                        <Tool
168                                Name="VCCustomBuildTool"
169                        />
170                        <Tool
171                                Name="VCXMLDataGeneratorTool"
172                        />
173                        <Tool
174                                Name="VCWebServiceProxyGeneratorTool"
175                        />
176                        <Tool
177                                Name="VCMIDLTool"
178                        />
179                        <Tool
180                                Name="VCCLCompilerTool"
181                                AdditionalOptions="/MP /wd 4267"
182                                AdditionalIncludeDirectories="..\..\dep\include"
183                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
184                                RuntimeLibrary="0"
185                                EnableEnhancedInstructionSet="1"
186                                RuntimeTypeInfo="true"
187                                UsePrecompiledHeader="0"
188                                PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
189                                WarningLevel="3"
190                                Detect64BitPortabilityProblems="true"
191                                DebugInformationFormat="3"
192                        />
193                        <Tool
194                                Name="VCManagedResourceCompilerTool"
195                        />
196                        <Tool
197                                Name="VCResourceCompilerTool"
198                        />
199                        <Tool
200                                Name="VCPreLinkEventTool"
201                        />
202                        <Tool
203                                Name="VCLibrarianTool"
204                                OutputFile="$(OutDir)/zlib.lib"
205                        />
206                        <Tool
207                                Name="VCALinkTool"
208                        />
209                        <Tool
210                                Name="VCXDCMakeTool"
211                        />
212                        <Tool
213                                Name="VCBscMakeTool"
214                        />
215                        <Tool
216                                Name="VCFxCopTool"
217                        />
218                        <Tool
219                                Name="VCPostBuildEventTool"
220                        />
221                </Configuration>
222                <Configuration
223                        Name="Release|x64"
224                        OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
225                        IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
226                        ConfigurationType="4"
227                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
228                        CharacterSet="2"
229                        >
230                        <Tool
231                                Name="VCPreBuildEventTool"
232                        />
233                        <Tool
234                                Name="VCCustomBuildTool"
235                        />
236                        <Tool
237                                Name="VCXMLDataGeneratorTool"
238                        />
239                        <Tool
240                                Name="VCWebServiceProxyGeneratorTool"
241                        />
242                        <Tool
243                                Name="VCMIDLTool"
244                                TargetEnvironment="3"
245                        />
246                        <Tool
247                                Name="VCCLCompilerTool"
248                                AdditionalOptions="/MP /wd 4267"
249                                AdditionalIncludeDirectories="..\..\dep\include"
250                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
251                                RuntimeLibrary="0"
252                                EnableEnhancedInstructionSet="0"
253                                RuntimeTypeInfo="true"
254                                UsePrecompiledHeader="0"
255                                PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
256                                WarningLevel="3"
257                                Detect64BitPortabilityProblems="true"
258                                DebugInformationFormat="3"
259                        />
260                        <Tool
261                                Name="VCManagedResourceCompilerTool"
262                        />
263                        <Tool
264                                Name="VCResourceCompilerTool"
265                        />
266                        <Tool
267                                Name="VCPreLinkEventTool"
268                        />
269                        <Tool
270                                Name="VCLibrarianTool"
271                                OutputFile="$(OutDir)/zlib.lib"
272                        />
273                        <Tool
274                                Name="VCALinkTool"
275                        />
276                        <Tool
277                                Name="VCXDCMakeTool"
278                        />
279                        <Tool
280                                Name="VCBscMakeTool"
281                        />
282                        <Tool
283                                Name="VCFxCopTool"
284                        />
285                        <Tool
286                                Name="VCPostBuildEventTool"
287                        />
288                </Configuration>
289        </Configurations>
290        <References>
291        </References>
292        <Files>
293                <Filter
294                        Name="Source Files"
295                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
296                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
297                        >
298                        <File
299                                RelativePath="..\..\dep\src\zlib\adler32.c"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\..\dep\src\zlib\compress.c"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\..\dep\src\zlib\crc32.c"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\..\dep\src\zlib\deflate.c"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\..\dep\src\zlib\example.c"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\..\dep\src\zlib\gzio.c"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\..\dep\src\zlib\infback.c"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\..\dep\src\zlib\inffast.c"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\..\dep\src\zlib\inflate.c"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\..\dep\src\zlib\inftrees.c"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\..\dep\src\zlib\trees.c"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\..\dep\src\zlib\uncompr.c"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\..\dep\src\zlib\zutil.c"
348                                >
349                        </File>
350                </Filter>
351                <Filter
352                        Name="Header Files"
353                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
354                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
355                        >
356                        <File
357                                RelativePath="..\..\dep\src\zlib\crc32.h"
358                                >
359                        </File>
360                        <File
361                                RelativePath="..\..\dep\src\zlib\deflate.h"
362                                >
363                        </File>
364                        <File
365                                RelativePath="..\..\dep\src\zlib\inffast.h"
366                                >
367                        </File>
368                        <File
369                                RelativePath="..\..\dep\src\zlib\inffixed.h"
370                                >
371                        </File>
372                        <File
373                                RelativePath="..\..\dep\src\zlib\inflate.h"
374                                >
375                        </File>
376                        <File
377                                RelativePath="..\..\dep\src\zlib\inftrees.h"
378                                >
379                        </File>
380                        <File
381                                RelativePath="..\..\dep\src\zlib\trees.h"
382                                >
383                        </File>
384                        <File
385                                RelativePath="..\..\dep\src\zlib\zconf.h"
386                                >
387                        </File>
388                        <File
389                                RelativePath="..\..\dep\src\zlib\zlib.h"
390                                >
391                        </File>
392                        <File
393                                RelativePath="..\..\dep\src\zlib\zutil.h"
394                                >
395                        </File>
396                </Filter>
397        </Files>
398        <Globals>
399        </Globals>
400</VisualStudioProject>
Note: See TracBrowser for help on using the browser.