Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj @ 1961

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

updated msvc files and adjusted merged files.

File size: 17.0 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="orxonox"
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=".\debug.vsprops;.\orxonox.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=".\release.vsprops;.\orxonox.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\PrecompiledHeaderFiles.cc"
164                                >
165                                <FileConfiguration
166                                        Name="Debug|Win32"
167                                        >
168                                        <Tool
169                                                Name="VCCLCompilerTool"
170                                                UsePrecompiledHeader="1"
171                                        />
172                                </FileConfiguration>
173                                <FileConfiguration
174                                        Name="Release|Win32"
175                                        >
176                                        <Tool
177                                                Name="VCCLCompilerTool"
178                                                UsePrecompiledHeader="1"
179                                        />
180                                </FileConfiguration>
181                        </File>
182                        <File
183                                RelativePath="..\..\src\orxonox\Settings.cc"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\src\orxonox\SignalHandler.cc"
188                                >
189                        </File>
190                        <Filter
191                                Name="objects"
192                                >
193                                <File
194                                        RelativePath="..\..\src\orxonox\objects\Camera.cc"
195                                        >
196                                </File>
197                                <File
198                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
199                                        >
200                                </File>
201                                <File
202                                        RelativePath="..\..\src\orxonox\objects\DistanceTrigger.cc"
203                                        >
204                                </File>
205                                <File
206                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
207                                        >
208                                </File>
209                                <File
210                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
211                                        >
212                                </File>
213                                <File
214                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
215                                        >
216                                </File>
217                                <File
218                                        RelativePath="..\..\src\orxonox\objects\Script.cc"
219                                        >
220                                </File>
221                                <File
222                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
223                                        >
224                                </File>
225                                <File
226                                        RelativePath="..\..\src\orxonox\objects\Trigger.cc"
227                                        >
228                                </File>
229                                <Filter
230                                        Name="worldentities"
231                                        >
232                                        <File
233                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
234                                                >
235                                        </File>
236                                        <File
237                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
238                                                >
239                                        </File>
240                                </Filter>
241                                <Filter
242                                        Name="gametypes"
243                                        >
244                                        <File
245                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
246                                                >
247                                        </File>
248                                </Filter>
249                                <Filter
250                                        Name="infos"
251                                        >
252                                        <File
253                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
254                                                >
255                                        </File>
256                                        <File
257                                                RelativePath="..\..\src\orxonox\objects\infos\LevelInfo.cc"
258                                                >
259                                        </File>
260                                        <File
261                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
262                                                >
263                                        </File>
264                                </Filter>
265                        </Filter>
266                        <Filter
267                                Name="tools"
268                                >
269                                <File
270                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.cc"
271                                        >
272                                </File>
273                                <File
274                                        RelativePath="..\..\src\orxonox\tools\Light.cc"
275                                        >
276                                </File>
277                                <File
278                                        RelativePath="..\..\src\orxonox\tools\Mesh.cc"
279                                        >
280                                </File>
281                                <File
282                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.cc"
283                                        >
284                                </File>
285                                <File
286                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.cc"
287                                        >
288                                </File>
289                                <File
290                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
291                                        >
292                                </File>
293                                <File
294                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
295                                        >
296                                </File>
297                        </Filter>
298                        <Filter
299                                Name="tolua"
300                                >
301                                <File
302                                        RelativePath="..\..\src\orxonox\tolua\tolua.pkg"
303                                        >
304                                        <FileConfiguration
305                                                Name="Debug|Win32"
306                                                >
307                                                <Tool
308                                                        Name="VCCustomBuildTool"
309                                                        Description="Generating tolua bind files..."
310                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
311                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
312                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
313                                                />
314                                        </FileConfiguration>
315                                        <FileConfiguration
316                                                Name="Release|Win32"
317                                                >
318                                                <Tool
319                                                        Name="VCCustomBuildTool"
320                                                        Description="Generating tolua bind files..."
321                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
322                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
323                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
324                                                />
325                                        </FileConfiguration>
326                                </File>
327                                <File
328                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.cc"
329                                        >
330                                        <FileConfiguration
331                                                Name="Debug|Win32"
332                                                >
333                                                <Tool
334                                                        Name="VCCLCompilerTool"
335                                                        UsePrecompiledHeader="0"
336                                                />
337                                        </FileConfiguration>
338                                        <FileConfiguration
339                                                Name="Release|Win32"
340                                                >
341                                                <Tool
342                                                        Name="VCCLCompilerTool"
343                                                        UsePrecompiledHeader="0"
344                                                />
345                                        </FileConfiguration>
346                                </File>
347                        </Filter>
348                        <Filter
349                                Name="overlays"
350                                >
351                                <File
352                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
353                                        >
354                                </File>
355                                <File
356                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
357                                        >
358                                </File>
359                                <File
360                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
361                                        >
362                                </File>
363                                <Filter
364                                        Name="console"
365                                        >
366                                        <File
367                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
368                                                >
369                                        </File>
370                                </Filter>
371                                <Filter
372                                        Name="hud"
373                                        >
374                                        <File
375                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
376                                                >
377                                        </File>
378                                        <File
379                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
380                                                >
381                                        </File>
382                                        <File
383                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.cc"
384                                                >
385                                        </File>
386                                        <File
387                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
388                                                >
389                                        </File>
390                                </Filter>
391                                <Filter
392                                        Name="debug"
393                                        >
394                                        <File
395                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.cc"
396                                                >
397                                        </File>
398                                        <File
399                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.cc"
400                                                >
401                                        </File>
402                                </Filter>
403                        </Filter>
404                        <Filter
405                                Name="gui"
406                                >
407                                <File
408                                        RelativePath="..\..\src\orxonox\gui\GUIManager.cc"
409                                        >
410                                </File>
411                                <File
412                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.cpp"
413                                        >
414                                        <FileConfiguration
415                                                Name="Debug|Win32"
416                                                >
417                                                <Tool
418                                                        Name="VCCLCompilerTool"
419                                                        UsePrecompiledHeader="0"
420                                                />
421                                        </FileConfiguration>
422                                        <FileConfiguration
423                                                Name="Release|Win32"
424                                                >
425                                                <Tool
426                                                        Name="VCCLCompilerTool"
427                                                        UsePrecompiledHeader="0"
428                                                />
429                                        </FileConfiguration>
430                                </File>
431                                <File
432                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.cpp"
433                                        >
434                                        <FileConfiguration
435                                                Name="Debug|Win32"
436                                                >
437                                                <Tool
438                                                        Name="VCCLCompilerTool"
439                                                        UsePrecompiledHeader="0"
440                                                />
441                                        </FileConfiguration>
442                                        <FileConfiguration
443                                                Name="Release|Win32"
444                                                >
445                                                <Tool
446                                                        Name="VCCLCompilerTool"
447                                                        UsePrecompiledHeader="0"
448                                                />
449                                        </FileConfiguration>
450                                </File>
451                                <File
452                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.cpp"
453                                        >
454                                        <FileConfiguration
455                                                Name="Debug|Win32"
456                                                >
457                                                <Tool
458                                                        Name="VCCLCompilerTool"
459                                                        UsePrecompiledHeader="0"
460                                                />
461                                        </FileConfiguration>
462                                        <FileConfiguration
463                                                Name="Release|Win32"
464                                                >
465                                                <Tool
466                                                        Name="VCCLCompilerTool"
467                                                        UsePrecompiledHeader="0"
468                                                />
469                                        </FileConfiguration>
470                                </File>
471                        </Filter>
472                        <Filter
473                                Name="gamestates"
474                                >
475                                <File
476                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
477                                        >
478                                </File>
479                                <File
480                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
481                                        >
482                                </File>
483                                <File
484                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
485                                        >
486                                </File>
487                                <File
488                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
489                                        >
490                                </File>
491                                <File
492                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
493                                        >
494                                </File>
495                                <File
496                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
497                                        >
498                                </File>
499                                <File
500                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
501                                        >
502                                </File>
503                                <File
504                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
505                                        >
506                                </File>
507                                <File
508                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
509                                        >
510                                </File>
511                        </Filter>
512                </Filter>
513                <Filter
514                        Name="Header Files"
515                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
516                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
517                        >
518                        <File
519                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
520                                >
521                        </File>
522                        <File
523                                RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h"
524                                >
525                        </File>
526                        <File
527                                RelativePath="..\..\src\orxonox\OrxonoxStableHeaders.h"
528                                >
529                        </File>
530                        <File
531                                RelativePath="..\..\src\orxonox\Settings.h"
532                                >
533                        </File>
534                        <File
535                                RelativePath="..\..\src\orxonox\SignalHandler.h"
536                                >
537                        </File>
538                        <Filter
539                                Name="objects"
540                                >
541                                <File
542                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
543                                        >
544                                </File>
545                                <File
546                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
547                                        >
548                                </File>
549                                <File
550                                        RelativePath="..\..\src\orxonox\objects\DistanceTrigger.h"
551                                        >
552                                </File>
553                                <File
554                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
555                                        >
556                                </File>
557                                <File
558                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
559                                        >
560                                </File>
561                                <File
562                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
563                                        >
564                                </File>
565                                <File
566                                        RelativePath="..\..\src\orxonox\objects\Script.h"
567                                        >
568                                </File>
569                                <File
570                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
571                                        >
572                                </File>
573                                <File
574                                        RelativePath="..\..\src\orxonox\objects\Trigger.h"
575                                        >
576                                </File>
577                                <Filter
578                                        Name="worldentities"
579                                        >
580                                        <File
581                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
582                                                >
583                                        </File>
584                                        <File
585                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
586                                                >
587                                        </File>
588                                </Filter>
589                                <Filter
590                                        Name="gametypes"
591                                        >
592                                        <File
593                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
594                                                >
595                                        </File>
596                                </Filter>
597                                <Filter
598                                        Name="infos"
599                                        >
600                                        <File
601                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
602                                                >
603                                        </File>
604                                        <File
605                                                RelativePath="..\..\src\orxonox\objects\infos\LevelInfo.h"
606                                                >
607                                        </File>
608                                        <File
609                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
610                                                >
611                                        </File>
612                                </Filter>
613                        </Filter>
614                        <Filter
615                                Name="tools"
616                                >
617                                <File
618                                        RelativePath="..\..\src\orxonox\tools\BillboardSet.h"
619                                        >
620                                </File>
621                                <File
622                                        RelativePath="..\..\src\orxonox\tools\Light.h"
623                                        >
624                                </File>
625                                <File
626                                        RelativePath="..\..\src\orxonox\tools\Mesh.h"
627                                        >
628                                </File>
629                                <File
630                                        RelativePath="..\..\src\orxonox\tools\ParticleInterface.h"
631                                        >
632                                </File>
633                                <File
634                                        RelativePath="..\..\src\orxonox\tools\TextureGenerator.h"
635                                        >
636                                </File>
637                                <File
638                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
639                                        >
640                                </File>
641                                <File
642                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.h"
643                                        >
644                                </File>
645                        </Filter>
646                        <Filter
647                                Name="tolua"
648                                >
649                                <File
650                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
651                                        >
652                                </File>
653                        </Filter>
654                        <Filter
655                                Name="overlays"
656                                >
657                                <File
658                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
659                                        >
660                                </File>
661                                <File
662                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
663                                        >
664                                </File>
665                                <File
666                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
667                                        >
668                                </File>
669                                <Filter
670                                        Name="hud"
671                                        >
672                                        <File
673                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
674                                                >
675                                        </File>
676                                        <File
677                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
678                                                >
679                                        </File>
680                                        <File
681                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRadar.h"
682                                                >
683                                        </File>
684                                        <File
685                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
686                                                >
687                                        </File>
688                                </Filter>
689                                <Filter
690                                        Name="console"
691                                        >
692                                        <File
693                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
694                                                >
695                                        </File>
696                                </Filter>
697                                <Filter
698                                        Name="debug"
699                                        >
700                                        <File
701                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugFPSText.h"
702                                                >
703                                        </File>
704                                        <File
705                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
706                                                >
707                                        </File>
708                                </Filter>
709                        </Filter>
710                        <Filter
711                                Name="gui"
712                                >
713                                <File
714                                        RelativePath="..\..\src\orxonox\gui\GUIManager.h"
715                                        >
716                                </File>
717                                <File
718                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIRenderer.h"
719                                        >
720                                </File>
721                                <File
722                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUIResourceProvider.h"
723                                        >
724                                </File>
725                                <File
726                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
727                                        >
728                                </File>
729                        </Filter>
730                        <Filter
731                                Name="gamestates"
732                                >
733                                <File
734                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
735                                        >
736                                </File>
737                                <File
738                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
739                                        >
740                                </File>
741                                <File
742                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
743                                        >
744                                </File>
745                                <File
746                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
747                                        >
748                                </File>
749                                <File
750                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
751                                        >
752                                </File>
753                                <File
754                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
755                                        >
756                                </File>
757                                <File
758                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
759                                        >
760                                </File>
761                                <File
762                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
763                                        >
764                                </File>
765                                <File
766                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
767                                        >
768                                </File>
769                        </Filter>
770                </Filter>
771                <Filter
772                        Name="Resource Files"
773                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
774                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
775                        >
776                </Filter>
777        </Files>
778        <Globals>
779        </Globals>
780</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.