~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/win32/Stella_vs2005.vcproj

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-06-02 07:33:16 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120602073316-20r4hr32t4oj36u9
Tags: 3.7-1
* New upstream version.
* Update description and documentation with new features in 3.7, notably
  Blargg TV filters (replacing the filters available in versions 3.4.1
  and earlier).
* Switch to debhelper compatibility level 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="Stella_vs2005"
6
 
        ProjectGUID="{D7FCEC7F-33E1-49DD-A4B0-D5FC222250AD}"
7
 
        RootNamespace="Stella_vs2005"
8
 
        Keyword="Win32Proj"
9
 
        >
10
 
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
        </Platforms>
15
 
        <ToolFiles>
16
 
        </ToolFiles>
17
 
        <Configurations>
18
 
                <Configuration
19
 
                        Name="Debug|Win32"
20
 
                        OutputDirectory="Debug"
21
 
                        IntermediateDirectory="Debug"
22
 
                        ConfigurationType="1"
23
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24
 
                        CharacterSet="2"
25
 
                        >
26
 
                        <Tool
27
 
                                Name="VCPreBuildEventTool"
28
 
                        />
29
 
                        <Tool
30
 
                                Name="VCCustomBuildTool"
31
 
                        />
32
 
                        <Tool
33
 
                                Name="VCXMLDataGeneratorTool"
34
 
                        />
35
 
                        <Tool
36
 
                                Name="VCWebServiceProxyGeneratorTool"
37
 
                        />
38
 
                        <Tool
39
 
                                Name="VCMIDLTool"
40
 
                        />
41
 
                        <Tool
42
 
                                Name="VCCLCompilerTool"
43
 
                                Optimization="0"
44
 
                                AdditionalIncludeDirectories="..\yacc;..\emucore;..\common;..\common\tv_filters;..\gui;..\debugger\gui;..\debugger;..\win32;..\cheat;..\zlib;..\libpng"
45
 
                                PreprocessorDefinitions="BSPF_WIN32;WIN32;NDEBUG;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;THUMB_SUPPORT;DISPLAY_OPENGL;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT"
46
 
                                MinimalRebuild="false"
47
 
                                BasicRuntimeChecks="3"
48
 
                                RuntimeLibrary="0"
49
 
                                UsePrecompiledHeader="0"
50
 
                                WarningLevel="2"
51
 
                                DebugInformationFormat="4"
52
 
                        />
53
 
                        <Tool
54
 
                                Name="VCManagedResourceCompilerTool"
55
 
                        />
56
 
                        <Tool
57
 
                                Name="VCResourceCompilerTool"
58
 
                        />
59
 
                        <Tool
60
 
                                Name="VCPreLinkEventTool"
61
 
                        />
62
 
                        <Tool
63
 
                                Name="VCLinkerTool"
64
 
                                AdditionalOptions="SDL.lib&#x0D;&#x0A;SDLmain.lib&#x0D;&#x0A;"
65
 
                                AdditionalDependencies="sdl.lib sdlmain.lib"
66
 
                                OutputFile="$(OutDir)/Stella.exe"
67
 
                                LinkIncremental="2"
68
 
                                GenerateDebugInformation="true"
69
 
                                ProgramDatabaseFile="$(OutDir)/Stella.pdb"
70
 
                                SubSystem="1"
71
 
                                TargetMachine="1"
72
 
                        />
73
 
                        <Tool
74
 
                                Name="VCALinkTool"
75
 
                        />
76
 
                        <Tool
77
 
                                Name="VCManifestTool"
78
 
                        />
79
 
                        <Tool
80
 
                                Name="VCXDCMakeTool"
81
 
                        />
82
 
                        <Tool
83
 
                                Name="VCBscMakeTool"
84
 
                        />
85
 
                        <Tool
86
 
                                Name="VCFxCopTool"
87
 
                        />
88
 
                        <Tool
89
 
                                Name="VCAppVerifierTool"
90
 
                        />
91
 
                        <Tool
92
 
                                Name="VCWebDeploymentTool"
93
 
                        />
94
 
                        <Tool
95
 
                                Name="VCPostBuildEventTool"
96
 
                        />
97
 
                </Configuration>
98
 
                <Configuration
99
 
                        Name="Release|Win32"
100
 
                        OutputDirectory="Release"
101
 
                        IntermediateDirectory="Release"
102
 
                        ConfigurationType="1"
103
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
104
 
                        CharacterSet="2"
105
 
                        >
106
 
                        <Tool
107
 
                                Name="VCPreBuildEventTool"
108
 
                        />
109
 
                        <Tool
110
 
                                Name="VCCustomBuildTool"
111
 
                        />
112
 
                        <Tool
113
 
                                Name="VCXMLDataGeneratorTool"
114
 
                        />
115
 
                        <Tool
116
 
                                Name="VCWebServiceProxyGeneratorTool"
117
 
                        />
118
 
                        <Tool
119
 
                                Name="VCMIDLTool"
120
 
                        />
121
 
                        <Tool
122
 
                                Name="VCCLCompilerTool"
123
 
                                OmitFramePointers="true"
124
 
                                WholeProgramOptimization="false"
125
 
                                AdditionalIncludeDirectories="..\yacc;..\emucore;..\common;..\common\tv_filters;..\gui;..\debugger\gui;..\debugger;..\win32;..\cheat;..\zlib;..\libpng"
126
 
                                PreprocessorDefinitions="BSPF_WIN32;WIN32;NDEBUG;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;THUMB_SUPPORT;DISPLAY_OPENGL;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT"
127
 
                                RuntimeLibrary="0"
128
 
                                RuntimeTypeInfo="false"
129
 
                                UsePrecompiledHeader="0"
130
 
                                WarningLevel="2"
131
 
                                Detect64BitPortabilityProblems="false"
132
 
                                DebugInformationFormat="3"
133
 
                        />
134
 
                        <Tool
135
 
                                Name="VCManagedResourceCompilerTool"
136
 
                        />
137
 
                        <Tool
138
 
                                Name="VCResourceCompilerTool"
139
 
                        />
140
 
                        <Tool
141
 
                                Name="VCPreLinkEventTool"
142
 
                        />
143
 
                        <Tool
144
 
                                Name="VCLinkerTool"
145
 
                                AdditionalOptions="SDL.lib&#x0D;&#x0A;SDLmain.lib&#x0D;&#x0A;"
146
 
                                AdditionalDependencies="sdl.lib sdlmain.lib"
147
 
                                OutputFile="$(OutDir)/Stella.exe"
148
 
                                GenerateDebugInformation="true"
149
 
                                SubSystem="2"
150
 
                                OptimizeReferences="2"
151
 
                                EnableCOMDATFolding="2"
152
 
                                TargetMachine="1"
153
 
                        />
154
 
                        <Tool
155
 
                                Name="VCALinkTool"
156
 
                        />
157
 
                        <Tool
158
 
                                Name="VCManifestTool"
159
 
                        />
160
 
                        <Tool
161
 
                                Name="VCXDCMakeTool"
162
 
                        />
163
 
                        <Tool
164
 
                                Name="VCBscMakeTool"
165
 
                        />
166
 
                        <Tool
167
 
                                Name="VCFxCopTool"
168
 
                        />
169
 
                        <Tool
170
 
                                Name="VCAppVerifierTool"
171
 
                        />
172
 
                        <Tool
173
 
                                Name="VCWebDeploymentTool"
174
 
                        />
175
 
                        <Tool
176
 
                                Name="VCPostBuildEventTool"
177
 
                        />
178
 
                </Configuration>
179
 
        </Configurations>
180
 
        <References>
181
 
        </References>
182
 
        <Files>
183
 
                <Filter
184
 
                        Name="Source Files"
185
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
186
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
187
 
                        >
188
 
                        <File
189
 
                                RelativePath="..\common\tv_filters\atari_ntsc.c"
190
 
                                >
191
 
                        </File>
192
 
                        <File
193
 
                                RelativePath="..\common\FBSurfaceGL.cxx"
194
 
                                >
195
 
                        </File>
196
 
                        <File
197
 
                                RelativePath="..\common\FBSurfaceTIA.cxx"
198
 
                                >
199
 
                        </File>
200
 
                        <File
201
 
                                RelativePath="..\common\FrameBufferGL.cxx"
202
 
                                >
203
 
                        </File>
204
 
                        <File
205
 
                                RelativePath="..\common\FrameBufferSoft.cxx"
206
 
                                >
207
 
                        </File>
208
 
                        <File
209
 
                                RelativePath="..\win32\FSNodeWin32.cxx"
210
 
                                >
211
 
                        </File>
212
 
                        <File
213
 
                                RelativePath="..\common\mainSDL.cxx"
214
 
                                >
215
 
                        </File>
216
 
                        <File
217
 
                                RelativePath="..\common\MouseControl.cxx"
218
 
                                >
219
 
                        </File>
220
 
                        <File
221
 
                                RelativePath="..\common\tv_filters\NTSCFilter.cxx"
222
 
                                >
223
 
                        </File>
224
 
                        <File
225
 
                                RelativePath="..\win32\OSystemWin32.cxx"
226
 
                                >
227
 
                        </File>
228
 
                        <File
229
 
                                RelativePath="..\common\PNGLibrary.cxx"
230
 
                                >
231
 
                        </File>
232
 
                        <File
233
 
                                RelativePath="..\common\RectList.cxx"
234
 
                                >
235
 
                        </File>
236
 
                        <File
237
 
                                RelativePath=".\SDL_win32_main.c"
238
 
                                >
239
 
                        </File>
240
 
                        <File
241
 
                                RelativePath=".\SerialPortWin32.cxx"
242
 
                                >
243
 
                        </File>
244
 
                        <File
245
 
                                RelativePath="..\win32\SettingsWin32.cxx"
246
 
                                >
247
 
                        </File>
248
 
                        <File
249
 
                                RelativePath="..\common\Snapshot.cxx"
250
 
                                >
251
 
                        </File>
252
 
                        <File
253
 
                                RelativePath="..\common\SoundNull.cxx"
254
 
                                >
255
 
                        </File>
256
 
                        <File
257
 
                                RelativePath="..\common\SoundSDL.cxx"
258
 
                                >
259
 
                        </File>
260
 
                        <Filter
261
 
                                Name="emucore"
262
 
                                >
263
 
                                <File
264
 
                                        RelativePath="..\emucore\AtariVox.cxx"
265
 
                                        >
266
 
                                </File>
267
 
                                <File
268
 
                                        RelativePath="..\emucore\Booster.cxx"
269
 
                                        >
270
 
                                </File>
271
 
                                <File
272
 
                                        RelativePath="..\emucore\Cart.cxx"
273
 
                                        >
274
 
                                </File>
275
 
                                <File
276
 
                                        RelativePath="..\emucore\Cart0840.cxx"
277
 
                                        >
278
 
                                </File>
279
 
                                <File
280
 
                                        RelativePath="..\emucore\Cart2K.cxx"
281
 
                                        >
282
 
                                </File>
283
 
                                <File
284
 
                                        RelativePath="..\emucore\Cart3E.cxx"
285
 
                                        >
286
 
                                </File>
287
 
                                <File
288
 
                                        RelativePath="..\emucore\Cart3F.cxx"
289
 
                                        >
290
 
                                </File>
291
 
                                <File
292
 
                                        RelativePath="..\emucore\Cart4A50.cxx"
293
 
                                        >
294
 
                                </File>
295
 
                                <File
296
 
                                        RelativePath="..\emucore\Cart4K.cxx"
297
 
                                        >
298
 
                                </File>
299
 
                                <File
300
 
                                        RelativePath="..\emucore\CartAR.cxx"
301
 
                                        >
302
 
                                </File>
303
 
                                <File
304
 
                                        RelativePath="..\emucore\CartCM.cxx"
305
 
                                        >
306
 
                                </File>
307
 
                                <File
308
 
                                        RelativePath="..\emucore\CartCV.cxx"
309
 
                                        >
310
 
                                </File>
311
 
                                <File
312
 
                                        RelativePath="..\emucore\CartDPC.cxx"
313
 
                                        >
314
 
                                </File>
315
 
                                <File
316
 
                                        RelativePath="..\emucore\CartDPCPlus.cxx"
317
 
                                        >
318
 
                                </File>
319
 
                                <File
320
 
                                        RelativePath="..\emucore\CartE0.cxx"
321
 
                                        >
322
 
                                </File>
323
 
                                <File
324
 
                                        RelativePath="..\emucore\CartE7.cxx"
325
 
                                        >
326
 
                                </File>
327
 
                                <File
328
 
                                        RelativePath="..\emucore\CartEF.cxx"
329
 
                                        >
330
 
                                </File>
331
 
                                <File
332
 
                                        RelativePath="..\emucore\CartEFSC.cxx"
333
 
                                        >
334
 
                                </File>
335
 
                                <File
336
 
                                        RelativePath="..\emucore\CartF0.cxx"
337
 
                                        >
338
 
                                </File>
339
 
                                <File
340
 
                                        RelativePath="..\emucore\CartF4.cxx"
341
 
                                        >
342
 
                                </File>
343
 
                                <File
344
 
                                        RelativePath="..\emucore\CartF4SC.cxx"
345
 
                                        >
346
 
                                </File>
347
 
                                <File
348
 
                                        RelativePath="..\emucore\CartF6.cxx"
349
 
                                        >
350
 
                                </File>
351
 
                                <File
352
 
                                        RelativePath="..\emucore\CartF6SC.cxx"
353
 
                                        >
354
 
                                </File>
355
 
                                <File
356
 
                                        RelativePath="..\emucore\CartF8.cxx"
357
 
                                        >
358
 
                                </File>
359
 
                                <File
360
 
                                        RelativePath="..\emucore\CartF8SC.cxx"
361
 
                                        >
362
 
                                </File>
363
 
                                <File
364
 
                                        RelativePath="..\emucore\CartFA.cxx"
365
 
                                        >
366
 
                                </File>
367
 
                                <File
368
 
                                        RelativePath="..\emucore\CartFA2.cxx"
369
 
                                        >
370
 
                                </File>
371
 
                                <File
372
 
                                        RelativePath="..\emucore\CartFE.cxx"
373
 
                                        >
374
 
                                </File>
375
 
                                <File
376
 
                                        RelativePath="..\emucore\CartMC.cxx"
377
 
                                        >
378
 
                                </File>
379
 
                                <File
380
 
                                        RelativePath="..\emucore\CartSB.cxx"
381
 
                                        >
382
 
                                </File>
383
 
                                <File
384
 
                                        RelativePath="..\emucore\CartUA.cxx"
385
 
                                        >
386
 
                                </File>
387
 
                                <File
388
 
                                        RelativePath="..\emucore\CartX07.cxx"
389
 
                                        >
390
 
                                </File>
391
 
                                <File
392
 
                                        RelativePath="..\emucore\CompuMate.cxx"
393
 
                                        >
394
 
                                </File>
395
 
                                <File
396
 
                                        RelativePath="..\emucore\Console.cxx"
397
 
                                        >
398
 
                                </File>
399
 
                                <File
400
 
                                        RelativePath="..\emucore\Control.cxx"
401
 
                                        >
402
 
                                </File>
403
 
                                <File
404
 
                                        RelativePath="..\emucore\Driving.cxx"
405
 
                                        >
406
 
                                </File>
407
 
                                <File
408
 
                                        RelativePath="..\emucore\EventHandler.cxx"
409
 
                                        >
410
 
                                </File>
411
 
                                <File
412
 
                                        RelativePath="..\emucore\FrameBuffer.cxx"
413
 
                                        >
414
 
                                </File>
415
 
                                <File
416
 
                                        RelativePath="..\emucore\FSNode.cxx"
417
 
                                        >
418
 
                                </File>
419
 
                                <File
420
 
                                        RelativePath="..\emucore\Genesis.cxx"
421
 
                                        >
422
 
                                </File>
423
 
                                <File
424
 
                                        RelativePath="..\emucore\Joystick.cxx"
425
 
                                        >
426
 
                                </File>
427
 
                                <File
428
 
                                        RelativePath="..\emucore\Keyboard.cxx"
429
 
                                        >
430
 
                                </File>
431
 
                                <File
432
 
                                        RelativePath="..\emucore\KidVid.cxx"
433
 
                                        >
434
 
                                </File>
435
 
                                <File
436
 
                                        RelativePath="..\emucore\M6502.cxx"
437
 
                                        >
438
 
                                </File>
439
 
                                <File
440
 
                                        RelativePath="..\emucore\M6532.cxx"
441
 
                                        >
442
 
                                </File>
443
 
                                <File
444
 
                                        RelativePath="..\emucore\MD5.cxx"
445
 
                                        >
446
 
                                </File>
447
 
                                <File
448
 
                                        RelativePath="..\emucore\MediaFactory.cxx"
449
 
                                        >
450
 
                                </File>
451
 
                                <File
452
 
                                        RelativePath="..\emucore\MindLink.cxx"
453
 
                                        >
454
 
                                </File>
455
 
                                <File
456
 
                                        RelativePath="..\emucore\MT24LC256.cxx"
457
 
                                        >
458
 
                                </File>
459
 
                                <File
460
 
                                        RelativePath="..\emucore\NullDev.cxx"
461
 
                                        >
462
 
                                </File>
463
 
                                <File
464
 
                                        RelativePath="..\emucore\OSystem.cxx"
465
 
                                        >
466
 
                                </File>
467
 
                                <File
468
 
                                        RelativePath="..\emucore\Paddles.cxx"
469
 
                                        >
470
 
                                </File>
471
 
                                <File
472
 
                                        RelativePath="..\emucore\Props.cxx"
473
 
                                        >
474
 
                                </File>
475
 
                                <File
476
 
                                        RelativePath="..\emucore\PropsSet.cxx"
477
 
                                        >
478
 
                                </File>
479
 
                                <File
480
 
                                        RelativePath="..\emucore\Random.cxx"
481
 
                                        >
482
 
                                </File>
483
 
                                <File
484
 
                                        RelativePath="..\emucore\SaveKey.cxx"
485
 
                                        >
486
 
                                </File>
487
 
                                <File
488
 
                                        RelativePath="..\emucore\Serializer.cxx"
489
 
                                        >
490
 
                                </File>
491
 
                                <File
492
 
                                        RelativePath="..\emucore\Settings.cxx"
493
 
                                        >
494
 
                                </File>
495
 
                                <File
496
 
                                        RelativePath="..\emucore\StateManager.cxx"
497
 
                                        >
498
 
                                </File>
499
 
                                <File
500
 
                                        RelativePath="..\emucore\Switches.cxx"
501
 
                                        >
502
 
                                </File>
503
 
                                <File
504
 
                                        RelativePath="..\emucore\System.cxx"
505
 
                                        >
506
 
                                </File>
507
 
                                <File
508
 
                                        RelativePath="..\emucore\Thumbulator.cxx"
509
 
                                        >
510
 
                                </File>
511
 
                                <File
512
 
                                        RelativePath="..\emucore\TIA.cxx"
513
 
                                        >
514
 
                                </File>
515
 
                                <File
516
 
                                        RelativePath="..\emucore\TIASnd.cxx"
517
 
                                        >
518
 
                                </File>
519
 
                                <File
520
 
                                        RelativePath="..\emucore\TIATables.cxx"
521
 
                                        >
522
 
                                </File>
523
 
                                <File
524
 
                                        RelativePath="..\emucore\TrackBall.cxx"
525
 
                                        >
526
 
                                </File>
527
 
                                <File
528
 
                                        RelativePath="..\emucore\unzip.c"
529
 
                                        >
530
 
                                </File>
531
 
                        </Filter>
532
 
                        <Filter
533
 
                                Name="cheat"
534
 
                                >
535
 
                                <File
536
 
                                        RelativePath="..\cheat\BankRomCheat.cxx"
537
 
                                        >
538
 
                                </File>
539
 
                                <File
540
 
                                        RelativePath="..\cheat\CheatCodeDialog.cxx"
541
 
                                        >
542
 
                                </File>
543
 
                                <File
544
 
                                        RelativePath="..\cheat\CheatManager.cxx"
545
 
                                        >
546
 
                                </File>
547
 
                                <File
548
 
                                        RelativePath="..\cheat\CheetahCheat.cxx"
549
 
                                        >
550
 
                                </File>
551
 
                                <File
552
 
                                        RelativePath="..\cheat\RamCheat.cxx"
553
 
                                        >
554
 
                                </File>
555
 
                        </Filter>
556
 
                        <Filter
557
 
                                Name="debugger"
558
 
                                >
559
 
                                <File
560
 
                                        RelativePath="..\debugger\gui\AudioWidget.cxx"
561
 
                                        >
562
 
                                </File>
563
 
                                <File
564
 
                                        RelativePath="..\debugger\gui\BoosterWidget.cxx"
565
 
                                        >
566
 
                                </File>
567
 
                                <File
568
 
                                        RelativePath="..\debugger\CartDebug.cxx"
569
 
                                        >
570
 
                                </File>
571
 
                                <File
572
 
                                        RelativePath="..\debugger\gui\ColorWidget.cxx"
573
 
                                        >
574
 
                                </File>
575
 
                                <File
576
 
                                        RelativePath="..\debugger\CpuDebug.cxx"
577
 
                                        >
578
 
                                </File>
579
 
                                <File
580
 
                                        RelativePath="..\debugger\gui\CpuWidget.cxx"
581
 
                                        >
582
 
                                </File>
583
 
                                <File
584
 
                                        RelativePath="..\debugger\gui\DataGridOpsWidget.cxx"
585
 
                                        >
586
 
                                </File>
587
 
                                <File
588
 
                                        RelativePath="..\debugger\gui\DataGridWidget.cxx"
589
 
                                        >
590
 
                                </File>
591
 
                                <File
592
 
                                        RelativePath="..\debugger\Debugger.cxx"
593
 
                                        >
594
 
                                </File>
595
 
                                <File
596
 
                                        RelativePath="..\debugger\gui\DebuggerDialog.cxx"
597
 
                                        >
598
 
                                </File>
599
 
                                <File
600
 
                                        RelativePath="..\debugger\DebuggerParser.cxx"
601
 
                                        >
602
 
                                </File>
603
 
                                <File
604
 
                                        RelativePath="..\debugger\DiStella.cxx"
605
 
                                        >
606
 
                                </File>
607
 
                                <File
608
 
                                        RelativePath="..\debugger\gui\DrivingWidget.cxx"
609
 
                                        >
610
 
                                </File>
611
 
                                <File
612
 
                                        RelativePath="..\debugger\Expression.cxx"
613
 
                                        >
614
 
                                </File>
615
 
                                <File
616
 
                                        RelativePath="..\debugger\gui\GenesisWidget.cxx"
617
 
                                        >
618
 
                                </File>
619
 
                                <File
620
 
                                        RelativePath="..\debugger\gui\JoystickWidget.cxx"
621
 
                                        >
622
 
                                </File>
623
 
                                <File
624
 
                                        RelativePath="..\debugger\gui\KeyboardWidget.cxx"
625
 
                                        >
626
 
                                </File>
627
 
                                <File
628
 
                                        RelativePath="..\debugger\PackedBitArray.cxx"
629
 
                                        >
630
 
                                </File>
631
 
                                <File
632
 
                                        RelativePath="..\debugger\gui\PaddleWidget.cxx"
633
 
                                        >
634
 
                                </File>
635
 
                                <File
636
 
                                        RelativePath="..\debugger\gui\PromptWidget.cxx"
637
 
                                        >
638
 
                                </File>
639
 
                                <File
640
 
                                        RelativePath="..\debugger\gui\RamWidget.cxx"
641
 
                                        >
642
 
                                </File>
643
 
                                <File
644
 
                                        RelativePath="..\debugger\RiotDebug.cxx"
645
 
                                        >
646
 
                                </File>
647
 
                                <File
648
 
                                        RelativePath="..\debugger\gui\RiotWidget.cxx"
649
 
                                        >
650
 
                                </File>
651
 
                                <File
652
 
                                        RelativePath="..\debugger\gui\RomListWidget.cxx"
653
 
                                        >
654
 
                                </File>
655
 
                                <File
656
 
                                        RelativePath="..\debugger\gui\RomWidget.cxx"
657
 
                                        >
658
 
                                </File>
659
 
                                <File
660
 
                                        RelativePath="..\debugger\TIADebug.cxx"
661
 
                                        >
662
 
                                </File>
663
 
                                <File
664
 
                                        RelativePath="..\debugger\gui\TiaInfoWidget.cxx"
665
 
                                        >
666
 
                                </File>
667
 
                                <File
668
 
                                        RelativePath="..\debugger\gui\TiaOutputWidget.cxx"
669
 
                                        >
670
 
                                </File>
671
 
                                <File
672
 
                                        RelativePath="..\debugger\gui\TiaWidget.cxx"
673
 
                                        >
674
 
                                </File>
675
 
                                <File
676
 
                                        RelativePath="..\debugger\gui\TiaZoomWidget.cxx"
677
 
                                        >
678
 
                                </File>
679
 
                                <File
680
 
                                        RelativePath="..\debugger\gui\ToggleBitWidget.cxx"
681
 
                                        >
682
 
                                </File>
683
 
                                <File
684
 
                                        RelativePath="..\debugger\gui\TogglePixelWidget.cxx"
685
 
                                        >
686
 
                                </File>
687
 
                                <File
688
 
                                        RelativePath="..\debugger\gui\ToggleWidget.cxx"
689
 
                                        >
690
 
                                </File>
691
 
                                <File
692
 
                                        RelativePath="..\yacc\YaccParser.cxx"
693
 
                                        >
694
 
                                </File>
695
 
                        </Filter>
696
 
                        <Filter
697
 
                                Name="gui"
698
 
                                >
699
 
                                <File
700
 
                                        RelativePath="..\gui\AboutDialog.cxx"
701
 
                                        >
702
 
                                </File>
703
 
                                <File
704
 
                                        RelativePath="..\gui\AudioDialog.cxx"
705
 
                                        >
706
 
                                </File>
707
 
                                <File
708
 
                                        RelativePath="..\gui\BrowserDialog.cxx"
709
 
                                        >
710
 
                                </File>
711
 
                                <File
712
 
                                        RelativePath="..\gui\CheckListWidget.cxx"
713
 
                                        >
714
 
                                </File>
715
 
                                <File
716
 
                                        RelativePath="..\gui\ComboDialog.cxx"
717
 
                                        >
718
 
                                </File>
719
 
                                <File
720
 
                                        RelativePath="..\gui\CommandDialog.cxx"
721
 
                                        >
722
 
                                </File>
723
 
                                <File
724
 
                                        RelativePath="..\gui\CommandMenu.cxx"
725
 
                                        >
726
 
                                </File>
727
 
                                <File
728
 
                                        RelativePath="..\gui\ContextMenu.cxx"
729
 
                                        >
730
 
                                </File>
731
 
                                <File
732
 
                                        RelativePath="..\gui\Dialog.cxx"
733
 
                                        >
734
 
                                </File>
735
 
                                <File
736
 
                                        RelativePath="..\gui\DialogContainer.cxx"
737
 
                                        >
738
 
                                </File>
739
 
                                <File
740
 
                                        RelativePath="..\gui\EditableWidget.cxx"
741
 
                                        >
742
 
                                </File>
743
 
                                <File
744
 
                                        RelativePath="..\gui\EditTextWidget.cxx"
745
 
                                        >
746
 
                                </File>
747
 
                                <File
748
 
                                        RelativePath="..\gui\EventMappingWidget.cxx"
749
 
                                        >
750
 
                                </File>
751
 
                                <File
752
 
                                        RelativePath="..\gui\FileSnapDialog.cxx"
753
 
                                        >
754
 
                                </File>
755
 
                                <File
756
 
                                        RelativePath="..\gui\Font.cxx"
757
 
                                        >
758
 
                                </File>
759
 
                                <File
760
 
                                        RelativePath="..\gui\GameInfoDialog.cxx"
761
 
                                        >
762
 
                                </File>
763
 
                                <File
764
 
                                        RelativePath="..\gui\GameList.cxx"
765
 
                                        >
766
 
                                </File>
767
 
                                <File
768
 
                                        RelativePath="..\gui\GlobalPropsDialog.cxx"
769
 
                                        >
770
 
                                </File>
771
 
                                <File
772
 
                                        RelativePath="..\gui\HelpDialog.cxx"
773
 
                                        >
774
 
                                </File>
775
 
                                <File
776
 
                                        RelativePath="..\gui\InputDialog.cxx"
777
 
                                        >
778
 
                                </File>
779
 
                                <File
780
 
                                        RelativePath="..\gui\InputTextDialog.cxx"
781
 
                                        >
782
 
                                </File>
783
 
                                <File
784
 
                                        RelativePath="..\gui\Launcher.cxx"
785
 
                                        >
786
 
                                </File>
787
 
                                <File
788
 
                                        RelativePath="..\gui\LauncherDialog.cxx"
789
 
                                        >
790
 
                                </File>
791
 
                                <File
792
 
                                        RelativePath="..\gui\LauncherFilterDialog.cxx"
793
 
                                        >
794
 
                                </File>
795
 
                                <File
796
 
                                        RelativePath="..\gui\ListWidget.cxx"
797
 
                                        >
798
 
                                </File>
799
 
                                <File
800
 
                                        RelativePath="..\gui\LoggerDialog.cxx"
801
 
                                        >
802
 
                                </File>
803
 
                                <File
804
 
                                        RelativePath="..\gui\Menu.cxx"
805
 
                                        >
806
 
                                </File>
807
 
                                <File
808
 
                                        RelativePath="..\gui\MessageBox.cxx"
809
 
                                        >
810
 
                                </File>
811
 
                                <File
812
 
                                        RelativePath="..\gui\OptionsDialog.cxx"
813
 
                                        >
814
 
                                </File>
815
 
                                <File
816
 
                                        RelativePath="..\gui\PopUpWidget.cxx"
817
 
                                        >
818
 
                                </File>
819
 
                                <File
820
 
                                        RelativePath="..\gui\ProgressDialog.cxx"
821
 
                                        >
822
 
                                </File>
823
 
                                <File
824
 
                                        RelativePath="..\gui\RomAuditDialog.cxx"
825
 
                                        >
826
 
                                </File>
827
 
                                <File
828
 
                                        RelativePath="..\gui\RomInfoWidget.cxx"
829
 
                                        >
830
 
                                </File>
831
 
                                <File
832
 
                                        RelativePath="..\gui\ScrollBarWidget.cxx"
833
 
                                        >
834
 
                                </File>
835
 
                                <File
836
 
                                        RelativePath="..\gui\StringListWidget.cxx"
837
 
                                        >
838
 
                                </File>
839
 
                                <File
840
 
                                        RelativePath="..\gui\TabWidget.cxx"
841
 
                                        >
842
 
                                </File>
843
 
                                <File
844
 
                                        RelativePath="..\gui\UIDialog.cxx"
845
 
                                        >
846
 
                                </File>
847
 
                                <File
848
 
                                        RelativePath="..\gui\VideoDialog.cxx"
849
 
                                        >
850
 
                                </File>
851
 
                                <File
852
 
                                        RelativePath="..\gui\Widget.cxx"
853
 
                                        >
854
 
                                </File>
855
 
                        </Filter>
856
 
                        <Filter
857
 
                                Name="zlib"
858
 
                                >
859
 
                                <File
860
 
                                        RelativePath="..\zlib\adler32.c"
861
 
                                        >
862
 
                                </File>
863
 
                                <File
864
 
                                        RelativePath="..\zlib\compress.c"
865
 
                                        >
866
 
                                </File>
867
 
                                <File
868
 
                                        RelativePath="..\zlib\crc32.c"
869
 
                                        >
870
 
                                </File>
871
 
                                <File
872
 
                                        RelativePath="..\zlib\deflate.c"
873
 
                                        >
874
 
                                </File>
875
 
                                <File
876
 
                                        RelativePath="..\zlib\gzclose.c"
877
 
                                        >
878
 
                                </File>
879
 
                                <File
880
 
                                        RelativePath="..\zlib\gzlib.c"
881
 
                                        >
882
 
                                </File>
883
 
                                <File
884
 
                                        RelativePath="..\zlib\gzread.c"
885
 
                                        >
886
 
                                </File>
887
 
                                <File
888
 
                                        RelativePath="..\zlib\gzwrite.c"
889
 
                                        >
890
 
                                </File>
891
 
                                <File
892
 
                                        RelativePath="..\zlib\infback.c"
893
 
                                        >
894
 
                                </File>
895
 
                                <File
896
 
                                        RelativePath="..\zlib\inffast.c"
897
 
                                        >
898
 
                                </File>
899
 
                                <File
900
 
                                        RelativePath="..\zlib\inflate.c"
901
 
                                        >
902
 
                                </File>
903
 
                                <File
904
 
                                        RelativePath="..\zlib\inftrees.c"
905
 
                                        >
906
 
                                </File>
907
 
                                <File
908
 
                                        RelativePath="..\zlib\trees.c"
909
 
                                        >
910
 
                                </File>
911
 
                                <File
912
 
                                        RelativePath="..\zlib\uncompr.c"
913
 
                                        >
914
 
                                </File>
915
 
                                <File
916
 
                                        RelativePath="..\zlib\zutil.c"
917
 
                                        >
918
 
                                </File>
919
 
                        </Filter>
920
 
                        <Filter
921
 
                                Name="libpng"
922
 
                                >
923
 
                                <File
924
 
                                        RelativePath="..\libpng\png.c"
925
 
                                        >
926
 
                                </File>
927
 
                                <File
928
 
                                        RelativePath="..\libpng\pngerror.c"
929
 
                                        >
930
 
                                </File>
931
 
                                <File
932
 
                                        RelativePath="..\libpng\pngget.c"
933
 
                                        >
934
 
                                </File>
935
 
                                <File
936
 
                                        RelativePath="..\libpng\pngmem.c"
937
 
                                        >
938
 
                                </File>
939
 
                                <File
940
 
                                        RelativePath="..\libpng\pngpread.c"
941
 
                                        >
942
 
                                </File>
943
 
                                <File
944
 
                                        RelativePath="..\libpng\pngread.c"
945
 
                                        >
946
 
                                </File>
947
 
                                <File
948
 
                                        RelativePath="..\libpng\pngrio.c"
949
 
                                        >
950
 
                                </File>
951
 
                                <File
952
 
                                        RelativePath="..\libpng\pngrtran.c"
953
 
                                        >
954
 
                                </File>
955
 
                                <File
956
 
                                        RelativePath="..\libpng\pngrutil.c"
957
 
                                        >
958
 
                                </File>
959
 
                                <File
960
 
                                        RelativePath="..\libpng\pngset.c"
961
 
                                        >
962
 
                                </File>
963
 
                                <File
964
 
                                        RelativePath="..\libpng\pngtrans.c"
965
 
                                        >
966
 
                                </File>
967
 
                                <File
968
 
                                        RelativePath="..\libpng\pngwio.c"
969
 
                                        >
970
 
                                </File>
971
 
                                <File
972
 
                                        RelativePath="..\libpng\pngwrite.c"
973
 
                                        >
974
 
                                </File>
975
 
                                <File
976
 
                                        RelativePath="..\libpng\pngwtran.c"
977
 
                                        >
978
 
                                </File>
979
 
                                <File
980
 
                                        RelativePath="..\libpng\pngwutil.c"
981
 
                                        >
982
 
                                </File>
983
 
                        </Filter>
984
 
                </Filter>
985
 
                <Filter
986
 
                        Name="Header Files"
987
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
988
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
989
 
                        >
990
 
                        <File
991
 
                                RelativePath="..\common\Array.hxx"
992
 
                                >
993
 
                        </File>
994
 
                        <File
995
 
                                RelativePath="..\common\tv_filters\atari_ntsc.h"
996
 
                                >
997
 
                        </File>
998
 
                        <File
999
 
                                RelativePath="..\common\tv_filters\atari_ntsc_impl.h"
1000
 
                                >
1001
 
                        </File>
1002
 
                        <File
1003
 
                                RelativePath="..\common\bspf.hxx"
1004
 
                                >
1005
 
                        </File>
1006
 
                        <File
1007
 
                                RelativePath="..\common\FBSurfaceGL.hxx"
1008
 
                                >
1009
 
                        </File>
1010
 
                        <File
1011
 
                                RelativePath="..\common\FBSurfaceTIA.hxx"
1012
 
                                >
1013
 
                        </File>
1014
 
                        <File
1015
 
                                RelativePath="..\common\FrameBufferGL.hxx"
1016
 
                                >
1017
 
                        </File>
1018
 
                        <File
1019
 
                                RelativePath="..\common\FrameBufferSoft.hxx"
1020
 
                                >
1021
 
                        </File>
1022
 
                        <File
1023
 
                                RelativePath="..\common\GLShaderProgs.hxx"
1024
 
                                >
1025
 
                        </File>
1026
 
                        <File
1027
 
                                RelativePath=".\HomeFinder.hxx"
1028
 
                                >
1029
 
                        </File>
1030
 
                        <File
1031
 
                                RelativePath="..\common\MouseControl.hxx"
1032
 
                                >
1033
 
                        </File>
1034
 
                        <File
1035
 
                                RelativePath="..\common\tv_filters\NTSCFilter.hxx"
1036
 
                                >
1037
 
                        </File>
1038
 
                        <File
1039
 
                                RelativePath="..\win32\OSystemWin32.hxx"
1040
 
                                >
1041
 
                        </File>
1042
 
                        <File
1043
 
                                RelativePath="..\common\PNGLibrary.hxx"
1044
 
                                >
1045
 
                        </File>
1046
 
                        <File
1047
 
                                RelativePath="..\common\RectList.hxx"
1048
 
                                >
1049
 
                        </File>
1050
 
                        <File
1051
 
                                RelativePath=".\SerialPortWin32.hxx"
1052
 
                                >
1053
 
                        </File>
1054
 
                        <File
1055
 
                                RelativePath="..\win32\SettingsWin32.hxx"
1056
 
                                >
1057
 
                        </File>
1058
 
                        <File
1059
 
                                RelativePath="..\common\SharedPtr.hxx"
1060
 
                                >
1061
 
                        </File>
1062
 
                        <File
1063
 
                                RelativePath="..\common\Snapshot.hxx"
1064
 
                                >
1065
 
                        </File>
1066
 
                        <File
1067
 
                                RelativePath="..\common\SoundNull.hxx"
1068
 
                                >
1069
 
                        </File>
1070
 
                        <File
1071
 
                                RelativePath="..\common\SoundSDL.hxx"
1072
 
                                >
1073
 
                        </File>
1074
 
                        <File
1075
 
                                RelativePath="..\common\Stack.hxx"
1076
 
                                >
1077
 
                        </File>
1078
 
                        <File
1079
 
                                RelativePath="..\common\StellaKeys.hxx"
1080
 
                                >
1081
 
                        </File>
1082
 
                        <File
1083
 
                                RelativePath="..\common\StringList.hxx"
1084
 
                                >
1085
 
                        </File>
1086
 
                        <File
1087
 
                                RelativePath="..\common\StringParser.hxx"
1088
 
                                >
1089
 
                        </File>
1090
 
                        <File
1091
 
                                RelativePath="..\common\Version.hxx"
1092
 
                                >
1093
 
                        </File>
1094
 
                        <File
1095
 
                                RelativePath="..\common\VideoModeList.hxx"
1096
 
                                >
1097
 
                        </File>
1098
 
                        <Filter
1099
 
                                Name="emucore"
1100
 
                                >
1101
 
                                <File
1102
 
                                        RelativePath="..\emucore\AtariVox.hxx"
1103
 
                                        >
1104
 
                                </File>
1105
 
                                <File
1106
 
                                        RelativePath="..\emucore\Booster.hxx"
1107
 
                                        >
1108
 
                                </File>
1109
 
                                <File
1110
 
                                        RelativePath="..\emucore\Cart.hxx"
1111
 
                                        >
1112
 
                                </File>
1113
 
                                <File
1114
 
                                        RelativePath="..\emucore\Cart0840.hxx"
1115
 
                                        >
1116
 
                                </File>
1117
 
                                <File
1118
 
                                        RelativePath="..\emucore\Cart2K.hxx"
1119
 
                                        >
1120
 
                                </File>
1121
 
                                <File
1122
 
                                        RelativePath="..\emucore\Cart3E.hxx"
1123
 
                                        >
1124
 
                                </File>
1125
 
                                <File
1126
 
                                        RelativePath="..\emucore\Cart3F.hxx"
1127
 
                                        >
1128
 
                                </File>
1129
 
                                <File
1130
 
                                        RelativePath="..\emucore\Cart4A50.hxx"
1131
 
                                        >
1132
 
                                </File>
1133
 
                                <File
1134
 
                                        RelativePath="..\emucore\Cart4K.hxx"
1135
 
                                        >
1136
 
                                </File>
1137
 
                                <File
1138
 
                                        RelativePath="..\emucore\CartAR.hxx"
1139
 
                                        >
1140
 
                                </File>
1141
 
                                <File
1142
 
                                        RelativePath="..\emucore\CartCM.hxx"
1143
 
                                        >
1144
 
                                </File>
1145
 
                                <File
1146
 
                                        RelativePath="..\emucore\CartCV.hxx"
1147
 
                                        >
1148
 
                                </File>
1149
 
                                <File
1150
 
                                        RelativePath="..\emucore\CartDPC.hxx"
1151
 
                                        >
1152
 
                                </File>
1153
 
                                <File
1154
 
                                        RelativePath="..\emucore\CartDPCPlus.hxx"
1155
 
                                        >
1156
 
                                </File>
1157
 
                                <File
1158
 
                                        RelativePath="..\emucore\CartE0.hxx"
1159
 
                                        >
1160
 
                                </File>
1161
 
                                <File
1162
 
                                        RelativePath="..\emucore\CartE7.hxx"
1163
 
                                        >
1164
 
                                </File>
1165
 
                                <File
1166
 
                                        RelativePath="..\emucore\CartEF.hxx"
1167
 
                                        >
1168
 
                                </File>
1169
 
                                <File
1170
 
                                        RelativePath="..\emucore\CartEFSC.hxx"
1171
 
                                        >
1172
 
                                </File>
1173
 
                                <File
1174
 
                                        RelativePath="..\emucore\CartF0.hxx"
1175
 
                                        >
1176
 
                                </File>
1177
 
                                <File
1178
 
                                        RelativePath="..\emucore\CartF4.hxx"
1179
 
                                        >
1180
 
                                </File>
1181
 
                                <File
1182
 
                                        RelativePath="..\emucore\CartF4SC.hxx"
1183
 
                                        >
1184
 
                                </File>
1185
 
                                <File
1186
 
                                        RelativePath="..\emucore\CartF6.hxx"
1187
 
                                        >
1188
 
                                </File>
1189
 
                                <File
1190
 
                                        RelativePath="..\emucore\CartF6SC.hxx"
1191
 
                                        >
1192
 
                                </File>
1193
 
                                <File
1194
 
                                        RelativePath="..\emucore\CartF8.hxx"
1195
 
                                        >
1196
 
                                </File>
1197
 
                                <File
1198
 
                                        RelativePath="..\emucore\CartF8SC.hxx"
1199
 
                                        >
1200
 
                                </File>
1201
 
                                <File
1202
 
                                        RelativePath="..\emucore\CartFA.hxx"
1203
 
                                        >
1204
 
                                </File>
1205
 
                                <File
1206
 
                                        RelativePath="..\emucore\CartFA2.hxx"
1207
 
                                        >
1208
 
                                </File>
1209
 
                                <File
1210
 
                                        RelativePath="..\emucore\CartFE.hxx"
1211
 
                                        >
1212
 
                                </File>
1213
 
                                <File
1214
 
                                        RelativePath="..\emucore\CartMC.hxx"
1215
 
                                        >
1216
 
                                </File>
1217
 
                                <File
1218
 
                                        RelativePath="..\emucore\CartSB.hxx"
1219
 
                                        >
1220
 
                                </File>
1221
 
                                <File
1222
 
                                        RelativePath="..\emucore\CartUA.hxx"
1223
 
                                        >
1224
 
                                </File>
1225
 
                                <File
1226
 
                                        RelativePath="..\emucore\CartX07.hxx"
1227
 
                                        >
1228
 
                                </File>
1229
 
                                <File
1230
 
                                        RelativePath="..\emucore\CompuMate.hxx"
1231
 
                                        >
1232
 
                                </File>
1233
 
                                <File
1234
 
                                        RelativePath="..\emucore\Console.hxx"
1235
 
                                        >
1236
 
                                </File>
1237
 
                                <File
1238
 
                                        RelativePath="..\emucore\Control.hxx"
1239
 
                                        >
1240
 
                                </File>
1241
 
                                <File
1242
 
                                        RelativePath="..\emucore\DefProps.hxx"
1243
 
                                        >
1244
 
                                </File>
1245
 
                                <File
1246
 
                                        RelativePath="..\emucore\Device.hxx"
1247
 
                                        >
1248
 
                                </File>
1249
 
                                <File
1250
 
                                        RelativePath="..\emucore\Driving.hxx"
1251
 
                                        >
1252
 
                                </File>
1253
 
                                <File
1254
 
                                        RelativePath="..\emucore\Event.hxx"
1255
 
                                        >
1256
 
                                </File>
1257
 
                                <File
1258
 
                                        RelativePath="..\emucore\EventHandler.hxx"
1259
 
                                        >
1260
 
                                </File>
1261
 
                                <File
1262
 
                                        RelativePath="..\emucore\FrameBuffer.hxx"
1263
 
                                        >
1264
 
                                </File>
1265
 
                                <File
1266
 
                                        RelativePath="..\emucore\FSNode.hxx"
1267
 
                                        >
1268
 
                                </File>
1269
 
                                <File
1270
 
                                        RelativePath="..\emucore\Genesis.hxx"
1271
 
                                        >
1272
 
                                </File>
1273
 
                                <File
1274
 
                                        RelativePath="..\emucore\Joystick.hxx"
1275
 
                                        >
1276
 
                                </File>
1277
 
                                <File
1278
 
                                        RelativePath="..\emucore\Keyboard.hxx"
1279
 
                                        >
1280
 
                                </File>
1281
 
                                <File
1282
 
                                        RelativePath="..\emucore\KidVid.hxx"
1283
 
                                        >
1284
 
                                </File>
1285
 
                                <File
1286
 
                                        RelativePath="..\emucore\M6502.hxx"
1287
 
                                        >
1288
 
                                </File>
1289
 
                                <File
1290
 
                                        RelativePath="..\emucore\M6532.hxx"
1291
 
                                        >
1292
 
                                </File>
1293
 
                                <File
1294
 
                                        RelativePath="..\emucore\MD5.hxx"
1295
 
                                        >
1296
 
                                </File>
1297
 
                                <File
1298
 
                                        RelativePath="..\emucore\MediaFactory.hxx"
1299
 
                                        >
1300
 
                                </File>
1301
 
                                <File
1302
 
                                        RelativePath="..\emucore\MindLink.hxx"
1303
 
                                        >
1304
 
                                </File>
1305
 
                                <File
1306
 
                                        RelativePath="..\emucore\MT24LC256.hxx"
1307
 
                                        >
1308
 
                                </File>
1309
 
                                <File
1310
 
                                        RelativePath="..\emucore\NullDev.hxx"
1311
 
                                        >
1312
 
                                </File>
1313
 
                                <File
1314
 
                                        RelativePath="..\emucore\OSystem.hxx"
1315
 
                                        >
1316
 
                                </File>
1317
 
                                <File
1318
 
                                        RelativePath="..\emucore\Paddles.hxx"
1319
 
                                        >
1320
 
                                </File>
1321
 
                                <File
1322
 
                                        RelativePath="..\emucore\Props.hxx"
1323
 
                                        >
1324
 
                                </File>
1325
 
                                <File
1326
 
                                        RelativePath="..\emucore\PropsSet.hxx"
1327
 
                                        >
1328
 
                                </File>
1329
 
                                <File
1330
 
                                        RelativePath="..\emucore\Random.hxx"
1331
 
                                        >
1332
 
                                </File>
1333
 
                                <File
1334
 
                                        RelativePath="..\emucore\SaveKey.hxx"
1335
 
                                        >
1336
 
                                </File>
1337
 
                                <File
1338
 
                                        RelativePath="..\emucore\Serializable.hxx"
1339
 
                                        >
1340
 
                                </File>
1341
 
                                <File
1342
 
                                        RelativePath="..\emucore\Serializer.hxx"
1343
 
                                        >
1344
 
                                </File>
1345
 
                                <File
1346
 
                                        RelativePath="..\emucore\Settings.hxx"
1347
 
                                        >
1348
 
                                </File>
1349
 
                                <File
1350
 
                                        RelativePath="..\emucore\Sound.hxx"
1351
 
                                        >
1352
 
                                </File>
1353
 
                                <File
1354
 
                                        RelativePath="..\emucore\StateManager.hxx"
1355
 
                                        >
1356
 
                                </File>
1357
 
                                <File
1358
 
                                        RelativePath="..\emucore\Switches.hxx"
1359
 
                                        >
1360
 
                                </File>
1361
 
                                <File
1362
 
                                        RelativePath="..\emucore\System.hxx"
1363
 
                                        >
1364
 
                                </File>
1365
 
                                <File
1366
 
                                        RelativePath="..\emucore\Thumbulator.hxx"
1367
 
                                        >
1368
 
                                </File>
1369
 
                                <File
1370
 
                                        RelativePath="..\emucore\TIA.hxx"
1371
 
                                        >
1372
 
                                </File>
1373
 
                                <File
1374
 
                                        RelativePath="..\emucore\TIASnd.hxx"
1375
 
                                        >
1376
 
                                </File>
1377
 
                                <File
1378
 
                                        RelativePath="..\emucore\TIATables.hxx"
1379
 
                                        >
1380
 
                                </File>
1381
 
                                <File
1382
 
                                        RelativePath="..\emucore\TrackBall.hxx"
1383
 
                                        >
1384
 
                                </File>
1385
 
                                <File
1386
 
                                        RelativePath="..\emucore\unzip.h"
1387
 
                                        >
1388
 
                                </File>
1389
 
                        </Filter>
1390
 
                        <Filter
1391
 
                                Name="debugger"
1392
 
                                >
1393
 
                                <File
1394
 
                                        RelativePath="..\debugger\gui\AudioWidget.hxx"
1395
 
                                        >
1396
 
                                </File>
1397
 
                                <File
1398
 
                                        RelativePath="..\debugger\gui\BoosterWidget.hxx"
1399
 
                                        >
1400
 
                                </File>
1401
 
                                <File
1402
 
                                        RelativePath="..\debugger\CartDebug.hxx"
1403
 
                                        >
1404
 
                                </File>
1405
 
                                <File
1406
 
                                        RelativePath="..\debugger\gui\ColorWidget.hxx"
1407
 
                                        >
1408
 
                                </File>
1409
 
                                <File
1410
 
                                        RelativePath="..\debugger\gui\ControllerWidget.hxx"
1411
 
                                        >
1412
 
                                </File>
1413
 
                                <File
1414
 
                                        RelativePath="..\debugger\CpuDebug.hxx"
1415
 
                                        >
1416
 
                                </File>
1417
 
                                <File
1418
 
                                        RelativePath="..\debugger\gui\CpuWidget.hxx"
1419
 
                                        >
1420
 
                                </File>
1421
 
                                <File
1422
 
                                        RelativePath="..\debugger\gui\DataGridOpsWidget.hxx"
1423
 
                                        >
1424
 
                                </File>
1425
 
                                <File
1426
 
                                        RelativePath="..\debugger\gui\DataGridWidget.hxx"
1427
 
                                        >
1428
 
                                </File>
1429
 
                                <File
1430
 
                                        RelativePath="..\debugger\Debugger.hxx"
1431
 
                                        >
1432
 
                                </File>
1433
 
                                <File
1434
 
                                        RelativePath="..\debugger\gui\DebuggerDialog.hxx"
1435
 
                                        >
1436
 
                                </File>
1437
 
                                <File
1438
 
                                        RelativePath="..\debugger\DebuggerExpressions.hxx"
1439
 
                                        >
1440
 
                                </File>
1441
 
                                <File
1442
 
                                        RelativePath="..\debugger\DebuggerParser.hxx"
1443
 
                                        >
1444
 
                                </File>
1445
 
                                <File
1446
 
                                        RelativePath="..\debugger\DebuggerSystem.hxx"
1447
 
                                        >
1448
 
                                </File>
1449
 
                                <File
1450
 
                                        RelativePath="..\debugger\DiStella.hxx"
1451
 
                                        >
1452
 
                                </File>
1453
 
                                <File
1454
 
                                        RelativePath="..\debugger\gui\DrivingWidget.hxx"
1455
 
                                        >
1456
 
                                </File>
1457
 
                                <File
1458
 
                                        RelativePath="..\debugger\Equate.hxx"
1459
 
                                        >
1460
 
                                </File>
1461
 
                                <File
1462
 
                                        RelativePath="..\debugger\Expression.hxx"
1463
 
                                        >
1464
 
                                </File>
1465
 
                                <File
1466
 
                                        RelativePath="..\debugger\gui\GenesisWidget.hxx"
1467
 
                                        >
1468
 
                                </File>
1469
 
                                <File
1470
 
                                        RelativePath="..\debugger\gui\JoystickWidget.hxx"
1471
 
                                        >
1472
 
                                </File>
1473
 
                                <File
1474
 
                                        RelativePath="..\debugger\gui\KeyboardWidget.hxx"
1475
 
                                        >
1476
 
                                </File>
1477
 
                                <File
1478
 
                                        RelativePath="..\debugger\gui\NullControlWidget.hxx"
1479
 
                                        >
1480
 
                                </File>
1481
 
                                <File
1482
 
                                        RelativePath="..\debugger\PackedBitArray.hxx"
1483
 
                                        >
1484
 
                                </File>
1485
 
                                <File
1486
 
                                        RelativePath="..\debugger\gui\PaddleWidget.hxx"
1487
 
                                        >
1488
 
                                </File>
1489
 
                                <File
1490
 
                                        RelativePath="..\debugger\gui\PromptWidget.hxx"
1491
 
                                        >
1492
 
                                </File>
1493
 
                                <File
1494
 
                                        RelativePath="..\debugger\gui\RamWidget.hxx"
1495
 
                                        >
1496
 
                                </File>
1497
 
                                <File
1498
 
                                        RelativePath="..\debugger\RiotDebug.hxx"
1499
 
                                        >
1500
 
                                </File>
1501
 
                                <File
1502
 
                                        RelativePath="..\debugger\gui\RiotWidget.hxx"
1503
 
                                        >
1504
 
                                </File>
1505
 
                                <File
1506
 
                                        RelativePath="..\debugger\gui\RomListWidget.hxx"
1507
 
                                        >
1508
 
                                </File>
1509
 
                                <File
1510
 
                                        RelativePath="..\debugger\gui\RomWidget.hxx"
1511
 
                                        >
1512
 
                                </File>
1513
 
                                <File
1514
 
                                        RelativePath="..\debugger\TIADebug.hxx"
1515
 
                                        >
1516
 
                                </File>
1517
 
                                <File
1518
 
                                        RelativePath="..\debugger\gui\TiaInfoWidget.hxx"
1519
 
                                        >
1520
 
                                </File>
1521
 
                                <File
1522
 
                                        RelativePath="..\debugger\gui\TiaOutputWidget.hxx"
1523
 
                                        >
1524
 
                                </File>
1525
 
                                <File
1526
 
                                        RelativePath="..\debugger\TiaWidget.hxx"
1527
 
                                        >
1528
 
                                </File>
1529
 
                                <File
1530
 
                                        RelativePath="..\debugger\gui\TiaZoomWidget.hxx"
1531
 
                                        >
1532
 
                                </File>
1533
 
                                <File
1534
 
                                        RelativePath="..\debugger\gui\ToggleBitWidget.hxx"
1535
 
                                        >
1536
 
                                </File>
1537
 
                                <File
1538
 
                                        RelativePath="..\debugger\gui\TogglePixelWidget.hxx"
1539
 
                                        >
1540
 
                                </File>
1541
 
                                <File
1542
 
                                        RelativePath="..\debugger\gui\ToggleWidget.hxx"
1543
 
                                        >
1544
 
                                </File>
1545
 
                                <File
1546
 
                                        RelativePath="..\yacc\YaccParser.hxx"
1547
 
                                        >
1548
 
                                </File>
1549
 
                        </Filter>
1550
 
                        <Filter
1551
 
                                Name="cheat"
1552
 
                                >
1553
 
                                <File
1554
 
                                        RelativePath="..\cheat\BankRomCheat.hxx"
1555
 
                                        >
1556
 
                                </File>
1557
 
                                <File
1558
 
                                        RelativePath="..\cheat\Cheat.hxx"
1559
 
                                        >
1560
 
                                </File>
1561
 
                                <File
1562
 
                                        RelativePath="..\cheat\CheatCodeDialog.hxx"
1563
 
                                        >
1564
 
                                </File>
1565
 
                                <File
1566
 
                                        RelativePath="..\cheat\CheatManager.hxx"
1567
 
                                        >
1568
 
                                </File>
1569
 
                                <File
1570
 
                                        RelativePath="..\cheat\CheetahCheat.hxx"
1571
 
                                        >
1572
 
                                </File>
1573
 
                                <File
1574
 
                                        RelativePath="..\cheat\RamCheat.hxx"
1575
 
                                        >
1576
 
                                </File>
1577
 
                        </Filter>
1578
 
                        <Filter
1579
 
                                Name="gui"
1580
 
                                >
1581
 
                                <File
1582
 
                                        RelativePath="..\gui\AboutDialog.hxx"
1583
 
                                        >
1584
 
                                </File>
1585
 
                                <File
1586
 
                                        RelativePath="..\gui\AudioDialog.hxx"
1587
 
                                        >
1588
 
                                </File>
1589
 
                                <File
1590
 
                                        RelativePath="..\gui\BrowserDialog.hxx"
1591
 
                                        >
1592
 
                                </File>
1593
 
                                <File
1594
 
                                        RelativePath="..\gui\CheckListWidget.hxx"
1595
 
                                        >
1596
 
                                </File>
1597
 
                                <File
1598
 
                                        RelativePath="..\gui\ComboDialog.hxx"
1599
 
                                        >
1600
 
                                </File>
1601
 
                                <File
1602
 
                                        RelativePath="..\gui\Command.hxx"
1603
 
                                        >
1604
 
                                </File>
1605
 
                                <File
1606
 
                                        RelativePath="..\gui\CommandDialog.hxx"
1607
 
                                        >
1608
 
                                </File>
1609
 
                                <File
1610
 
                                        RelativePath="..\gui\CommandMenu.hxx"
1611
 
                                        >
1612
 
                                </File>
1613
 
                                <File
1614
 
                                        RelativePath="..\gui\ConsoleFont.hxx"
1615
 
                                        >
1616
 
                                </File>
1617
 
                                <File
1618
 
                                        RelativePath="..\gui\ContextMenu.hxx"
1619
 
                                        >
1620
 
                                </File>
1621
 
                                <File
1622
 
                                        RelativePath="..\gui\Dialog.hxx"
1623
 
                                        >
1624
 
                                </File>
1625
 
                                <File
1626
 
                                        RelativePath="..\gui\DialogContainer.hxx"
1627
 
                                        >
1628
 
                                </File>
1629
 
                                <File
1630
 
                                        RelativePath="..\gui\EditableWidget.hxx"
1631
 
                                        >
1632
 
                                </File>
1633
 
                                <File
1634
 
                                        RelativePath="..\gui\EditTextWidget.hxx"
1635
 
                                        >
1636
 
                                </File>
1637
 
                                <File
1638
 
                                        RelativePath="..\gui\EventMappingWidget.hxx"
1639
 
                                        >
1640
 
                                </File>
1641
 
                                <File
1642
 
                                        RelativePath="..\gui\FileSnapDialog.hxx"
1643
 
                                        >
1644
 
                                </File>
1645
 
                                <File
1646
 
                                        RelativePath="..\gui\Font.hxx"
1647
 
                                        >
1648
 
                                </File>
1649
 
                                <File
1650
 
                                        RelativePath="..\gui\GameInfoDialog.hxx"
1651
 
                                        >
1652
 
                                </File>
1653
 
                                <File
1654
 
                                        RelativePath="..\gui\GameList.hxx"
1655
 
                                        >
1656
 
                                </File>
1657
 
                                <File
1658
 
                                        RelativePath="..\gui\GlobalPropsDialog.hxx"
1659
 
                                        >
1660
 
                                </File>
1661
 
                                <File
1662
 
                                        RelativePath="..\gui\GuiObject.hxx"
1663
 
                                        >
1664
 
                                </File>
1665
 
                                <File
1666
 
                                        RelativePath="..\gui\HelpDialog.hxx"
1667
 
                                        >
1668
 
                                </File>
1669
 
                                <File
1670
 
                                        RelativePath="..\gui\InputDialog.hxx"
1671
 
                                        >
1672
 
                                </File>
1673
 
                                <File
1674
 
                                        RelativePath="..\gui\InputTextDialog.hxx"
1675
 
                                        >
1676
 
                                </File>
1677
 
                                <File
1678
 
                                        RelativePath="..\gui\Launcher.hxx"
1679
 
                                        >
1680
 
                                </File>
1681
 
                                <File
1682
 
                                        RelativePath="..\gui\LauncherDialog.hxx"
1683
 
                                        >
1684
 
                                </File>
1685
 
                                <File
1686
 
                                        RelativePath="..\gui\LauncherFilterDialog.hxx"
1687
 
                                        >
1688
 
                                </File>
1689
 
                                <File
1690
 
                                        RelativePath="..\gui\ListWidget.hxx"
1691
 
                                        >
1692
 
                                </File>
1693
 
                                <File
1694
 
                                        RelativePath="..\gui\LoggerDialog.hxx"
1695
 
                                        >
1696
 
                                </File>
1697
 
                                <File
1698
 
                                        RelativePath="..\gui\Menu.hxx"
1699
 
                                        >
1700
 
                                </File>
1701
 
                                <File
1702
 
                                        RelativePath="..\gui\MessageBox.hxx"
1703
 
                                        >
1704
 
                                </File>
1705
 
                                <File
1706
 
                                        RelativePath="..\gui\OptionsDialog.hxx"
1707
 
                                        >
1708
 
                                </File>
1709
 
                                <File
1710
 
                                        RelativePath="..\gui\PopUpWidget.hxx"
1711
 
                                        >
1712
 
                                </File>
1713
 
                                <File
1714
 
                                        RelativePath="..\gui\ProgressDialog.hxx"
1715
 
                                        >
1716
 
                                </File>
1717
 
                                <File
1718
 
                                        RelativePath="..\gui\Rect.hxx"
1719
 
                                        >
1720
 
                                </File>
1721
 
                                <File
1722
 
                                        RelativePath="..\gui\RomAuditDialog.hxx"
1723
 
                                        >
1724
 
                                </File>
1725
 
                                <File
1726
 
                                        RelativePath="..\gui\RomInfoWidget.hxx"
1727
 
                                        >
1728
 
                                </File>
1729
 
                                <File
1730
 
                                        RelativePath="..\gui\ScrollBarWidget.hxx"
1731
 
                                        >
1732
 
                                </File>
1733
 
                                <File
1734
 
                                        RelativePath="..\gui\Stack.hxx"
1735
 
                                        >
1736
 
                                </File>
1737
 
                                <File
1738
 
                                        RelativePath="..\gui\StellaFont.hxx"
1739
 
                                        >
1740
 
                                </File>
1741
 
                                <File
1742
 
                                        RelativePath="..\gui\StringListWidget.hxx"
1743
 
                                        >
1744
 
                                </File>
1745
 
                                <File
1746
 
                                        RelativePath="..\gui\TabWidget.hxx"
1747
 
                                        >
1748
 
                                </File>
1749
 
                                <File
1750
 
                                        RelativePath="..\gui\UIDialog.hxx"
1751
 
                                        >
1752
 
                                </File>
1753
 
                                <File
1754
 
                                        RelativePath="..\gui\VideoDialog.hxx"
1755
 
                                        >
1756
 
                                </File>
1757
 
                                <File
1758
 
                                        RelativePath="..\gui\Widget.hxx"
1759
 
                                        >
1760
 
                                </File>
1761
 
                        </Filter>
1762
 
                        <Filter
1763
 
                                Name="zlib"
1764
 
                                >
1765
 
                                <File
1766
 
                                        RelativePath="..\zlib\crc32.h"
1767
 
                                        >
1768
 
                                </File>
1769
 
                                <File
1770
 
                                        RelativePath="..\zlib\deflate.h"
1771
 
                                        >
1772
 
                                </File>
1773
 
                                <File
1774
 
                                        RelativePath="..\zlib\gzguts.h"
1775
 
                                        >
1776
 
                                </File>
1777
 
                                <File
1778
 
                                        RelativePath="..\zlib\inffast.h"
1779
 
                                        >
1780
 
                                </File>
1781
 
                                <File
1782
 
                                        RelativePath="..\zlib\inffixed.h"
1783
 
                                        >
1784
 
                                </File>
1785
 
                                <File
1786
 
                                        RelativePath="..\zlib\inflate.h"
1787
 
                                        >
1788
 
                                </File>
1789
 
                                <File
1790
 
                                        RelativePath="..\zlib\inftrees.h"
1791
 
                                        >
1792
 
                                </File>
1793
 
                                <File
1794
 
                                        RelativePath="..\zlib\trees.h"
1795
 
                                        >
1796
 
                                </File>
1797
 
                                <File
1798
 
                                        RelativePath="..\zlib\zconf.h"
1799
 
                                        >
1800
 
                                </File>
1801
 
                                <File
1802
 
                                        RelativePath="..\zlib\zlib.h"
1803
 
                                        >
1804
 
                                </File>
1805
 
                                <File
1806
 
                                        RelativePath="..\zlib\zutil.h"
1807
 
                                        >
1808
 
                                </File>
1809
 
                        </Filter>
1810
 
                        <Filter
1811
 
                                Name="libpng"
1812
 
                                >
1813
 
                                <File
1814
 
                                        RelativePath="..\libpng\png.h"
1815
 
                                        >
1816
 
                                </File>
1817
 
                                <File
1818
 
                                        RelativePath="..\libpng\pngconf.h"
1819
 
                                        >
1820
 
                                </File>
1821
 
                                <File
1822
 
                                        RelativePath="..\libpng\pngdebug.h"
1823
 
                                        >
1824
 
                                </File>
1825
 
                                <File
1826
 
                                        RelativePath="..\libpng\pnginfo.h"
1827
 
                                        >
1828
 
                                </File>
1829
 
                                <File
1830
 
                                        RelativePath="..\libpng\pnglibconf.h"
1831
 
                                        >
1832
 
                                </File>
1833
 
                                <File
1834
 
                                        RelativePath="..\libpng\pngpriv.h"
1835
 
                                        >
1836
 
                                </File>
1837
 
                                <File
1838
 
                                        RelativePath="..\libpng\pngstruct.h"
1839
 
                                        >
1840
 
                                </File>
1841
 
                        </Filter>
1842
 
                </Filter>
1843
 
                <Filter
1844
 
                        Name="Resource Files"
1845
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1846
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1847
 
                        >
1848
 
                        <File
1849
 
                                RelativePath=".\stella.ico"
1850
 
                                >
1851
 
                        </File>
1852
 
                        <File
1853
 
                                RelativePath=".\stella.rc"
1854
 
                                >
1855
 
                        </File>
1856
 
                </Filter>
1857
 
        </Files>
1858
 
        <Globals>
1859
 
        </Globals>
1860
 
</VisualStudioProject>