root/trunk/win/VC71/zlib.vcproj @ 270

Revision 86, 4.6 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-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="zlib"
6        ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
7        SccProjectName=""
8        SccLocalPath="">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
17                        IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
18                        ConfigurationType="4"
19                        CharacterSet="2">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="..\..\dep\include"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
31                                WarningLevel="3"
32                                Detect64BitPortabilityProblems="TRUE"
33                                DebugInformationFormat="3"/>
34                        <Tool
35                                Name="VCCustomBuildTool"/>
36                        <Tool
37                                Name="VCLibrarianTool"
38                                OutputFile="$(OutDir)/zlib.lib"/>
39                        <Tool
40                                Name="VCMIDLTool"/>
41                        <Tool
42                                Name="VCPostBuildEventTool"/>
43                        <Tool
44                                Name="VCPreBuildEventTool"/>
45                        <Tool
46                                Name="VCPreLinkEventTool"/>
47                        <Tool
48                                Name="VCResourceCompilerTool"/>
49                        <Tool
50                                Name="VCWebServiceProxyGeneratorTool"/>
51                        <Tool
52                                Name="VCXMLDataGeneratorTool"/>
53                        <Tool
54                                Name="VCManagedWrapperGeneratorTool"/>
55                        <Tool
56                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
57                </Configuration>
58                <Configuration
59                        Name="Release|Win32"
60                        OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
61                        IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)"
62                        ConfigurationType="4"
63                        CharacterSet="2">
64                        <Tool
65                                Name="VCCLCompilerTool"
66                                AdditionalIncludeDirectories="..\..\dep\include"
67                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
68                                RuntimeLibrary="2"
69                                EnableEnhancedInstructionSet="1"
70                                RuntimeTypeInfo="TRUE"
71                                UsePrecompiledHeader="2"
72                                PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
73                                WarningLevel="3"
74                                Detect64BitPortabilityProblems="TRUE"
75                                DebugInformationFormat="3"/>
76                        <Tool
77                                Name="VCCustomBuildTool"/>
78                        <Tool
79                                Name="VCLibrarianTool"
80                                OutputFile="$(OutDir)/zlib.lib"/>
81                        <Tool
82                                Name="VCMIDLTool"/>
83                        <Tool
84                                Name="VCPostBuildEventTool"/>
85                        <Tool
86                                Name="VCPreBuildEventTool"/>
87                        <Tool
88                                Name="VCPreLinkEventTool"/>
89                        <Tool
90                                Name="VCResourceCompilerTool"/>
91                        <Tool
92                                Name="VCWebServiceProxyGeneratorTool"/>
93                        <Tool
94                                Name="VCXMLDataGeneratorTool"/>
95                        <Tool
96                                Name="VCManagedWrapperGeneratorTool"/>
97                        <Tool
98                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
99                </Configuration>
100        </Configurations>
101        <References>
102        </References>
103        <Files>
104                <Filter
105                        Name="Source Files"
106                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
107                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
108                        <File
109                                RelativePath="..\..\dep\src\zlib\adler32.c">
110                        </File>
111                        <File
112                                RelativePath="..\..\dep\src\zlib\compress.c">
113                        </File>
114                        <File
115                                RelativePath="..\..\dep\src\zlib\crc32.c">
116                        </File>
117                        <File
118                                RelativePath="..\..\dep\src\zlib\deflate.c">
119                        </File>
120                        <File
121                                RelativePath="..\..\dep\src\zlib\example.c">
122                        </File>
123                        <File
124                                RelativePath="..\..\dep\src\zlib\gzio.c">
125                        </File>
126                        <File
127                                RelativePath="..\..\dep\src\zlib\infback.c">
128                        </File>
129                        <File
130                                RelativePath="..\..\dep\src\zlib\inffast.c">
131                        </File>
132                        <File
133                                RelativePath="..\..\dep\src\zlib\inflate.c">
134                        </File>
135                        <File
136                                RelativePath="..\..\dep\src\zlib\inftrees.c">
137                        </File>
138                        <File
139                                RelativePath="..\..\dep\src\zlib\trees.c">
140                        </File>
141                        <File
142                                RelativePath="..\..\dep\src\zlib\uncompr.c">
143                        </File>
144                        <File
145                                RelativePath="..\..\dep\src\zlib\zutil.c">
146                        </File>
147                </Filter>
148                <Filter
149                        Name="Header Files"
150                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
151                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
152                        <File
153                                RelativePath="..\..\dep\src\zlib\crc32.h">
154                        </File>
155                        <File
156                                RelativePath="..\..\dep\src\zlib\deflate.h">
157                        </File>
158                        <File
159                                RelativePath="..\..\dep\src\zlib\inffast.h">
160                        </File>
161                        <File
162                                RelativePath="..\..\dep\src\zlib\inffixed.h">
163                        </File>
164                        <File
165                                RelativePath="..\..\dep\src\zlib\inflate.h">
166                        </File>
167                        <File
168                                RelativePath="..\..\dep\src\zlib\inftrees.h">
169                        </File>
170                        <File
171                                RelativePath="..\..\dep\src\zlib\trees.h">
172                        </File>
173                        <File
174                                RelativePath="..\..\dep\src\zlib\zconf.h">
175                        </File>
176                        <File
177                                RelativePath="..\..\dep\src\zlib\zlib.h">
178                        </File>
179                        <File
180                                RelativePath="..\..\dep\src\zlib\zutil.h">
181                        </File>
182                </Filter>
183        </Files>
184        <Globals>
185        </Globals>
186</VisualStudioProject>
Note: See TracBrowser for help on using the browser.