root/trunk/win/VC71/sockets.vcproj @ 178

Revision 86, 8.0 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="7.10"
5        Name="sockets"
6        ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
7        TargetFrameworkVersion="0"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Release|Win32"
19                        OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
20                        IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
21                        ConfigurationType="4"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                        UseOfMFC="0"
24                        ATLMinimizesCRunTimeLibraryUsage="false"
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                                InlineFunctionExpansion="1"
45                                AdditionalIncludeDirectories="..\..\dep\include\sockets"
46                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
47                                StringPooling="true"
48                                RuntimeLibrary="2"
49                                EnableFunctionLevelLinking="true"
50                                EnableEnhancedInstructionSet="1"
51                                RuntimeTypeInfo="true"
52                                UsePrecompiledHeader="0"
53                                PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
54                                AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
55                                ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
56                                ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
57                                WarningLevel="3"
58                                SuppressStartupBanner="true"
59                                Detect64BitPortabilityProblems="false"
60                                DebugInformationFormat="3"
61                                CompileAs="0"
62                        />
63                        <Tool
64                                Name="VCManagedResourceCompilerTool"
65                        />
66                        <Tool
67                                Name="VCResourceCompilerTool"
68                                PreprocessorDefinitions="NDEBUG"
69                                Culture="1033"
70                        />
71                        <Tool
72                                Name="VCPreLinkEventTool"
73                        />
74                        <Tool
75                                Name="VCLibrarianTool"
76                                OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
77                                SuppressStartupBanner="true"
78                        />
79                        <Tool
80                                Name="VCALinkTool"
81                        />
82                        <Tool
83                                Name="VCXDCMakeTool"
84                        />
85                        <Tool
86                                Name="VCBscMakeTool"
87                        />
88                        <Tool
89                                Name="VCFxCopTool"
90                        />
91                        <Tool
92                                Name="VCPostBuildEventTool"
93                        />
94                </Configuration>
95                <Configuration
96                        Name="Debug|Win32"
97                        OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
98                        IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
99                        ConfigurationType="4"
100                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
101                        UseOfMFC="0"
102                        ATLMinimizesCRunTimeLibraryUsage="false"
103                        CharacterSet="2"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                        />
108                        <Tool
109                                Name="VCCustomBuildTool"
110                        />
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"
113                        />
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCMIDLTool"
119                        />
120                        <Tool
121                                Name="VCCLCompilerTool"
122                                Optimization="0"
123                                AdditionalIncludeDirectories="..\..\dep\include\sockets"
124                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
125                                BasicRuntimeChecks="3"
126                                RuntimeLibrary="3"
127                                RuntimeTypeInfo="true"
128                                UsePrecompiledHeader="0"
129                                PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
130                                AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
131                                ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
132                                ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
133                                WarningLevel="3"
134                                SuppressStartupBanner="true"
135                                Detect64BitPortabilityProblems="false"
136                                DebugInformationFormat="3"
137                                CompileAs="0"
138                        />
139                        <Tool
140                                Name="VCManagedResourceCompilerTool"
141                        />
142                        <Tool
143                                Name="VCResourceCompilerTool"
144                                PreprocessorDefinitions="_DEBUG"
145                                Culture="1033"
146                        />
147                        <Tool
148                                Name="VCPreLinkEventTool"
149                        />
150                        <Tool
151                                Name="VCLibrarianTool"
152                                OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
153                                SuppressStartupBanner="true"
154                        />
155                        <Tool
156                                Name="VCALinkTool"
157                        />
158                        <Tool
159                                Name="VCXDCMakeTool"
160                        />
161                        <Tool
162                                Name="VCBscMakeTool"
163                        />
164                        <Tool
165                                Name="VCFxCopTool"
166                        />
167                        <Tool
168                                Name="VCPostBuildEventTool"
169                        />
170                </Configuration>
171        </Configurations>
172        <References>
173        </References>
174        <Files>
175                <Filter
176                        Name="Header Files"
177                        >
178                        <File
179                                RelativePath="..\..\dep\include\sockets\Base64.h"
180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\dep\include\sockets\Exception.h"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\dep\include\sockets\File.h"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\dep\include\sockets\IFile.h"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
196                                >
197                        </File>
198                        <File
199                                RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
200                                >
201                        </File>
202                        <File
203                                RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
204                                >
205                        </File>
206                        <File
207                                RelativePath="..\..\dep\include\sockets\ListenSocket.h"
208                                >
209                        </File>
210                        <File
211                                RelativePath="..\..\dep\include\sockets\Lock.h"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\..\dep\include\sockets\Mutex.h"
216                                >
217                        </File>
218                        <File
219                                RelativePath="..\..\dep\include\sockets\Parse.h"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\..\dep\include\sockets\ResolvServer.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\..\dep\include\sockets\SctpSocket.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\..\dep\include\sockets\Socket.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\..\dep\include\sockets\socket_include.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\..\dep\include\sockets\SocketAddress.h"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\..\dep\include\sockets\SocketHandler.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\..\dep\include\sockets\sockets-config.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\..\dep\include\sockets\StdLog.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\..\dep\include\sockets\StdoutLog.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\..\dep\include\sockets\StreamSocket.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\..\dep\include\sockets\TcpSocket.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\..\dep\include\sockets\Thread.h"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\..\dep\include\sockets\UdpSocket.h"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\..\dep\include\sockets\Utility.h"
280                                >
281                        </File>
282                </Filter>
283                <Filter
284                        Name="Source Files"
285                        >
286                        <File
287                                RelativePath="..\..\dep\src\sockets\Base64.cpp"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\..\dep\src\sockets\Exception.cpp"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\..\dep\src\sockets\Lock.cpp"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\..\dep\src\sockets\Mutex.cpp"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\..\dep\src\sockets\Parse.cpp"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\..\dep\src\sockets\Socket.cpp"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\..\dep\src\sockets\socket_include.cpp"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\..\dep\src\sockets\Thread.cpp"
348                                >
349                        </File>
350                        <File
351                                RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
352                                >
353                        </File>
354                        <File
355                                RelativePath="..\..\dep\src\sockets\Utility.cpp"
356                                >
357                        </File>
358                </Filter>
359        </Files>
360        <Globals>
361        </Globals>
362</VisualStudioProject>
Note: See TracBrowser for help on using the browser.