Skip to content

Commit 00da9e6

Browse files
author
nitrocaster
committed
Add GameSpy project to solution.
1 parent fdef62f commit 00da9e6

File tree

3 files changed

+857
-0
lines changed

3 files changed

+857
-0
lines changed

src/Externals/GameSpy.vcxproj

Lines changed: 306 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,306 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Mixed|Win32">
9+
<Configuration>Mixed</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|Win32">
13+
<Configuration>Release</Configuration>
14+
<Platform>Win32</Platform>
15+
</ProjectConfiguration>
16+
</ItemGroup>
17+
<PropertyGroup Label="Globals">
18+
<ProjectGuid>{67FF193E-2C20-402A-9026-9F5F6327503C}</ProjectGuid>
19+
<Keyword>Win32Proj</Keyword>
20+
</PropertyGroup>
21+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
23+
<ConfigurationType>StaticLibrary</ConfigurationType>
24+
<PlatformToolset>v140</PlatformToolset>
25+
<CharacterSet>MultiByte</CharacterSet>
26+
<WholeProgramOptimization>true</WholeProgramOptimization>
27+
</PropertyGroup>
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
29+
<ConfigurationType>StaticLibrary</ConfigurationType>
30+
<PlatformToolset>v140</PlatformToolset>
31+
<CharacterSet>MultiByte</CharacterSet>
32+
<WholeProgramOptimization>true</WholeProgramOptimization>
33+
</PropertyGroup>
34+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35+
<ConfigurationType>StaticLibrary</ConfigurationType>
36+
<PlatformToolset>v140</PlatformToolset>
37+
<CharacterSet>MultiByte</CharacterSet>
38+
</PropertyGroup>
39+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40+
<ImportGroup Label="ExtensionSettings">
41+
</ImportGroup>
42+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
43+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44+
<Import Project="$(SolutionDir)Common.props" />
45+
</ImportGroup>
46+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets">
47+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48+
<Import Project="$(SolutionDir)Common.props" />
49+
</ImportGroup>
50+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
51+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52+
<Import Project="$(SolutionDir)Common.props" />
53+
</ImportGroup>
54+
<PropertyGroup Label="UserMacros" />
55+
<PropertyGroup>
56+
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
57+
</PropertyGroup>
58+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59+
<LinkIncremental>false</LinkIncremental>
60+
</PropertyGroup>
61+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62+
<LinkIncremental>false</LinkIncremental>
63+
</PropertyGroup>
64+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
65+
<LinkIncremental>false</LinkIncremental>
66+
</PropertyGroup>
67+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68+
<ClCompile>
69+
<Optimization>Disabled</Optimization>
70+
<MinimalRebuild>true</MinimalRebuild>
71+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
72+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
73+
<FunctionLevelLinking>false</FunctionLevelLinking>
74+
<FloatingPointModel>Fast</FloatingPointModel>
75+
<WarningLevel>Level3</WarningLevel>
76+
</ClCompile>
77+
<Link>
78+
<SubSystem>Windows</SubSystem>
79+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
80+
<TargetMachine>MachineX86</TargetMachine>
81+
<LargeAddressAware>true</LargeAddressAware>
82+
</Link>
83+
</ItemDefinitionGroup>
84+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85+
<ClCompile>
86+
<Optimization>MaxSpeed</Optimization>
87+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
88+
<IntrinsicFunctions>true</IntrinsicFunctions>
89+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
90+
<OmitFramePointers>true</OmitFramePointers>
91+
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
92+
<WholeProgramOptimization>true</WholeProgramOptimization>
93+
<StringPooling>true</StringPooling>
94+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
95+
<BufferSecurityCheck>false</BufferSecurityCheck>
96+
<FunctionLevelLinking>false</FunctionLevelLinking>
97+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
98+
<FloatingPointModel>Fast</FloatingPointModel>
99+
<WarningLevel>Level3</WarningLevel>
100+
</ClCompile>
101+
<Link>
102+
<SubSystem>Windows</SubSystem>
103+
<OptimizeReferences>true</OptimizeReferences>
104+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
105+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
106+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
107+
<TargetMachine>MachineX86</TargetMachine>
108+
<LargeAddressAware>true</LargeAddressAware>
109+
</Link>
110+
</ItemDefinitionGroup>
111+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
112+
<ClCompile>
113+
<Optimization>MaxSpeed</Optimization>
114+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
115+
<IntrinsicFunctions>true</IntrinsicFunctions>
116+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
117+
<OmitFramePointers>true</OmitFramePointers>
118+
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
119+
<WholeProgramOptimization>true</WholeProgramOptimization>
120+
<StringPooling>true</StringPooling>
121+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
122+
<BufferSecurityCheck>false</BufferSecurityCheck>
123+
<FunctionLevelLinking>false</FunctionLevelLinking>
124+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
125+
<FloatingPointModel>Fast</FloatingPointModel>
126+
<WarningLevel>Level3</WarningLevel>
127+
</ClCompile>
128+
<Link>
129+
<SubSystem>Windows</SubSystem>
130+
<OptimizeReferences>true</OptimizeReferences>
131+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
132+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
133+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
134+
<TargetMachine>MachineX86</TargetMachine>
135+
<LargeAddressAware>true</LargeAddressAware>
136+
</Link>
137+
</ItemDefinitionGroup>
138+
<ItemGroup>
139+
<ClCompile Include="GameSpy\src\GameSpy\common\gsAssert.c" />
140+
<ClCompile Include="GameSpy\src\GameSpy\common\gsAvailable.c" />
141+
<ClCompile Include="GameSpy\src\GameSpy\common\gsCore.c" />
142+
<ClCompile Include="GameSpy\src\GameSpy\common\gsCrypt.c" />
143+
<ClCompile Include="GameSpy\src\GameSpy\common\gsLargeInt.c" />
144+
<ClCompile Include="GameSpy\src\GameSpy\common\gsRC4.c" />
145+
<ClCompile Include="GameSpy\src\GameSpy\common\gsSHA1.c" />
146+
<ClCompile Include="GameSpy\src\GameSpy\common\gsSoap.c" />
147+
<ClCompile Include="GameSpy\src\GameSpy\common\gsSSL.c" />
148+
<ClCompile Include="GameSpy\src\GameSpy\common\gsStringUtil.c" />
149+
<ClCompile Include="GameSpy\src\GameSpy\common\gsUdpEngine.c" />
150+
<ClCompile Include="GameSpy\src\GameSpy\common\gsXML.c" />
151+
<ClCompile Include="GameSpy\src\GameSpy\darray.c" />
152+
<ClCompile Include="GameSpy\src\GameSpy\gcdkey\gcdkeyc.c" />
153+
<ClCompile Include="GameSpy\src\GameSpy\gcdkey\gcdkeys.c" />
154+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpBuffer.c" />
155+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpCallbacks.c" />
156+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpCommon.c" />
157+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpConnection.c" />
158+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpEncryption.c" />
159+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpMain.c" />
160+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpPost.c" />
161+
<ClCompile Include="GameSpy\src\GameSpy\ghttp\ghttpProcess.c" />
162+
<ClCompile Include="GameSpy\src\GameSpy\GP\gp.c" />
163+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpi.c" />
164+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiBuddy.c" />
165+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiBuffer.c" />
166+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiCallback.c" />
167+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiConnect.c" />
168+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiInfo.c" />
169+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiKeys.c" />
170+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiOperation.c" />
171+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiPeer.c" />
172+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiProfile.c" />
173+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiPS3.c" />
174+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiSearch.c" />
175+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiTransfer.c" />
176+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiUnique.c" />
177+
<ClCompile Include="GameSpy\src\GameSpy\GP\gpiUtility.c" />
178+
<ClCompile Include="GameSpy\src\GameSpy\gstats\gbucket.c" />
179+
<ClCompile Include="GameSpy\src\GameSpy\gstats\gstats.c" />
180+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Auth.c" />
181+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Buffer.c" />
182+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Callback.c" />
183+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Connection.c" />
184+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Encode.c" />
185+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Filter.c" />
186+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Main.c" />
187+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Message.c" />
188+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Socket.c" />
189+
<ClCompile Include="GameSpy\src\GameSpy\gt2\gt2Utility.c" />
190+
<ClCompile Include="GameSpy\src\GameSpy\hashtable.c" />
191+
<ClCompile Include="GameSpy\src\GameSpy\md5c.c" />
192+
<ClCompile Include="GameSpy\src\GameSpy\natneg\NATify.c" />
193+
<ClCompile Include="GameSpy\src\GameSpy\natneg\natneg.c" />
194+
<ClCompile Include="GameSpy\src\GameSpy\nonport.c" />
195+
<ClCompile Include="GameSpy\src\GameSpy\pt\ptMain.c" />
196+
<ClCompile Include="GameSpy\src\GameSpy\qr2\qr2.c" />
197+
<ClCompile Include="GameSpy\src\GameSpy\qr2\qr2regkeys.c" />
198+
<ClCompile Include="GameSpy\src\GameSpy\sake\sakeMain.c" />
199+
<ClCompile Include="GameSpy\src\GameSpy\sake\sakeRequest.c" />
200+
<ClCompile Include="GameSpy\src\GameSpy\sake\sakeRequestMisc.c" />
201+
<ClCompile Include="GameSpy\src\GameSpy\sake\sakeRequestModify.c" />
202+
<ClCompile Include="GameSpy\src\GameSpy\sake\sakeRequestRead.c" />
203+
<ClCompile Include="GameSpy\src\GameSpy\sc\sciInterface.c" />
204+
<ClCompile Include="GameSpy\src\GameSpy\sc\sciMain.c" />
205+
<ClCompile Include="GameSpy\src\GameSpy\sc\sciReport.c" />
206+
<ClCompile Include="GameSpy\src\GameSpy\sc\sciSerialize.c" />
207+
<ClCompile Include="GameSpy\src\GameSpy\sc\sciWebServices.c" />
208+
<ClCompile Include="GameSpy\src\GameSpy\serverbrowsing\sb_crypt.c" />
209+
<ClCompile Include="GameSpy\src\GameSpy\serverbrowsing\sb_queryengine.c" />
210+
<ClCompile Include="GameSpy\src\GameSpy\serverbrowsing\sb_server.c" />
211+
<ClCompile Include="GameSpy\src\GameSpy\serverbrowsing\sb_serverbrowsing.c" />
212+
<ClCompile Include="GameSpy\src\GameSpy\serverbrowsing\sb_serverlist.c" />
213+
<ClCompile Include="GameSpy\src\GameSpy\webservices\AuthService.c" />
214+
</ItemGroup>
215+
<ItemGroup>
216+
<ClInclude Include="GameSpy\src\GameSpy\common\gsAssert.h" />
217+
<ClInclude Include="GameSpy\src\GameSpy\common\gsAvailable.h" />
218+
<ClInclude Include="GameSpy\src\GameSpy\common\gsCommon.h" />
219+
<ClInclude Include="GameSpy\src\GameSpy\common\gsCore.h" />
220+
<ClInclude Include="GameSpy\src\GameSpy\common\gsCrypt.h" />
221+
<ClInclude Include="GameSpy\src\GameSpy\common\gsDebug.h" />
222+
<ClInclude Include="GameSpy\src\GameSpy\common\gsLargeInt.h" />
223+
<ClInclude Include="GameSpy\src\GameSpy\common\gsMemory.h" />
224+
<ClInclude Include="GameSpy\src\GameSpy\common\gsPlatform.h" />
225+
<ClInclude Include="GameSpy\src\GameSpy\common\gsPlatformSocket.h" />
226+
<ClInclude Include="GameSpy\src\GameSpy\common\gsPlatformThread.h" />
227+
<ClInclude Include="GameSpy\src\GameSpy\common\gsPlatformUtil.h" />
228+
<ClInclude Include="GameSpy\src\GameSpy\common\gsRC4.h" />
229+
<ClInclude Include="GameSpy\src\GameSpy\common\gsSHA1.h" />
230+
<ClInclude Include="GameSpy\src\GameSpy\common\gsSoap.h" />
231+
<ClInclude Include="GameSpy\src\GameSpy\common\gsSSL.h" />
232+
<ClInclude Include="GameSpy\src\GameSpy\common\gsStringUtil.h" />
233+
<ClInclude Include="GameSpy\src\GameSpy\common\gsUdpEngine.h" />
234+
<ClInclude Include="GameSpy\src\GameSpy\common\gsXML.h" />
235+
<ClInclude Include="GameSpy\src\GameSpy\darray.h" />
236+
<ClInclude Include="GameSpy\src\GameSpy\gcdkey\gcdkeyc.h" />
237+
<ClInclude Include="GameSpy\src\GameSpy\gcdkey\gcdkeys.h" />
238+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttp.h" />
239+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpASCII.h" />
240+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpBuffer.h" />
241+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpCallbacks.h" />
242+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpCommon.h" />
243+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpConnection.h" />
244+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpEncryption.h" />
245+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpMain.h" />
246+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpPost.h" />
247+
<ClInclude Include="GameSpy\src\GameSpy\ghttp\ghttpProcess.h" />
248+
<ClInclude Include="GameSpy\src\GameSpy\GP\gp.h" />
249+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpi.h" />
250+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiBuddy.h" />
251+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiBuffer.h" />
252+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiCallback.h" />
253+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiConnect.h" />
254+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiInfo.h" />
255+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiKeys.h" />
256+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiOperation.h" />
257+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiPeer.h" />
258+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiProfile.h" />
259+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiPS3.h" />
260+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiSearch.h" />
261+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiTransfer.h" />
262+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiUnique.h" />
263+
<ClInclude Include="GameSpy\src\GameSpy\GP\gpiUtility.h" />
264+
<ClInclude Include="GameSpy\src\GameSpy\gstats\gbucket.h" />
265+
<ClInclude Include="GameSpy\src\GameSpy\gstats\gpersist.h" />
266+
<ClInclude Include="GameSpy\src\GameSpy\gstats\gstats.h" />
267+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2.h" />
268+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Auth.h" />
269+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Buffer.h" />
270+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Callback.h" />
271+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Connection.h" />
272+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Encode.h" />
273+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Filter.h" />
274+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Main.h" />
275+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Message.h" />
276+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Socket.h" />
277+
<ClInclude Include="GameSpy\src\GameSpy\gt2\gt2Utility.h" />
278+
<ClInclude Include="GameSpy\src\GameSpy\hashtable.h" />
279+
<ClInclude Include="GameSpy\src\GameSpy\md5.h" />
280+
<ClInclude Include="GameSpy\src\GameSpy\natneg\NATify.h" />
281+
<ClInclude Include="GameSpy\src\GameSpy\natneg\natneg.h" />
282+
<ClInclude Include="GameSpy\src\GameSpy\natneg\nninternal.h" />
283+
<ClInclude Include="GameSpy\src\GameSpy\nonport.h" />
284+
<ClInclude Include="GameSpy\src\GameSpy\pt\pt.h" />
285+
<ClInclude Include="GameSpy\src\GameSpy\qr2\qr2.h" />
286+
<ClInclude Include="GameSpy\src\GameSpy\qr2\qr2regkeys.h" />
287+
<ClInclude Include="GameSpy\src\GameSpy\sake\sake.h" />
288+
<ClInclude Include="GameSpy\src\GameSpy\sake\sakeMain.h" />
289+
<ClInclude Include="GameSpy\src\GameSpy\sake\sakeRequest.h" />
290+
<ClInclude Include="GameSpy\src\GameSpy\sake\sakeRequestInternal.h" />
291+
<ClInclude Include="GameSpy\src\GameSpy\sc\sc.h" />
292+
<ClInclude Include="GameSpy\src\GameSpy\sc\sci.h" />
293+
<ClInclude Include="GameSpy\src\GameSpy\sc\sciInterface.h" />
294+
<ClInclude Include="GameSpy\src\GameSpy\sc\sciReport.h" />
295+
<ClInclude Include="GameSpy\src\GameSpy\sc\sciSerialize.h" />
296+
<ClInclude Include="GameSpy\src\GameSpy\sc\sciWebServices.h" />
297+
<ClInclude Include="GameSpy\src\GameSpy\serverbrowsing\sb_ascii.h" />
298+
<ClInclude Include="GameSpy\src\GameSpy\serverbrowsing\sb_crypt.h" />
299+
<ClInclude Include="GameSpy\src\GameSpy\serverbrowsing\sb_internal.h" />
300+
<ClInclude Include="GameSpy\src\GameSpy\serverbrowsing\sb_serverbrowsing.h" />
301+
<ClInclude Include="GameSpy\src\GameSpy\webservices\AuthService.h" />
302+
</ItemGroup>
303+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
304+
<ImportGroup Label="ExtensionTargets">
305+
</ImportGroup>
306+
</Project>

0 commit comments

Comments
 (0)