root/trunk/win/VC80/sockets.vcproj @ 18

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