root/trunk/win/VC90/sockets.vcproj @ 175

Revision 86, 12.2 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="sockets"
6        ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
7        TargetFrameworkVersion="0"
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="Release|Win32"
22                        OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
23                        IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
24                        ConfigurationType="4"
25                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26                        UseOfMFC="0"
27                        ATLMinimizesCRunTimeLibraryUsage="false"
28                        CharacterSet="2"
29                        >
30                        <Tool
31                                Name="VCPreBuildEventTool"
32                        />
33                        <Tool
34                                Name="VCCustomBuildTool"
35                        />
36                        <Tool
37                                Name="VCXMLDataGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCWebServiceProxyGeneratorTool"
41                        />
42                        <Tool
43                                Name="VCMIDLTool"
44                        />
45                        <Tool
46                                Name="VCCLCompilerTool"
47                                AdditionalOptions="/MP"
48                                InlineFunctionExpansion="1"
49                                AdditionalIncludeDirectories="..\..\dep\include\sockets"
50                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
51                                StringPooling="true"
52                                RuntimeLibrary="2"
53                                EnableFunctionLevelLinking="true"
54                                EnableEnhancedInstructionSet="1"
55                                RuntimeTypeInfo="true"
56                                UsePrecompiledHeader="0"
57                                PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
58                                AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
59                                ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
60                                ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
61                                WarningLevel="3"
62                                SuppressStartupBanner="true"
63                                Detect64BitPortabilityProblems="false"
64                                DebugInformationFormat="3"
65                                CallingConvention="0"
66                                CompileAs="0"
67                        />
68                        <Tool
69                                Name="VCManagedResourceCompilerTool"
70                        />
71                        <Tool
72                                Name="VCResourceCompilerTool"
73                                PreprocessorDefinitions="NDEBUG"
74                                Culture="1033"
75                        />
76                        <Tool
77                                Name="VCPreLinkEventTool"
78                        />
79                        <Tool
80                                Name="VCLibrarianTool"
81                                OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
82                                SuppressStartupBanner="true"
83                        />
84                        <Tool
85                                Name="VCALinkTool"
86                        />
87                        <Tool
88                                Name="VCXDCMakeTool"
89                        />
90                        <Tool
91                                Name="VCBscMakeTool"
92                        />
93                        <Tool
94                                Name="VCFxCopTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                        />
99                </Configuration>
100                <Configuration
101                        Name="Debug|Win32"
102                        OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
103                        IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
104                        ConfigurationType="4"
105                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
106                        UseOfMFC="0"
107                        ATLMinimizesCRunTimeLibraryUsage="false"
108                        CharacterSet="2"
109                        >
110                        <Tool
111                                Name="VCPreBuildEventTool"
112                        />
113                        <Tool
114                                Name="VCCustomBuildTool"
115                        />
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCWebServiceProxyGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCMIDLTool"
124                        />
125                        <Tool
126                                Name="VCCLCompilerTool"
127                                AdditionalOptions="/MP"
128                                Optimization="0"
129                                AdditionalIncludeDirectories="..\..\dep\include\sockets"
130                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
131                                BasicRuntimeChecks="3"
132                                RuntimeLibrary="3"
133                                EnableFunctionLevelLinking="true"
134                                RuntimeTypeInfo="true"
135                                UsePrecompiledHeader="0"
136                                PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
137                                AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
138                                ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
139                                ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
140                                WarningLevel="3"
141                                SuppressStartupBanner="true"
142                                Detect64BitPortabilityProblems="false"
143                                DebugInformationFormat="3"
144                                CallingConvention="0"
145                                CompileAs="0"
146                        />
147                        <Tool
148                                Name="VCManagedResourceCompilerTool"
149                        />
150                        <Tool
151                                Name="VCResourceCompilerTool"
152                                PreprocessorDefinitions="_DEBUG"
153                                Culture="1033"
154                        />
155                        <Tool
156                                Name="VCPreLinkEventTool"
157                        />
158                        <Tool
159                                Name="VCLibrarianTool"
160                                OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
161                                SuppressStartupBanner="true"
162                        />
163                        <Tool
164                                Name="VCALinkTool"
165                        />
166                        <Tool
167                                Name="VCXDCMakeTool"
168                        />
169                        <Tool
170                                Name="VCBscMakeTool"
171                        />
172                        <Tool
173                                Name="VCFxCopTool"
174                        />
175                        <Tool
176                                Name="VCPostBuildEventTool"
177                        />
178                </Configuration>
179                <Configuration
180                        Name="Release|x64"
181                        OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
182                        IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
183                        ConfigurationType="4"
184                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
185                        UseOfMFC="0"
186                        ATLMinimizesCRunTimeLibraryUsage="false"
187                        CharacterSet="2"
188                        >
189                        <Tool
190                                Name="VCPreBuildEventTool"
191                        />
192                        <Tool
193                                Name="VCCustomBuildTool"
194                        />
195                        <Tool
196                                Name="VCXMLDataGeneratorTool"
197                        />
198                        <Tool
199                                Name="VCWebServiceProxyGeneratorTool"
200                        />
201                        <Tool
202                                Name="VCMIDLTool"
203                                TargetEnvironment="3"
204                        />
205                        <Tool
206                                Name="VCCLCompilerTool"
207                                AdditionalOptions="/MP"
208                                InlineFunctionExpansion="1"
209                                AdditionalIncludeDirectories="..\..\dep\include\sockets"
210                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
211                                StringPooling="true"
212                                RuntimeLibrary="2"
213                                EnableFunctionLevelLinking="true"
214                                EnableEnhancedInstructionSet="0"
215                                RuntimeTypeInfo="true"
216                                UsePrecompiledHeader="0"
217                                PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
218                                AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
219                                ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
220                                ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
221                                WarningLevel="3"
222                                SuppressStartupBanner="true"
223                                Detect64BitPortabilityProblems="false"
224                                DebugInformationFormat="3"
225                                CallingConvention="0"
226                                CompileAs="0"
227                        />
228                        <Tool
229                                Name="VCManagedResourceCompilerTool"
230                        />
231                        <Tool
232                                Name="VCResourceCompilerTool"
233                                PreprocessorDefinitions="NDEBUG"
234                                Culture="1033"
235                        />
236                        <Tool
237                                Name="VCPreLinkEventTool"
238                        />
239                        <Tool
240                                Name="VCLibrarianTool"
241                                OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
242                                SuppressStartupBanner="true"
243                        />
244                        <Tool
245                                Name="VCALinkTool"
246                        />
247                        <Tool
248                                Name="VCXDCMakeTool"
249                        />
250                        <Tool
251                                Name="VCBscMakeTool"
252                        />
253                        <Tool
254                                Name="VCFxCopTool"
255                        />
256                        <Tool
257                                Name="VCPostBuildEventTool"
258                        />
259                </Configuration>
260                <Configuration
261                        Name="Debug|x64"
262                        OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
263                        IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
264                        ConfigurationType="4"
265                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
266                        UseOfMFC="0"
267                        ATLMinimizesCRunTimeLibraryUsage="false"
268                        CharacterSet="2"
269                        >
270                        <Tool
271                                Name="VCPreBuildEventTool"
272                        />
273                        <Tool
274                                Name="VCCustomBuildTool"
275                        />
276                        <Tool
277                                Name="VCXMLDataGeneratorTool"
278                        />
279                        <Tool
280                                Name="VCWebServiceProxyGeneratorTool"
281                        />
282                        <Tool
283                                Name="VCMIDLTool"
284                                TargetEnvironment="3"
285                        />
286                        <Tool
287                                Name="VCCLCompilerTool"
288                                AdditionalOptions="/MP"
289                                Optimization="0"
290                                AdditionalIncludeDirectories="..\..\dep\include\sockets"
291                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
292                                BasicRuntimeChecks="3"
293                                RuntimeLibrary="3"
294                                EnableFunctionLevelLinking="true"
295                                RuntimeTypeInfo="true"
296                                UsePrecompiledHeader="0"
297                                PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
298                                AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
299                                ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
300                                ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
301                                WarningLevel="3"
302                                SuppressStartupBanner="true"
303                                Detect64BitPortabilityProblems="false"
304                                DebugInformationFormat="3"
305                                CallingConvention="0"
306                                CompileAs="0"
307                        />
308                        <Tool
309                                Name="VCManagedResourceCompilerTool"
310                        />
311                        <Tool
312                                Name="VCResourceCompilerTool"
313                                PreprocessorDefinitions="_DEBUG"
314                                Culture="1033"
315                        />
316                        <Tool
317                                Name="VCPreLinkEventTool"
318                        />
319                        <Tool
320                                Name="VCLibrarianTool"
321                                OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
322                                SuppressStartupBanner="true"
323                        />
324                        <Tool
325                                Name="VCALinkTool"
326                        />
327                        <Tool
328                                Name="VCXDCMakeTool"
329                        />
330                        <Tool
331                                Name="VCBscMakeTool"
332                        />
333                        <Tool
334                                Name="VCFxCopTool"
335                        />
336                        <Tool
337                                Name="VCPostBuildEventTool"
338                        />
339                </Configuration>
340        </Configurations>
341        <References>
342        </References>
343        <Files>
344                <Filter
345                        Name="Header Files"
346                        >
347                        <File
348                                RelativePath="..\..\dep\include\sockets\Base64.h"
349                                >
350                        </File>
351                        <File
352                                RelativePath="..\..\dep\include\sockets\Exception.h"
353                                >
354                        </File>
355                        <File
356                                RelativePath="..\..\dep\include\sockets\File.h"
357                                >
358                        </File>
359                        <File
360                                RelativePath="..\..\dep\include\sockets\IFile.h"
361                                >
362                        </File>
363                        <File
364                                RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
365                                >
366                        </File>
367                        <File
368                                RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
369                                >
370                        </File>
371                        <File
372                                RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
373                                >
374                        </File>
375                        <File
376                                RelativePath="..\..\dep\include\sockets\ListenSocket.h"
377                                >
378                        </File>
379                        <File
380                                RelativePath="..\..\dep\include\sockets\Lock.h"
381                                >
382                        </File>
383                        <File
384                                RelativePath="..\..\dep\include\sockets\Mutex.h"
385                                >
386                        </File>
387                        <File
388                                RelativePath="..\..\dep\include\sockets\Parse.h"
389                                >
390                        </File>
391                        <File
392                                RelativePath="..\..\dep\include\sockets\ResolvServer.h"
393                                >
394                        </File>
395                        <File
396                                RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
397                                >
398                        </File>
399                        <File
400                                RelativePath="..\..\dep\include\sockets\SctpSocket.h"
401                                >
402                        </File>
403                        <File
404                                RelativePath="..\..\dep\include\sockets\Socket.h"
405                                >
406                        </File>
407                        <File
408                                RelativePath="..\..\dep\include\sockets\socket_include.h"
409                                >
410                        </File>
411                        <File
412                                RelativePath="..\..\dep\include\sockets\SocketAddress.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath="..\..\dep\include\sockets\SocketHandler.h"
417                                >
418                        </File>
419                        <File
420                                RelativePath="..\..\dep\include\sockets\sockets-config.h"
421                                >
422                        </File>
423                        <File
424                                RelativePath="..\..\dep\include\sockets\StdLog.h"
425                                >
426                        </File>
427                        <File
428                                RelativePath="..\..\dep\include\sockets\StdoutLog.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath="..\..\dep\include\sockets\StreamSocket.h"
433                                >
434                        </File>
435                        <File
436                                RelativePath="..\..\dep\include\sockets\TcpSocket.h"
437                                >
438                        </File>
439                        <File
440                                RelativePath="..\..\dep\include\sockets\Thread.h"
441                                >
442                        </File>
443                        <File
444                                RelativePath="..\..\dep\include\sockets\UdpSocket.h"
445                                >
446                        </File>
447                        <File
448                                RelativePath="..\..\dep\include\sockets\Utility.h"
449                                >
450                        </File>
451                </Filter>
452                <Filter
453                        Name="Source Files"
454                        >
455                        <File
456                                RelativePath="..\..\dep\src\sockets\Base64.cpp"
457                                >
458                        </File>
459                        <File
460                                RelativePath="..\..\dep\src\sockets\Exception.cpp"
461                                >
462                        </File>
463                        <File
464                                RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
465                                >
466                        </File>
467                        <File
468                                RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
469                                >
470                        </File>
471                        <File
472                                RelativePath="..\..\dep\src\sockets\Lock.cpp"
473                                >
474                        </File>
475                        <File
476                                RelativePath="..\..\dep\src\sockets\Mutex.cpp"
477                                >
478                        </File>
479                        <File
480                                RelativePath="..\..\dep\src\sockets\Parse.cpp"
481                                >
482                        </File>
483                        <File
484                                RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
485                                >
486                        </File>
487                        <File
488                                RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
489                                >
490                        </File>
491                        <File
492                                RelativePath="..\..\dep\src\sockets\Socket.cpp"
493                                >
494                        </File>
495                        <File
496                                RelativePath="..\..\dep\src\sockets\socket_include.cpp"
497                                >
498                        </File>
499                        <File
500                                RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
501                                >
502                        </File>
503                        <File
504                                RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
505                                >
506                        </File>
507                        <File
508                                RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
509                                >
510                        </File>
511                        <File
512                                RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
513                                >
514                        </File>
515                        <File
516                                RelativePath="..\..\dep\src\sockets\Thread.cpp"
517                                >
518                        </File>
519                        <File
520                                RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
521                                >
522                        </File>
523                        <File
524                                RelativePath="..\..\dep\src\sockets\Utility.cpp"
525                                >
526                        </File>
527                </Filter>
528        </Files>
529        <Globals>
530        </Globals>
531</VisualStudioProject>
Note: See TracBrowser for help on using the browser.