root/trunk/win/VC90/zlib.vcproj

Revision 86, 8.4 kB (checked in by yumileroy, 17 years ago)

[svn] Change MSVC project files to use multithreaded (debug) dll runtime libraries. Hopefully this will solve the problems with ACE. Original patch by Derex.

Original author: w12x
Date: 2008-10-21 06:23:46-05:00

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