[8416] Fixed problem with double cast form passives at loading.
[getmangos.git] / win / VC100 / sockets.vcxproj
blobaa8e9a518210b3151f93c06f664644860b24b711
1 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <ItemGroup Label="ProjectConfigurations">
3     <ProjectConfiguration Include="Debug_NoPCH|Win32">
4       <Configuration>Debug_NoPCH</Configuration>
5       <Platform>Win32</Platform>
6     </ProjectConfiguration>
7     <ProjectConfiguration Include="Debug_NoPCH|Win32">
8       <Configuration>Debug_NoPCH</Configuration>
9       <Platform>Win32</Platform>
10     </ProjectConfiguration>
11     <ProjectConfiguration Include="Debug_NoPCH|x64">
12       <Configuration>Debug_NoPCH</Configuration>
13       <Platform>x64</Platform>
14     </ProjectConfiguration>
15     <ProjectConfiguration Include="Debug_NoPCH|x64">
16       <Configuration>Debug_NoPCH</Configuration>
17       <Platform>x64</Platform>
18     </ProjectConfiguration>
19     <ProjectConfiguration Include="Debug|Win32">
20       <Configuration>Debug</Configuration>
21       <Platform>Win32</Platform>
22     </ProjectConfiguration>
23     <ProjectConfiguration Include="Debug|Win32">
24       <Configuration>Debug</Configuration>
25       <Platform>Win32</Platform>
26     </ProjectConfiguration>
27     <ProjectConfiguration Include="Debug|x64">
28       <Configuration>Debug</Configuration>
29       <Platform>x64</Platform>
30     </ProjectConfiguration>
31     <ProjectConfiguration Include="Debug|x64">
32       <Configuration>Debug</Configuration>
33       <Platform>x64</Platform>
34     </ProjectConfiguration>
35     <ProjectConfiguration Include="Release|Win32">
36       <Configuration>Release</Configuration>
37       <Platform>Win32</Platform>
38     </ProjectConfiguration>
39     <ProjectConfiguration Include="Release|Win32">
40       <Configuration>Release</Configuration>
41       <Platform>Win32</Platform>
42     </ProjectConfiguration>
43     <ProjectConfiguration Include="Release|x64">
44       <Configuration>Release</Configuration>
45       <Platform>x64</Platform>
46     </ProjectConfiguration>
47     <ProjectConfiguration Include="Release|x64">
48       <Configuration>Release</Configuration>
49       <Platform>x64</Platform>
50     </ProjectConfiguration>
51   </ItemGroup>
52   <PropertyGroup Label="Globals">
53     <ProjectGUID>{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}</ProjectGUID>
54     <RootNamespace>sockets</RootNamespace>
55     <Keyword>Win32Proj</Keyword>
56   </PropertyGroup>
57   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
59     <ConfigurationType>StaticLibrary</ConfigurationType>
60     <UseOfMfc>false</UseOfMfc>
61     <CharacterSet>MultiByte</CharacterSet>
62   </PropertyGroup>
63   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
64     <ConfigurationType>StaticLibrary</ConfigurationType>
65     <UseOfMfc>false</UseOfMfc>
66     <CharacterSet>MultiByte</CharacterSet>
67   </PropertyGroup>
68   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|X64'">
69     <ConfigurationType>StaticLibrary</ConfigurationType>
70     <UseOfMfc>false</UseOfMfc>
71     <CharacterSet>MultiByte</CharacterSet>
72   </PropertyGroup>
73   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">
74     <ConfigurationType>StaticLibrary</ConfigurationType>
75     <UseOfMfc>false</UseOfMfc>
76     <CharacterSet>MultiByte</CharacterSet>
77   </PropertyGroup>
78   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'">
79     <ConfigurationType>StaticLibrary</ConfigurationType>
80     <UseOfMfc>false</UseOfMfc>
81     <CharacterSet>MultiByte</CharacterSet>
82   </PropertyGroup>
83   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'">
84     <ConfigurationType>StaticLibrary</ConfigurationType>
85     <UseOfMfc>false</UseOfMfc>
86     <CharacterSet>MultiByte</CharacterSet>
87   </PropertyGroup>
88   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
89   <ImportGroup Label="ExtensionSettings">
90   </ImportGroup>
91   <ImportGroup Label="PropertySheets">
92     <Import Project="$(LocalAppData)\Microsoft\VisualStudio\10.0\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(LocalAppData)\Microsoft\VisualStudio\10.0\Microsoft.Cpp.$(Platform).user.props')" />
93   </ImportGroup>
94   <PropertyGroup Label="UserMacros" />
95   <PropertyGroup>
96     <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
97     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\sockets__$(Platform)_$(Configuration)\</OutDir>
98     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\sockets__$(Platform)_$(Configuration)\</IntDir>
99     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">sockets</TargetName>
100     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
101     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|X64'">.\sockets__$(Platform)_$(Configuration)\</OutDir>
102     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|X64'">.\sockets__$(Platform)_$(Configuration)\</IntDir>
103     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|X64'">sockets</TargetName>
104     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|X64'">.lib</TargetExt>
105     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\sockets__$(Platform)_$(Configuration)\</OutDir>
106     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\sockets__$(Platform)_$(Configuration)\</IntDir>
107     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">sockets</TargetName>
108     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
109     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">.\sockets__$(Platform)_$(Configuration)\</OutDir>
110     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">.\sockets__$(Platform)_$(Configuration)\</IntDir>
111     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">sockets</TargetName>
112     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">.lib</TargetExt>
113     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'">.\sockets__$(Platform)_$(Configuration)\</OutDir>
114     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'">.\sockets__$(Platform)_$(Configuration)\</IntDir>
115     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'">sockets</TargetName>
116     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'">.lib</TargetExt>
117     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'">.\sockets__$(Platform)_$(Configuration)\</OutDir>
118     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'">.\sockets__$(Platform)_$(Configuration)\</IntDir>
119     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'">sockets</TargetName>
120     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'">.lib</TargetExt>
121     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
122     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'" />
123     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'" />
124     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'">AllRules.ruleset</CodeAnalysisRuleSet>
125     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'" />
126     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'" />
127     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
128     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
129     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
130     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">AllRules.ruleset</CodeAnalysisRuleSet>
131     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|X64'" />
132     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|X64'" />
133     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
134     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
135     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
136     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|X64'">AllRules.ruleset</CodeAnalysisRuleSet>
137     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|X64'" />
138     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|X64'" />
139   </PropertyGroup>
140   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
141     <ClCompile>
142       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
143       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
144       <AdditionalIncludeDirectories>..\..\dep\include\sockets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
145       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146       <StringPooling>true</StringPooling>
147       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
148       <FunctionLevelLinking>true</FunctionLevelLinking>
149       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
150       <RuntimeTypeInfo>true</RuntimeTypeInfo>
151       <PrecompiledHeader>
152       </PrecompiledHeader>
153       <PrecompiledHeaderOutputFile>.\sockets__$(Platform)_$(Configuration)/sockets.pch</PrecompiledHeaderOutputFile>
154       <AssemblerListingLocation>.\sockets__$(Platform)_$(Configuration)\</AssemblerListingLocation>
155       <ObjectFileName>.\sockets__$(Platform)_$(Configuration)\</ObjectFileName>
156       <ProgramDataBaseFileName>.\sockets__$(Platform)_$(Configuration)\</ProgramDataBaseFileName>
157       <WarningLevel>Level3</WarningLevel>
158       <SuppressStartupBanner>true</SuppressStartupBanner>
159       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
160       <CallingConvention>Cdecl</CallingConvention>
161       <CompileAs>Default</CompileAs>
162     </ClCompile>
163     <ResourceCompile>
164       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165       <Culture>0x0409</Culture>
166     </ResourceCompile>
167     <Lib>
168       <SuppressStartupBanner>true</SuppressStartupBanner>
169     </Lib>
170   </ItemDefinitionGroup>
171   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|X64'">
172     <ClCompile>
173       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
174       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
175       <AdditionalIncludeDirectories>..\..\dep\include\sockets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
176       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
177       <StringPooling>true</StringPooling>
178       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
179       <FunctionLevelLinking>true</FunctionLevelLinking>
180       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
181       <RuntimeTypeInfo>true</RuntimeTypeInfo>
182       <PrecompiledHeader>
183       </PrecompiledHeader>
184       <PrecompiledHeaderOutputFile>.\sockets__$(Platform)_$(Configuration)/sockets.pch</PrecompiledHeaderOutputFile>
185       <AssemblerListingLocation>.\sockets__$(Platform)_$(Configuration)\</AssemblerListingLocation>
186       <ObjectFileName>.\sockets__$(Platform)_$(Configuration)\</ObjectFileName>
187       <ProgramDataBaseFileName>.\sockets__$(Platform)_$(Configuration)\</ProgramDataBaseFileName>
188       <WarningLevel>Level3</WarningLevel>
189       <SuppressStartupBanner>true</SuppressStartupBanner>
190       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
191       <CallingConvention>Cdecl</CallingConvention>
192       <CompileAs>Default</CompileAs>
193     </ClCompile>
194     <ResourceCompile>
195       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
196       <Culture>0x0409</Culture>
197     </ResourceCompile>
198     <Lib>
199       <SuppressStartupBanner>true</SuppressStartupBanner>
200     </Lib>
201   </ItemDefinitionGroup>
202   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
203     <ClCompile>
204       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
205       <Optimization>Disabled</Optimization>
206       <AdditionalIncludeDirectories>..\..\dep\include\sockets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
207       <PreprocessorDefinitions>WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
208       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
209       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
210       <FunctionLevelLinking>true</FunctionLevelLinking>
211       <RuntimeTypeInfo>true</RuntimeTypeInfo>
212       <PrecompiledHeader>
213       </PrecompiledHeader>
214       <PrecompiledHeaderOutputFile>.\sockets__$(Platform)_$(Configuration)\sockets.pch</PrecompiledHeaderOutputFile>
215       <AssemblerListingLocation>.\sockets__$(Platform)_$(Configuration)\</AssemblerListingLocation>
216       <ObjectFileName>.\sockets__$(Platform)_$(Configuration)\</ObjectFileName>
217       <ProgramDataBaseFileName>.\sockets__$(Platform)_$(Configuration)\</ProgramDataBaseFileName>
218       <WarningLevel>Level3</WarningLevel>
219       <SuppressStartupBanner>true</SuppressStartupBanner>
220       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
221       <CallingConvention>Cdecl</CallingConvention>
222       <CompileAs>Default</CompileAs>
223     </ClCompile>
224     <ResourceCompile>
225       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226       <Culture>0x0409</Culture>
227     </ResourceCompile>
228     <Lib>
229       <SuppressStartupBanner>true</SuppressStartupBanner>
230     </Lib>
231   </ItemDefinitionGroup>
232   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">
233     <ClCompile>
234       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
235       <Optimization>Disabled</Optimization>
236       <AdditionalIncludeDirectories>..\..\dep\include\sockets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
237       <PreprocessorDefinitions>WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
239       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
240       <FunctionLevelLinking>true</FunctionLevelLinking>
241       <RuntimeTypeInfo>true</RuntimeTypeInfo>
242       <PrecompiledHeader>
243       </PrecompiledHeader>
244       <PrecompiledHeaderOutputFile>.\sockets__$(Platform)_$(Configuration)\sockets.pch</PrecompiledHeaderOutputFile>
245       <AssemblerListingLocation>.\sockets__$(Platform)_$(Configuration)\</AssemblerListingLocation>
246       <ObjectFileName>.\sockets__$(Platform)_$(Configuration)\</ObjectFileName>
247       <ProgramDataBaseFileName>.\sockets__$(Platform)_$(Configuration)\</ProgramDataBaseFileName>
248       <WarningLevel>Level3</WarningLevel>
249       <SuppressStartupBanner>true</SuppressStartupBanner>
250       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
251       <CallingConvention>Cdecl</CallingConvention>
252       <CompileAs>Default</CompileAs>
253     </ClCompile>
254     <ResourceCompile>
255       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
256       <Culture>0x0409</Culture>
257     </ResourceCompile>
258     <Lib>
259       <SuppressStartupBanner>true</SuppressStartupBanner>
260     </Lib>
261   </ItemDefinitionGroup>
262   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|Win32'">
263     <ClCompile>
264       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
265       <Optimization>Disabled</Optimization>
266       <AdditionalIncludeDirectories>..\..\dep\include\sockets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
267       <PreprocessorDefinitions>WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
269       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
270       <FunctionLevelLinking>true</FunctionLevelLinking>
271       <RuntimeTypeInfo>true</RuntimeTypeInfo>
272       <PrecompiledHeader>
273       </PrecompiledHeader>
274       <PrecompiledHeaderOutputFile>.\sockets__$(Platform)_$(Configuration)\sockets.pch</PrecompiledHeaderOutputFile>
275       <AssemblerListingLocation>.\sockets__$(Platform)_$(Configuration)\</AssemblerListingLocation>
276       <ObjectFileName>.\sockets__$(Platform)_$(Configuration)\</ObjectFileName>
277       <ProgramDataBaseFileName>.\sockets__$(Platform)_$(Configuration)\</ProgramDataBaseFileName>
278       <WarningLevel>Level3</WarningLevel>
279       <SuppressStartupBanner>true</SuppressStartupBanner>
280       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
281       <CallingConvention>Cdecl</CallingConvention>
282       <CompileAs>Default</CompileAs>
283     </ClCompile>
284     <ResourceCompile>
285       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
286       <Culture>0x0409</Culture>
287     </ResourceCompile>
288     <Lib>
289       <SuppressStartupBanner>true</SuppressStartupBanner>
290     </Lib>
291   </ItemDefinitionGroup>
292   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_NoPCH|X64'">
293     <ClCompile>
294       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
295       <Optimization>Disabled</Optimization>
296       <AdditionalIncludeDirectories>..\..\dep\include\sockets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
297       <PreprocessorDefinitions>WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
298       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
299       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
300       <FunctionLevelLinking>true</FunctionLevelLinking>
301       <RuntimeTypeInfo>true</RuntimeTypeInfo>
302       <PrecompiledHeader>
303       </PrecompiledHeader>
304       <PrecompiledHeaderOutputFile>.\sockets__$(Platform)_$(Configuration)\sockets.pch</PrecompiledHeaderOutputFile>
305       <AssemblerListingLocation>.\sockets__$(Platform)_$(Configuration)\</AssemblerListingLocation>
306       <ObjectFileName>.\sockets__$(Platform)_$(Configuration)\</ObjectFileName>
307       <ProgramDataBaseFileName>.\sockets__$(Platform)_$(Configuration)\</ProgramDataBaseFileName>
308       <WarningLevel>Level3</WarningLevel>
309       <SuppressStartupBanner>true</SuppressStartupBanner>
310       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
311       <CallingConvention>Cdecl</CallingConvention>
312       <CompileAs>Default</CompileAs>
313     </ClCompile>
314     <ResourceCompile>
315       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
316       <Culture>0x0409</Culture>
317     </ResourceCompile>
318     <Lib>
319       <SuppressStartupBanner>true</SuppressStartupBanner>
320     </Lib>
321   </ItemDefinitionGroup>
322   <ItemGroup>
323     <ClCompile Include="..\..\dep\src\sockets\Base64.cpp" />
324     <ClCompile Include="..\..\dep\src\sockets\Exception.cpp" />
325     <ClCompile Include="..\..\dep\src\sockets\Ipv4Address.cpp" />
326     <ClCompile Include="..\..\dep\src\sockets\Ipv6Address.cpp" />
327     <ClCompile Include="..\..\dep\src\sockets\Lock.cpp" />
328     <ClCompile Include="..\..\dep\src\sockets\Mutex.cpp" />
329     <ClCompile Include="..\..\dep\src\sockets\Parse.cpp" />
330     <ClCompile Include="..\..\dep\src\sockets\ResolvServer.cpp" />
331     <ClCompile Include="..\..\dep\src\sockets\ResolvSocket.cpp" />
332     <ClCompile Include="..\..\dep\src\sockets\Socket.cpp" />
333     <ClCompile Include="..\..\dep\src\sockets\SocketHandler.cpp" />
334     <ClCompile Include="..\..\dep\src\sockets\socket_include.cpp" />
335     <ClCompile Include="..\..\dep\src\sockets\StdoutLog.cpp" />
336     <ClCompile Include="..\..\dep\src\sockets\StreamSocket.cpp" />
337     <ClCompile Include="..\..\dep\src\sockets\TcpSocket.cpp" />
338     <ClCompile Include="..\..\dep\src\sockets\Thread.cpp" />
339     <ClCompile Include="..\..\dep\src\sockets\UdpSocket.cpp" />
340     <ClCompile Include="..\..\dep\src\sockets\Utility.cpp" />
341   </ItemGroup>
342   <ItemGroup>
343     <ClInclude Include="..\..\dep\include\sockets\Base64.h" />
344     <ClInclude Include="..\..\dep\include\sockets\Exception.h" />
345     <ClInclude Include="..\..\dep\include\sockets\File.h" />
346     <ClInclude Include="..\..\dep\include\sockets\IFile.h" />
347     <ClInclude Include="..\..\dep\include\sockets\Ipv4Address.h" />
348     <ClInclude Include="..\..\dep\include\sockets\Ipv6Address.h" />
349     <ClInclude Include="..\..\dep\include\sockets\ISocketHandler.h" />
350     <ClInclude Include="..\..\dep\include\sockets\ListenSocket.h" />
351     <ClInclude Include="..\..\dep\include\sockets\Lock.h" />
352     <ClInclude Include="..\..\dep\include\sockets\Mutex.h" />
353     <ClInclude Include="..\..\dep\include\sockets\Parse.h" />
354     <ClInclude Include="..\..\dep\include\sockets\ResolvServer.h" />
355     <ClInclude Include="..\..\dep\include\sockets\ResolvSocket.h" />
356     <ClInclude Include="..\..\dep\include\sockets\SctpSocket.h" />
357     <ClInclude Include="..\..\dep\include\sockets\Socket.h" />
358     <ClInclude Include="..\..\dep\include\sockets\SocketAddress.h" />
359     <ClInclude Include="..\..\dep\include\sockets\SocketHandler.h" />
360     <ClInclude Include="..\..\dep\include\sockets\sockets-config.h" />
361     <ClInclude Include="..\..\dep\include\sockets\socket_include.h" />
362     <ClInclude Include="..\..\dep\include\sockets\StdLog.h" />
363     <ClInclude Include="..\..\dep\include\sockets\StdoutLog.h" />
364     <ClInclude Include="..\..\dep\include\sockets\StreamSocket.h" />
365     <ClInclude Include="..\..\dep\include\sockets\TcpSocket.h" />
366     <ClInclude Include="..\..\dep\include\sockets\Thread.h" />
367     <ClInclude Include="..\..\dep\include\sockets\UdpSocket.h" />
368     <ClInclude Include="..\..\dep\include\sockets\Utility.h" />
369   </ItemGroup>
370   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
371   <ImportGroup Label="ExtensionTargets">
372   </ImportGroup>
373 </Project>