Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gui/visual_studio/vc8/orxonox.vcproj @ 1661

Last change on this file since 1661 was 1661, checked in by rgrieder, 16 years ago

started implementing the GameStates. Not much for now, but most of the Orxonox.cc code has been copied to GSRoot, GSGraphics and GSLevel.
There is no level currently, but the main menu is shown. This is more of an svn save because I would really like to have Member ConsoleCommands.

File size: 16.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="orxonox"
6        ProjectGUID="{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
7        RootNamespace="FICN"
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                        ConfigurationType="1"
21                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\orxonox_properties.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                                AdditionalOptions="/Zm200"
42                        />
43                        <Tool
44                                Name="VCManagedResourceCompilerTool"
45                        />
46                        <Tool
47                                Name="VCResourceCompilerTool"
48                        />
49                        <Tool
50                                Name="VCPreLinkEventTool"
51                        />
52                        <Tool
53                                Name="VCLinkerTool"
54                                EntryPointSymbol=""
55                        />
56                        <Tool
57                                Name="VCALinkTool"
58                        />
59                        <Tool
60                                Name="VCManifestTool"
61                        />
62                        <Tool
63                                Name="VCXDCMakeTool"
64                        />
65                        <Tool
66                                Name="VCBscMakeTool"
67                        />
68                        <Tool
69                                Name="VCFxCopTool"
70                        />
71                        <Tool
72                                Name="VCAppVerifierTool"
73                        />
74                        <Tool
75                                Name="VCWebDeploymentTool"
76                        />
77                        <Tool
78                                Name="VCPostBuildEventTool"
79                        />
80                </Configuration>
81                <Configuration
82                        Name="Release|Win32"
83                        ConfigurationType="1"
84                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\orxonox_properties.vsprops"
85                        CharacterSet="1"
86                        WholeProgramOptimization="0"
87                        >
88                        <Tool
89                                Name="VCPreBuildEventTool"
90                        />
91                        <Tool
92                                Name="VCCustomBuildTool"
93                        />
94                        <Tool
95                                Name="VCXMLDataGeneratorTool"
96                        />
97                        <Tool
98                                Name="VCWebServiceProxyGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCMIDLTool"
102                        />
103                        <Tool
104                                Name="VCCLCompilerTool"
105                                AdditionalOptions="/Zm200"
106                        />
107                        <Tool
108                                Name="VCManagedResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCResourceCompilerTool"
112                        />
113                        <Tool
114                                Name="VCPreLinkEventTool"
115                        />
116                        <Tool
117                                Name="VCLinkerTool"
118                                EntryPointSymbol=""
119                        />
120                        <Tool
121                                Name="VCALinkTool"
122                        />
123                        <Tool
124                                Name="VCManifestTool"
125                        />
126                        <Tool
127                                Name="VCXDCMakeTool"
128                        />
129                        <Tool
130                                Name="VCBscMakeTool"
131                        />
132                        <Tool
133                                Name="VCFxCopTool"
134                        />
135                        <Tool
136                                Name="VCAppVerifierTool"
137                        />
138                        <Tool
139                                Name="VCWebDeploymentTool"
140                        />
141                        <Tool
142                                Name="VCPostBuildEventTool"
143                        />
144                </Configuration>
145        </Configurations>
146        <References>
147        </References>
148        <Files>
149                <Filter
150                        Name="Source Files"
151                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153                        >
154                        <File
155                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\orxonox\Main.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\orxonox\Orxonox.cc"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\orxonox\PrecompiledHeaderFiles.cc"
168                                >
169                                <FileConfiguration
170                                        Name="Debug|Win32"
171                                        >
172                                        <Tool
173                                                Name="VCCLCompilerTool"
174                                                UsePrecompiledHeader="1"
175                                        />
176                                </FileConfiguration>
177                                <FileConfiguration
178                                        Name="Release|Win32"
179                                        >
180                                        <Tool
181                                                Name="VCCLCompilerTool"
182                                                UsePrecompiledHeader="1"
183                                        />
184                                </FileConfiguration>
185                        </File>
186                        <File
187                                RelativePath="..\..\src\orxonox\Radar.cc"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\orxonox\RadarListener.cc"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\src\orxonox\RadarViewable.cc"
196                                >
197                                <FileConfiguration
198                                        Name="Debug|Win32"
199                                        >
200                                        <Tool
201                                                Name="VCCLCompilerTool"
202                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
203                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
204                                        />
205                                </FileConfiguration>
206                                <FileConfiguration
207                                        Name="Release|Win32"
208                                        >
209                                        <Tool
210                                                Name="VCCLCompilerTool"
211                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
212                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
213                                        />
214                                </FileConfiguration>
215                        </File>
216                        <File
217                                RelativePath="..\..\src\orxonox\Settings.cc"
218                                >
219                        </File>
220                        <Filter
221                                Name="objects"
222                                >
223                                <File
224                                        RelativePath="..\..\src\orxonox\objects\Ambient.cc"
225                                        >
226                                </File>
227                                <File
228                                        RelativePath="..\..\src\orxonox\objects\Backlight.cc"
229                                        >
230                                </File>
231                                <File
232                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.cc"
233                                        >
234                                </File>
235                                <File
236                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
237                                        >
238                                </File>
239                                <File
240                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
241                                        >
242                                </File>
243                                <File
244                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
245                                        >
246                                </File>
247                                <File
248                                        RelativePath="..\..\src\orxonox\objects\NPC.cc"
249                                        >
250                                </File>
251                                <File
252                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.cc"
253                                        >
254                                </File>
255                                <File
256                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.cc"
257                                        >
258                                </File>
259                                <File
260                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
261                                        >
262                                </File>
263                                <File
264                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
265                                        >
266                                </File>
267                                <File
268                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
269                                        >
270                                </File>
271                                <File
272                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
273                                        >
274                                </File>
275                                <File
276                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
277                                        >
278                                </File>
279                                <File
280                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
281                                        >
282                                </File>
283                                <File
284                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
285                                        >
286                                </File>
287                        </Filter>
288                        <Filter
289                                Name="tools"
290                                >
291                                <File
292                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
293                                        >
294                                </File>
295                                <File
296                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
297                                        >
298                                </File>
299                                <File
300                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
301                                        >
302                                </File>
303                                <File
304                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
305                                        >
306                                </File>
307                                <File
308                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
309                                        >
310                                </File>
311                                <File
312                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
313                                        >
314                                </File>
315                                <File
316                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
317                                        >
318                                </File>
319                        </Filter>
320                        <Filter
321                                Name="tolua"
322                                >
323                                <File
324                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
325                                        >
326                                        <FileConfiguration
327                                                Name="Debug|Win32"
328                                                >
329                                                <Tool
330                                                        Name="VCCustomBuildTool"
331                                                        Description="Generating tolua bind files..."
332                                                        CommandLine="&quot;$(OutDir)\tolua_app_d.exe&quot; -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
333                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
334                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
335                                                />
336                                        </FileConfiguration>
337                                        <FileConfiguration
338                                                Name="Release|Win32"
339                                                >
340                                                <Tool
341                                                        Name="VCCustomBuildTool"
342                                                        Description="Generating tolua bind files..."
343                                                        CommandLine="&quot;$(OutDir)\tolua_app.exe&quot; -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
344                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
345                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
346                                                />
347                                        </FileConfiguration>
348                                </File>
349                                <File
350                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
351                                        >
352                                        <FileConfiguration
353                                                Name="Debug|Win32"
354                                                >
355                                                <Tool
356                                                        Name="VCCLCompilerTool"
357                                                        UsePrecompiledHeader="0"
358                                                />
359                                        </FileConfiguration>
360                                        <FileConfiguration
361                                                Name="Release|Win32"
362                                                >
363                                                <Tool
364                                                        Name="VCCLCompilerTool"
365                                                        UsePrecompiledHeader="0"
366                                                />
367                                        </FileConfiguration>
368                                </File>
369                        </Filter>
370                        <Filter
371                                Name="overlays"
372                                >
373                                <File
374                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
375                                        >
376                                </File>
377                                <File
378                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
379                                        >
380                                </File>
381                                <File
382                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
383                                        >
384                                </File>
385                                <Filter
386                                        Name="console"
387                                        >
388                                        <File
389                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
390                                                >
391                                        </File>
392                                </Filter>
393                                <Filter
394                                        Name="hud"
395                                        >
396                                        <File
397                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
398                                                >
399                                        </File>
400                                        <File
401                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
402                                                >
403                                        </File>
404                                        <File
405                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
406                                                >
407                                        </File>
408                                        <File
409                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
410                                                >
411                                        </File>
412                                </Filter>
413                                <Filter
414                                        Name="debug"
415                                        >
416                                        <File
417                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
418                                                >
419                                        </File>
420                                        <File
421                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
422                                                >
423                                        </File>
424                                </Filter>
425                        </Filter>
426                        <Filter
427                                Name="gui"
428                                >
429                                <File
430                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
431                                        >
432                                </File>
433                                <File
434                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
435                                        >
436                                        <FileConfiguration
437                                                Name="Debug|Win32"
438                                                >
439                                                <Tool
440                                                        Name="VCCLCompilerTool"
441                                                        UsePrecompiledHeader="0"
442                                                />
443                                        </FileConfiguration>
444                                        <FileConfiguration
445                                                Name="Release|Win32"
446                                                >
447                                                <Tool
448                                                        Name="VCCLCompilerTool"
449                                                        UsePrecompiledHeader="0"
450                                                />
451                                        </FileConfiguration>
452                                </File>
453                                <File
454                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
455                                        >
456                                        <FileConfiguration
457                                                Name="Debug|Win32"
458                                                >
459                                                <Tool
460                                                        Name="VCCLCompilerTool"
461                                                        UsePrecompiledHeader="0"
462                                                />
463                                        </FileConfiguration>
464                                        <FileConfiguration
465                                                Name="Release|Win32"
466                                                >
467                                                <Tool
468                                                        Name="VCCLCompilerTool"
469                                                        UsePrecompiledHeader="0"
470                                                />
471                                        </FileConfiguration>
472                                </File>
473                                <File
474                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
475                                        >
476                                        <FileConfiguration
477                                                Name="Debug|Win32"
478                                                >
479                                                <Tool
480                                                        Name="VCCLCompilerTool"
481                                                        UsePrecompiledHeader="0"
482                                                />
483                                        </FileConfiguration>
484                                        <FileConfiguration
485                                                Name="Release|Win32"
486                                                >
487                                                <Tool
488                                                        Name="VCCLCompilerTool"
489                                                        UsePrecompiledHeader="0"
490                                                />
491                                        </FileConfiguration>
492                                </File>
493                        </Filter>
494                        <Filter
495                                Name="gamestates"
496                                >
497                                <File
498                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
499                                        >
500                                </File>
501                                <File
502                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
503                                        >
504                                </File>
505                                <File
506                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
507                                        >
508                                </File>
509                                <File
510                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
511                                        >
512                                </File>
513                        </Filter>
514                </Filter>
515                <Filter
516                        Name="Header Files"
517                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
518                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
519                        >
520                        <File
521                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
522                                >
523                        </File>
524                        <File
525                                RelativePath="..\..\src\orxonox\Orxonox.h"
526                                >
527                        </File>
528                        <File
529                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
530                                >
531                        </File>
532                        <File
533                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
534                                >
535                        </File>
536                        <File
537                                RelativePath="..\..\src\orxonox\Radar.h"
538                                >
539                        </File>
540                        <File
541                                RelativePath="..\..\src\orxonox\RadarListener.h"
542                                >
543                        </File>
544                        <File
545                                RelativePath="..\..\src\orxonox\RadarViewable.h"
546                                >
547                        </File>
548                        <File
549                                RelativePath="..\..\src\orxonox\Settings.h"
550                                >
551                        </File>
552                        <Filter
553                                Name="objects"
554                                >
555                                <File
556                                        RelativePath="..\..\src\orxonox\objects\Ambient.h"
557                                        >
558                                </File>
559                                <File
560                                        RelativePath="..\..\src\orxonox\objects\Backlight.h"
561                                        >
562                                </File>
563                                <File
564                                        RelativePath="..\..\src\orxonox\objects\BillboardProjectile.h"
565                                        >
566                                </File>
567                                <File
568                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
569                                        >
570                                </File>
571                                <File
572                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
573                                        >
574                                </File>
575                                <File
576                                        RelativePath="..\..\src\orxonox\objects\Model.h"
577                                        >
578                                </File>
579                                <File
580                                        RelativePath="..\..\src\orxonox\objects\NPC.h"
581                                        >
582                                </File>
583                                <File
584                                        RelativePath="..\..\src\orxonox\objects\ParticleProjectile.h"
585                                        >
586                                </File>
587                                <File
588                                        RelativePath="..\..\src\orxonox\objects\ParticleSpawner.h"
589                                        >
590                                </File>
591                                <File
592                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
593                                        >
594                                </File>
595                                <File
596                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
597                                        >
598                                </File>
599                                <File
600                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
601                                        >
602                                </File>
603                                <File
604                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
605                                        >
606                                </File>
607                                <File
608                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
609                                        >
610                                </File>
611                                <File
612                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
613                                        >
614                                </File>
615                                <File
616                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
617                                        >
618                                </File>
619                        </Filter>
620                        <Filter
621                                Name="tools"
622                                >
623                                <File
624                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
625                                        >
626                                </File>
627                                <File
628                                        RelativePath="..\..\src\orxonox\tools\Light.h"
629                                        >
630                                </File>
631                                <File
632                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
633                                        >
634                                </File>
635                                <File
636                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
637                                        >
638                                </File>
639                                <File
640                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
641                                        >
642                                </File>
643                                <File
644                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
645                                        >
646                                </File>
647                                <File
648                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
649                                        >
650                                </File>
651                        </Filter>
652                        <Filter
653                                Name="tolua"
654                                >
655                                <File
656                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
657                                        >
658                                </File>
659                        </Filter>
660                        <Filter
661                                Name="overlays"
662                                >
663                                <File
664                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
665                                        >
666                                </File>
667                                <File
668                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
669                                        >
670                                </File>
671                                <File
672                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
673                                        >
674                                </File>
675                                <Filter
676                                        Name="hud"
677                                        >
678                                        <File
679                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
680                                                >
681                                        </File>
682                                        <File
683                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
684                                                >
685                                        </File>
686                                        <File
687                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
688                                                >
689                                        </File>
690                                        <File
691                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
692                                                >
693                                        </File>
694                                </Filter>
695                                <Filter
696                                        Name="console"
697                                        >
698                                        <File
699                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
700                                                >
701                                        </File>
702                                </Filter>
703                                <Filter
704                                        Name="debug"
705                                        >
706                                        <File
707                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
708                                                >
709                                        </File>
710                                        <File
711                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
712                                                >
713                                        </File>
714                                </Filter>
715                        </Filter>
716                        <Filter
717                                Name="gui"
718                                >
719                                <File
720                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
721                                        >
722                                </File>
723                                <File
724                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
725                                        >
726                                </File>
727                                <File
728                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
729                                        >
730                                </File>
731                                <File
732                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
733                                        >
734                                </File>
735                        </Filter>
736                        <Filter
737                                Name="gamestates"
738                                >
739                                <File
740                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
741                                        >
742                                </File>
743                                <File
744                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
745                                        >
746                                </File>
747                                <File
748                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
749                                        >
750                                </File>
751                                <File
752                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
753                                        >
754                                </File>
755                        </Filter>
756                </Filter>
757                <Filter
758                        Name="Resource Files"
759                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
760                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
761                        >
762                </Filter>
763        </Files>
764        <Globals>
765        </Globals>
766</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.