Subversion Repositories spk

Rev

Rev 21 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 63
Line 9... Line 9...
9
	TargetFrameworkVersion="131072"
9
	TargetFrameworkVersion="131072"
10
	>
10
	>
11
	<Platforms>
11
	<Platforms>
12
		<Platform
12
		<Platform
13
			Name="Win32"
13
			Name="Win32"
-
 
14
		/>
-
 
15
		<Platform
-
 
16
			Name="x64"
14
		/>
17
		/>
15
	</Platforms>
18
	</Platforms>
16
	<ToolFiles>
19
	<ToolFiles>
17
	</ToolFiles>
20
	</ToolFiles>
18
	<Configurations>
21
	<Configurations>
Line 223... Line 226...
223
				GenerateDebugInformation="true"
226
				GenerateDebugInformation="true"
224
				SubSystem="2"
227
				SubSystem="2"
225
				RandomizedBaseAddress="1"
228
				RandomizedBaseAddress="1"
226
				DataExecutionPrevention="0"
229
				DataExecutionPrevention="0"
227
				TargetMachine="1"
230
				TargetMachine="1"
-
 
231
			/>
-
 
232
			<Tool
-
 
233
				Name="VCALinkTool"
-
 
234
			/>
-
 
235
			<Tool
-
 
236
				Name="VCManifestTool"
-
 
237
			/>
-
 
238
			<Tool
-
 
239
				Name="VCXDCMakeTool"
-
 
240
			/>
-
 
241
			<Tool
-
 
242
				Name="VCBscMakeTool"
-
 
243
			/>
-
 
244
			<Tool
-
 
245
				Name="VCFxCopTool"
-
 
246
			/>
-
 
247
			<Tool
-
 
248
				Name="VCAppVerifierTool"
-
 
249
			/>
-
 
250
			<Tool
-
 
251
				Name="VCPostBuildEventTool"
-
 
252
			/>
-
 
253
		</Configuration>
-
 
254
		<Configuration
-
 
255
			Name="Debug|x64"
-
 
256
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
-
 
257
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-
 
258
			ConfigurationType="2"
-
 
259
			CharacterSet="2"
-
 
260
			>
-
 
261
			<Tool
-
 
262
				Name="VCPreBuildEventTool"
-
 
263
			/>
-
 
264
			<Tool
-
 
265
				Name="VCCustomBuildTool"
-
 
266
			/>
-
 
267
			<Tool
-
 
268
				Name="VCXMLDataGeneratorTool"
-
 
269
			/>
-
 
270
			<Tool
-
 
271
				Name="VCWebServiceProxyGeneratorTool"
-
 
272
			/>
-
 
273
			<Tool
-
 
274
				Name="VCMIDLTool"
-
 
275
				TargetEnvironment="3"
-
 
276
			/>
-
 
277
			<Tool
-
 
278
				Name="VCCLCompilerTool"
-
 
279
				Optimization="0"
-
 
280
				AdditionalIncludeDirectories="../../libspk/src"
-
 
281
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
-
 
282
				MinimalRebuild="true"
-
 
283
				BasicRuntimeChecks="3"
-
 
284
				RuntimeLibrary="3"
-
 
285
				UsePrecompiledHeader="0"
-
 
286
				WarningLevel="3"
-
 
287
				Detect64BitPortabilityProblems="false"
-
 
288
				DebugInformationFormat="3"
-
 
289
			/>
-
 
290
			<Tool
-
 
291
				Name="VCManagedResourceCompilerTool"
-
 
292
			/>
-
 
293
			<Tool
-
 
294
				Name="VCResourceCompilerTool"
-
 
295
			/>
-
 
296
			<Tool
-
 
297
				Name="VCPreLinkEventTool"
-
 
298
			/>
-
 
299
			<Tool
-
 
300
				Name="VCLinkerTool"
-
 
301
				AdditionalDependencies="d3d9.lib shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
-
 
302
				OutputFile="$(OutDir)\X-Gui.dll"
-
 
303
				LinkIncremental="2"
-
 
304
				GenerateDebugInformation="true"
-
 
305
				SubSystem="2"
-
 
306
				RandomizedBaseAddress="1"
-
 
307
				DataExecutionPrevention="0"
-
 
308
				TargetMachine="17"
-
 
309
			/>
-
 
310
			<Tool
-
 
311
				Name="VCALinkTool"
-
 
312
			/>
-
 
313
			<Tool
-
 
314
				Name="VCManifestTool"
-
 
315
			/>
-
 
316
			<Tool
-
 
317
				Name="VCXDCMakeTool"
-
 
318
			/>
-
 
319
			<Tool
-
 
320
				Name="VCBscMakeTool"
-
 
321
			/>
-
 
322
			<Tool
-
 
323
				Name="VCFxCopTool"
-
 
324
			/>
-
 
325
			<Tool
-
 
326
				Name="VCAppVerifierTool"
-
 
327
			/>
-
 
328
			<Tool
-
 
329
				Name="VCPostBuildEventTool"
-
 
330
			/>
-
 
331
		</Configuration>
-
 
332
		<Configuration
-
 
333
			Name="Release|x64"
-
 
334
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
-
 
335
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-
 
336
			ConfigurationType="2"
-
 
337
			CharacterSet="2"
-
 
338
			WholeProgramOptimization="1"
-
 
339
			>
-
 
340
			<Tool
-
 
341
				Name="VCPreBuildEventTool"
-
 
342
			/>
-
 
343
			<Tool
-
 
344
				Name="VCCustomBuildTool"
-
 
345
			/>
-
 
346
			<Tool
-
 
347
				Name="VCXMLDataGeneratorTool"
-
 
348
			/>
-
 
349
			<Tool
-
 
350
				Name="VCWebServiceProxyGeneratorTool"
-
 
351
			/>
-
 
352
			<Tool
-
 
353
				Name="VCMIDLTool"
-
 
354
				TargetEnvironment="3"
-
 
355
			/>
-
 
356
			<Tool
-
 
357
				Name="VCCLCompilerTool"
-
 
358
				Optimization="3"
-
 
359
				AdditionalIncludeDirectories="&quot;C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses&quot;;&quot;C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Include&quot;;../../libspk/src"
-
 
360
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
-
 
361
				RuntimeLibrary="2"
-
 
362
				UsePrecompiledHeader="0"
-
 
363
				WarningLevel="3"
-
 
364
				Detect64BitPortabilityProblems="false"
-
 
365
				DebugInformationFormat="0"
-
 
366
			/>
-
 
367
			<Tool
-
 
368
				Name="VCManagedResourceCompilerTool"
-
 
369
			/>
-
 
370
			<Tool
-
 
371
				Name="VCResourceCompilerTool"
-
 
372
			/>
-
 
373
			<Tool
-
 
374
				Name="VCPreLinkEventTool"
-
 
375
			/>
-
 
376
			<Tool
-
 
377
				Name="VCLinkerTool"
-
 
378
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput8.lib dxguid.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
-
 
379
				OutputFile="$(OutDir)\X-Gui.dll"
-
 
380
				LinkIncremental="1"
-
 
381
				GenerateDebugInformation="true"
-
 
382
				SubSystem="2"
-
 
383
				OptimizeReferences="2"
-
 
384
				EnableCOMDATFolding="2"
-
 
385
				RandomizedBaseAddress="1"
-
 
386
				DataExecutionPrevention="0"
-
 
387
				TargetMachine="17"
-
 
388
			/>
-
 
389
			<Tool
-
 
390
				Name="VCALinkTool"
-
 
391
			/>
-
 
392
			<Tool
-
 
393
				Name="VCManifestTool"
-
 
394
			/>
-
 
395
			<Tool
-
 
396
				Name="VCXDCMakeTool"
-
 
397
			/>
-
 
398
			<Tool
-
 
399
				Name="VCBscMakeTool"
-
 
400
			/>
-
 
401
			<Tool
-
 
402
				Name="VCFxCopTool"
-
 
403
			/>
-
 
404
			<Tool
-
 
405
				Name="VCAppVerifierTool"
-
 
406
			/>
-
 
407
			<Tool
-
 
408
				Name="VCPostBuildEventTool"
-
 
409
			/>
-
 
410
		</Configuration>
-
 
411
		<Configuration
-
 
412
			Name="x3|x64"
-
 
413
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
-
 
414
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-
 
415
			ConfigurationType="2"
-
 
416
			CharacterSet="2"
-
 
417
			>
-
 
418
			<Tool
-
 
419
				Name="VCPreBuildEventTool"
-
 
420
			/>
-
 
421
			<Tool
-
 
422
				Name="VCCustomBuildTool"
-
 
423
			/>
-
 
424
			<Tool
-
 
425
				Name="VCXMLDataGeneratorTool"
-
 
426
			/>
-
 
427
			<Tool
-
 
428
				Name="VCWebServiceProxyGeneratorTool"
-
 
429
			/>
-
 
430
			<Tool
-
 
431
				Name="VCMIDLTool"
-
 
432
				TargetEnvironment="3"
-
 
433
			/>
-
 
434
			<Tool
-
 
435
				Name="VCCLCompilerTool"
-
 
436
				Optimization="0"
-
 
437
				AdditionalIncludeDirectories="c:\Users\Cycrow\Documents\Programming\spk\src"
-
 
438
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
-
 
439
				MinimalRebuild="true"
-
 
440
				BasicRuntimeChecks="3"
-
 
441
				RuntimeLibrary="3"
-
 
442
				UsePrecompiledHeader="0"
-
 
443
				WarningLevel="3"
-
 
444
				Detect64BitPortabilityProblems="false"
-
 
445
				DebugInformationFormat="3"
-
 
446
			/>
-
 
447
			<Tool
-
 
448
				Name="VCManagedResourceCompilerTool"
-
 
449
			/>
-
 
450
			<Tool
-
 
451
				Name="VCResourceCompilerTool"
-
 
452
			/>
-
 
453
			<Tool
-
 
454
				Name="VCPreLinkEventTool"
-
 
455
			/>
-
 
456
			<Tool
-
 
457
				Name="VCLinkerTool"
-
 
458
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr9.lib winmm.lib fmodex_vc.lib ../../debug/spk.lib "
-
 
459
				OutputFile="d:\games\X3.5\X-Gui.dll"
-
 
460
				LinkIncremental="2"
-
 
461
				GenerateDebugInformation="true"
-
 
462
				SubSystem="2"
-
 
463
				RandomizedBaseAddress="1"
-
 
464
				DataExecutionPrevention="0"
-
 
465
				TargetMachine="17"
228
			/>
466
			/>
229
			<Tool
467
			<Tool
230
				Name="VCALinkTool"
468
				Name="VCALinkTool"
231
			/>
469
			/>
232
			<Tool
470
			<Tool