Skip to content

Latest commit

 

History

History
executable file
·
567 lines (567 loc) · 12.1 KB

SDL_net_VS2008.vcproj

File metadata and controls

executable file
·
567 lines (567 loc) · 12.1 KB
 
1
2
3
4
5
6
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="SDL_net"
ProjectGUID="{8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}"
Jan 9, 2012
Jan 9, 2012
7
RootNamespace="SDL_net"
8
9
10
11
12
13
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
Jan 9, 2012
Jan 9, 2012
14
15
16
<Platform
Name="x64"
/>
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Debug/SDL_net.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
RuntimeLibrary="2"
PrecompiledHeaderFile=".\Debug/SDL_net.pch"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1031"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Jan 15, 2012
Jan 15, 2012
75
AdditionalDependencies="wsock32.lib iphlpapi.lib SDL.lib"
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
OutputFile=".\Debug/SDL_net.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL_net.pdb"
SubSystem="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Debug/SDL_net.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Jan 9, 2012
Jan 9, 2012
109
110
111
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
Jan 9, 2012
Jan 9, 2012
131
PreprocessorDefinitions="_DEBUG"
132
133
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
134
135
TargetEnvironment="3"
TypeLibraryName=".\Debug/SDL_net.tlb"
136
137
138
139
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Jan 9, 2012
Jan 9, 2012
140
141
142
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
143
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
144
145
146
147
PrecompiledHeaderFile=".\Debug/SDL_net.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
148
149
WarningLevel="3"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
150
DebugInformationFormat="3"
151
152
153
154
155
156
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
157
PreprocessorDefinitions="_DEBUG"
158
159
160
161
162
163
164
Culture="1031"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Jan 15, 2012
Jan 15, 2012
165
AdditionalDependencies="ws2_32.lib iphlpapi.lib SDL.lib"
Jan 9, 2012
Jan 9, 2012
166
167
OutputFile=".\Debug/SDL_net.dll"
LinkIncremental="2"
168
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
169
170
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL_net.pdb"
171
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
172
TargetMachine="17"
173
174
175
176
177
178
179
180
181
182
183
184
185
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
186
OutputFile=".\Debug/SDL_net.bsc"
187
188
189
190
191
192
193
194
195
196
197
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Jan 9, 2012
Jan 9, 2012
198
<Configuration
Jan 9, 2012
Jan 9, 2012
199
200
201
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
Jan 9, 2012
Jan 9, 2012
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
Jan 9, 2012
Jan 9, 2012
221
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
222
223
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
224
225
TargetEnvironment="1"
TypeLibraryName=".\Release/SDL_net.tlb"
Jan 9, 2012
Jan 9, 2012
226
227
228
229
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Jan 9, 2012
Jan 9, 2012
230
231
232
233
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
Jan 9, 2012
Jan 9, 2012
234
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
235
236
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/SDL_net.pch"
Jan 9, 2012
Jan 9, 2012
237
238
239
240
241
242
243
244
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
245
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
246
247
248
249
250
251
252
Culture="1031"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Jan 15, 2012
Jan 15, 2012
253
AdditionalDependencies="wsock32.lib iphlpapi.lib SDL.lib"
Jan 9, 2012
Jan 9, 2012
254
255
OutputFile=".\Release/SDL_net.dll"
LinkIncremental="1"
Jan 9, 2012
Jan 9, 2012
256
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
257
ProgramDatabaseFile=".\Release/SDL_net.pdb"
Jan 9, 2012
Jan 9, 2012
258
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
259
TargetMachine="1"
Jan 9, 2012
Jan 9, 2012
260
261
262
263
264
265
266
267
268
269
270
271
272
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
273
OutputFile=".\Release/SDL_net.bsc"
Jan 9, 2012
Jan 9, 2012
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Release/SDL_net.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/SDL_net.pch"
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1031"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Jan 15, 2012
Jan 15, 2012
340
AdditionalDependencies="ws2_32.lib iphlpapi.lib SDL.lib"
Jan 9, 2012
Jan 9, 2012
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
OutputFile=".\Release/SDL_net.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/SDL_net.pdb"
SubSystem="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Release/SDL_net.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="..\SDL_net.h"
>
</File>
<File
RelativePath="..\SDLnet.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
392
Name="Debug|x64"
393
394
395
396
397
398
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
399
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
400
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
401
402
403
404
405
406
407
408
409
410
411
412
413
414
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
415
416
417
418
419
420
421
422
423
424
425
426
427
</File>
<File
RelativePath="..\SDLnetselect.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
428
Name="Debug|x64"
429
430
431
432
433
434
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
435
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
436
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
437
438
439
440
441
442
443
444
445
446
447
448
449
450
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
</File>
<File
RelativePath="..\SDLnetsys.h"
>
</File>
<File
RelativePath="..\SDLnetTCP.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
468
Name="Debug|x64"
469
470
471
472
473
474
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
475
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
476
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
477
478
479
480
481
482
483
484
485
486
487
488
489
490
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
491
492
493
494
495
496
497
498
499
500
501
502
503
</File>
<File
RelativePath="..\SDLnetUDP.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
504
Name="Debug|x64"
505
506
507
508
509
510
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
511
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
512
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
513
514
515
516
517
518
519
520
521
522
523
524
525
526
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
527
528
529
530
531
532
533
534
535
536
537
538
539
</File>
<File
RelativePath="Version.rc"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
540
Name="Debug|x64"
541
542
543
544
545
546
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
547
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
548
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
549
550
551
552
553
554
555
556
557
558
559
560
561
562
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
563
564
565
566
567
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>