[7146] Trailing whitespace code cleanup
[getmangos.git] / win / VC71 / sockets.vcproj
blob16e52e2834a24a2a771b3953d8891516beda5197
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 <Platforms>
8 <Platform
9 Name="Win32"/>
10 </Platforms>
11 <Configurations>
12 <Configuration
13 Name="Release|Win32"
14 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
15 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
16 ConfigurationType="4"
17 UseOfMFC="0"
18 ATLMinimizesCRunTimeLibraryUsage="FALSE"
19 CharacterSet="2">
20 <Tool
21 Name="VCCLCompilerTool"
22 InlineFunctionExpansion="1"
23 AdditionalIncludeDirectories="..\..\dep\include\sockets"
24 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
25 StringPooling="TRUE"
26 RuntimeLibrary="2"
27 EnableFunctionLevelLinking="TRUE"
28 EnableEnhancedInstructionSet="1"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="0"
31 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
32 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
33 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
34 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
35 WarningLevel="3"
36 SuppressStartupBanner="TRUE"
37 Detect64BitPortabilityProblems="FALSE"
38 DebugInformationFormat="3"
39 CompileAs="0"/>
40 <Tool
41 Name="VCCustomBuildTool"/>
42 <Tool
43 Name="VCLibrarianTool"
44 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
45 SuppressStartupBanner="TRUE"/>
46 <Tool
47 Name="VCMIDLTool"/>
48 <Tool
49 Name="VCPostBuildEventTool"/>
50 <Tool
51 Name="VCPreBuildEventTool"/>
52 <Tool
53 Name="VCPreLinkEventTool"/>
54 <Tool
55 Name="VCResourceCompilerTool"
56 PreprocessorDefinitions="NDEBUG"
57 Culture="1033"/>
58 <Tool
59 Name="VCWebServiceProxyGeneratorTool"/>
60 <Tool
61 Name="VCXMLDataGeneratorTool"/>
62 <Tool
63 Name="VCManagedWrapperGeneratorTool"/>
64 <Tool
65 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66 </Configuration>
67 <Configuration
68 Name="Debug|Win32"
69 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
70 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
71 ConfigurationType="4"
72 UseOfMFC="0"
73 ATLMinimizesCRunTimeLibraryUsage="FALSE"
74 CharacterSet="2">
75 <Tool
76 Name="VCCLCompilerTool"
77 Optimization="0"
78 AdditionalIncludeDirectories="..\..\dep\include\sockets"
79 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
80 BasicRuntimeChecks="3"
81 RuntimeLibrary="3"
82 RuntimeTypeInfo="TRUE"
83 UsePrecompiledHeader="0"
84 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
85 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
86 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
87 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
88 WarningLevel="3"
89 SuppressStartupBanner="TRUE"
90 Detect64BitPortabilityProblems="FALSE"
91 DebugInformationFormat="3"
92 CompileAs="0"/>
93 <Tool
94 Name="VCCustomBuildTool"/>
95 <Tool
96 Name="VCLibrarianTool"
97 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
98 SuppressStartupBanner="TRUE"/>
99 <Tool
100 Name="VCMIDLTool"/>
101 <Tool
102 Name="VCPostBuildEventTool"/>
103 <Tool
104 Name="VCPreBuildEventTool"/>
105 <Tool
106 Name="VCPreLinkEventTool"/>
107 <Tool
108 Name="VCResourceCompilerTool"
109 PreprocessorDefinitions="_DEBUG"
110 Culture="1033"/>
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"/>
113 <Tool
114 Name="VCXMLDataGeneratorTool"/>
115 <Tool
116 Name="VCManagedWrapperGeneratorTool"/>
117 <Tool
118 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
119 </Configuration>
120 </Configurations>
121 <References>
122 </References>
123 <Files>
124 <Filter
125 Name="Header Files">
126 <File
127 RelativePath="..\..\dep\include\sockets\Base64.h">
128 </File>
129 <File
130 RelativePath="..\..\dep\include\sockets\Exception.h">
131 </File>
132 <File
133 RelativePath="..\..\dep\include\sockets\File.h">
134 </File>
135 <File
136 RelativePath="..\..\dep\include\sockets\IFile.h">
137 </File>
138 <File
139 RelativePath="..\..\dep\include\sockets\Ipv4Address.h">
140 </File>
141 <File
142 RelativePath="..\..\dep\include\sockets\Ipv6Address.h">
143 </File>
144 <File
145 RelativePath="..\..\dep\include\sockets\ISocketHandler.h">
146 </File>
147 <File
148 RelativePath="..\..\dep\include\sockets\ListenSocket.h">
149 </File>
150 <File
151 RelativePath="..\..\dep\include\sockets\Lock.h">
152 </File>
153 <File
154 RelativePath="..\..\dep\include\sockets\Mutex.h">
155 </File>
156 <File
157 RelativePath="..\..\dep\include\sockets\Parse.h">
158 </File>
159 <File
160 RelativePath="..\..\dep\include\sockets\ResolvServer.h">
161 </File>
162 <File
163 RelativePath="..\..\dep\include\sockets\ResolvSocket.h">
164 </File>
165 <File
166 RelativePath="..\..\dep\include\sockets\SctpSocket.h">
167 </File>
168 <File
169 RelativePath="..\..\dep\include\sockets\Socket.h">
170 </File>
171 <File
172 RelativePath="..\..\dep\include\sockets\socket_include.h">
173 </File>
174 <File
175 RelativePath="..\..\dep\include\sockets\SocketAddress.h">
176 </File>
177 <File
178 RelativePath="..\..\dep\include\sockets\SocketHandler.h">
179 </File>
180 <File
181 RelativePath="..\..\dep\include\sockets\sockets-config.h">
182 </File>
183 <File
184 RelativePath="..\..\dep\include\sockets\StdLog.h">
185 </File>
186 <File
187 RelativePath="..\..\dep\include\sockets\StdoutLog.h">
188 </File>
189 <File
190 RelativePath="..\..\dep\include\sockets\StreamSocket.h">
191 </File>
192 <File
193 RelativePath="..\..\dep\include\sockets\TcpSocket.h">
194 </File>
195 <File
196 RelativePath="..\..\dep\include\sockets\Thread.h">
197 </File>
198 <File
199 RelativePath="..\..\dep\include\sockets\UdpSocket.h">
200 </File>
201 <File
202 RelativePath="..\..\dep\include\sockets\Utility.h">
203 </File>
204 </Filter>
205 <Filter
206 Name="Source Files">
207 <File
208 RelativePath="..\..\dep\src\sockets\Base64.cpp">
209 </File>
210 <File
211 RelativePath="..\..\dep\src\sockets\Exception.cpp">
212 </File>
213 <File
214 RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp">
215 </File>
216 <File
217 RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp">
218 </File>
219 <File
220 RelativePath="..\..\dep\src\sockets\Lock.cpp">
221 </File>
222 <File
223 RelativePath="..\..\dep\src\sockets\Mutex.cpp">
224 </File>
225 <File
226 RelativePath="..\..\dep\src\sockets\Parse.cpp">
227 </File>
228 <File
229 RelativePath="..\..\dep\src\sockets\ResolvServer.cpp">
230 </File>
231 <File
232 RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp">
233 </File>
234 <File
235 RelativePath="..\..\dep\src\sockets\Socket.cpp">
236 </File>
237 <File
238 RelativePath="..\..\dep\src\sockets\socket_include.cpp">
239 </File>
240 <File
241 RelativePath="..\..\dep\src\sockets\SocketHandler.cpp">
242 </File>
243 <File
244 RelativePath="..\..\dep\src\sockets\StdoutLog.cpp">
245 </File>
246 <File
247 RelativePath="..\..\dep\src\sockets\StreamSocket.cpp">
248 </File>
249 <File
250 RelativePath="..\..\dep\src\sockets\TcpSocket.cpp">
251 </File>
252 <File
253 RelativePath="..\..\dep\src\sockets\Thread.cpp">
254 </File>
255 <File
256 RelativePath="..\..\dep\src\sockets\UdpSocket.cpp">
257 </File>
258 <File
259 RelativePath="..\..\dep\src\sockets\Utility.cpp">
260 </File>
261 </Filter>
262 </Files>
263 <Globals>
264 </Globals>
265 </VisualStudioProject>