source: GTP/trunk/App/Demos/Vis/FriendlyCulling/FriendlyCulling.vcproj @ 2801

Revision 2801, 15.3 KB checked in by mattausch, 17 years ago (diff)
RevLine 
[2642]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="chc_revisited"
6        ProjectGUID="{03661866-4093-4B02-B26A-028EA91AF023}"
7        RootNamespace="chc_revisited"
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"
[2784]20                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
21                        IntermediateDirectory="obj/$(ConfigurationName)"
[2642]22                        ConfigurationType="1"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
[2795]43                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include"
[2784]44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
[2642]45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
[2751]48                                RuntimeTypeInfo="false"
[2642]49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
[2795]65                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib"
[2642]66                                LinkIncremental="2"
[2795]67                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib"
[2642]68                                GenerateDebugInformation="true"
69                                SubSystem="1"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
[2784]99                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
100                        IntermediateDirectory="obj/$(ConfigurationName)"
[2642]101                        ConfigurationType="1"
102                        CharacterSet="1"
103                        WholeProgramOptimization="1"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                        />
108                        <Tool
109                                Name="VCCustomBuildTool"
110                        />
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"
113                        />
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCMIDLTool"
119                        />
120                        <Tool
121                                Name="VCCLCompilerTool"
[2755]122                                Optimization="3"
[2751]123                                InlineFunctionExpansion="2"
124                                EnableIntrinsicFunctions="true"
125                                FavorSizeOrSpeed="1"
126                                OmitFramePointers="true"
127                                EnableFiberSafeOptimizations="true"
[2795]128                                AdditionalIncludeDirectories="libs;libs/GL;libs/Devil/include;src;libs/Zlib/include"
[2784]129                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS"
[2764]130                                StringPooling="true"
[2642]131                                RuntimeLibrary="2"
[2764]132                                BufferSecurityCheck="false"
133                                EnableEnhancedInstructionSet="2"
[2751]134                                RuntimeTypeInfo="false"
[2642]135                                UsePrecompiledHeader="0"
[2755]136                                BrowseInformation="1"
[2642]137                                WarningLevel="3"
138                                Detect64BitPortabilityProblems="true"
139                                DebugInformationFormat="3"
140                        />
141                        <Tool
142                                Name="VCManagedResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCResourceCompilerTool"
146                        />
147                        <Tool
148                                Name="VCPreLinkEventTool"
149                        />
150                        <Tool
151                                Name="VCLinkerTool"
[2795]152                                AdditionalDependencies="glut32.lib glew32s.lib glew32.lib DevIL.lib ILUT.lib zlib.lib"
[2642]153                                LinkIncremental="1"
[2795]154                                AdditionalLibraryDirectories="libs/GL;libs/Devil/lib;libs/Zlib/lib"
[2801]155                                IgnoreAllDefaultLibraries="false"
156                                IgnoreDefaultLibraryNames="LIBCMT"
[2756]157                                GenerateDebugInformation="false"
[2642]158                                SubSystem="1"
159                                OptimizeReferences="2"
160                                EnableCOMDATFolding="2"
[2764]161                                OptimizeForWindows98="1"
[2642]162                                TargetMachine="1"
163                        />
164                        <Tool
165                                Name="VCALinkTool"
166                        />
167                        <Tool
168                                Name="VCManifestTool"
169                        />
170                        <Tool
171                                Name="VCXDCMakeTool"
172                        />
173                        <Tool
174                                Name="VCBscMakeTool"
175                        />
176                        <Tool
177                                Name="VCFxCopTool"
178                        />
179                        <Tool
180                                Name="VCAppVerifierTool"
181                        />
182                        <Tool
183                                Name="VCWebDeploymentTool"
184                        />
185                        <Tool
186                                Name="VCPostBuildEventTool"
187                        />
188                </Configuration>
189        </Configurations>
190        <References>
191        </References>
192        <Files>
193                <Filter
[2778]194                        Name="util"
[2642]195                        >
196                        <File
[2783]197                                RelativePath=".\src\AxisAlignedBox3.cpp"
198                                >
199                        </File>
200                        <File
[2795]201                                RelativePath=".\src\BvhLoader.cpp"
[2783]202                                >
203                        </File>
204                        <File
[2795]205                                RelativePath=".\src\BvhLoader.h"
[2783]206                                >
207                        </File>
208                        <File
[2795]209                                RelativePath=".\src\common.cpp"
[2783]210                                >
211                        </File>
212                        <File
[2795]213                                RelativePath=".\src\common.h"
[2783]214                                >
215                        </File>
216                        <File
[2795]217                                RelativePath=".\src\glInterface.h"
[2642]218                                >
219                        </File>
220                        <File
[2795]221                                RelativePath=".\src\gzstream.cpp"
[2642]222                                >
223                        </File>
224                        <File
[2795]225                                RelativePath=".\src\gzstream.h"
[2755]226                                >
227                        </File>
228                        <File
[2782]229                                RelativePath=".\src\Matrix4x4.cpp"
[2755]230                                >
231                        </File>
232                        <File
[2782]233                                RelativePath=".\src\Matrix4x4.h"
[2755]234                                >
235                        </File>
236                        <File
[2782]237                                RelativePath=".\src\Plane3.cpp"
[2755]238                                >
239                        </File>
240                        <File
[2782]241                                RelativePath=".\src\Plane3.h"
[2746]242                                >
243                        </File>
244                        <File
[2795]245                                RelativePath=".\src\ResourceManager.cpp"
246                                >
247                        </File>
248                        <File
249                                RelativePath=".\src\ResourceManager.h"
250                                >
251                        </File>
252                        <File
[2782]253                                RelativePath=".\src\SceneQuery.cpp"
[2746]254                                >
255                        </File>
256                        <File
[2782]257                                RelativePath=".\src\SceneQuery.h"
[2642]258                                >
259                        </File>
260                        <File
[2782]261                                RelativePath=".\src\Triangle3.cpp"
[2751]262                                >
263                        </File>
264                        <File
[2782]265                                RelativePath=".\src\Triangle3.h"
[2642]266                                >
267                        </File>
268                        <File
[2782]269                                RelativePath=".\src\Vector3.cpp"
[2642]270                                >
271                        </File>
272                        <File
[2782]273                                RelativePath=".\src\Vector3.h"
[2751]274                                >
275                        </File>
[2776]276                        <Filter
277                                Name="timer"
278                                >
279                                <File
[2782]280                                        RelativePath=".\src\Timer\BenchTimer.cpp"
[2776]281                                        >
282                                </File>
283                                <File
[2782]284                                        RelativePath=".\src\Timer\BenchTimer.h"
[2776]285                                        >
286                                </File>
287                                <File
[2782]288                                        RelativePath=".\src\Timer\merror.cpp"
[2776]289                                        >
290                                </File>
291                                <File
[2782]292                                        RelativePath=".\src\Timer\merror.h"
[2776]293                                        >
294                                </File>
295                                <File
[2782]296                                        RelativePath=".\src\Timer\mstring.h"
[2776]297                                        >
298                                </File>
299                                <File
[2782]300                                        RelativePath=".\src\Timer\PerfTimer.h"
[2776]301                                        >
302                                </File>
303                                <File
[2782]304                                        RelativePath=".\src\Timer\PerfTimerSkeleton.h"
[2776]305                                        >
306                                </File>
307                                <File
[2782]308                                        RelativePath=".\src\Timer\RDTSCTimer.cpp"
[2776]309                                        >
310                                </File>
311                                <File
[2782]312                                        RelativePath=".\src\Timer\RDTSCTimer.h"
[2776]313                                        >
314                                </File>
315                        </Filter>
[2642]316                </Filter>
[2751]317                <Filter
318                        Name="traversal"
319                        >
[2756]320                        <Filter
321                                Name="Header Files"
[2754]322                                >
[2756]323                                <File
[2782]324                                        RelativePath=".\src\CHCPlusPlusTraverser.h"
[2756]325                                        >
326                                </File>
327                                <File
[2782]328                                        RelativePath=".\src\CHCTraverser.cpp"
[2756]329                                        >
[2782]330                                        <FileConfiguration
331                                                Name="Debug|Win32"
332                                                >
333                                                <Tool
334                                                        Name="VCCLCompilerTool"
335                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
336                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
337                                                />
338                                        </FileConfiguration>
339                                        <FileConfiguration
340                                                Name="Release|Win32"
341                                                >
342                                                <Tool
343                                                        Name="VCCLCompilerTool"
344                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
345                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
346                                                />
347                                        </FileConfiguration>
[2756]348                                </File>
349                                <File
[2782]350                                        RelativePath=".\src\CHCTraverser.h"
[2756]351                                        >
352                                </File>
353                                <File
[2782]354                                        RelativePath=".\src\FrustumCullingTraverser.h"
[2756]355                                        >
356                                </File>
357                                <File
[2782]358                                        RelativePath=".\src\RenderTraverser.h"
[2756]359                                        >
360                                </File>
[2782]361                                <File
362                                        RelativePath=".\src\StopAndWaitTraverser.h"
363                                        >
364                                </File>
[2756]365                        </Filter>
366                        <Filter
367                                Name="Source Files"
[2754]368                                >
[2756]369                                <File
[2782]370                                        RelativePath=".\src\CHCPlusPlusTraverser.cpp"
[2756]371                                        >
[2782]372                                        <FileConfiguration
373                                                Name="Debug|Win32"
374                                                >
375                                                <Tool
376                                                        Name="VCCLCompilerTool"
377                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
378                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
379                                                />
380                                        </FileConfiguration>
381                                        <FileConfiguration
382                                                Name="Release|Win32"
383                                                >
384                                                <Tool
385                                                        Name="VCCLCompilerTool"
386                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
387                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
388                                                />
389                                        </FileConfiguration>
[2756]390                                </File>
391                                <File
[2782]392                                        RelativePath=".\src\FrustumCullingTraverser.cpp"
[2756]393                                        >
[2782]394                                        <FileConfiguration
395                                                Name="Debug|Win32"
396                                                >
397                                                <Tool
398                                                        Name="VCCLCompilerTool"
399                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
400                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
401                                                />
402                                        </FileConfiguration>
403                                        <FileConfiguration
404                                                Name="Release|Win32"
405                                                >
406                                                <Tool
407                                                        Name="VCCLCompilerTool"
408                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
409                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
410                                                />
411                                        </FileConfiguration>
[2756]412                                </File>
413                                <File
[2782]414                                        RelativePath=".\src\RenderTraverser.cpp"
[2756]415                                        >
[2782]416                                        <FileConfiguration
417                                                Name="Debug|Win32"
418                                                >
419                                                <Tool
420                                                        Name="VCCLCompilerTool"
421                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
422                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
423                                                />
424                                        </FileConfiguration>
425                                        <FileConfiguration
426                                                Name="Release|Win32"
427                                                >
428                                                <Tool
429                                                        Name="VCCLCompilerTool"
430                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
431                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
432                                                />
433                                        </FileConfiguration>
[2756]434                                </File>
435                                <File
[2782]436                                        RelativePath=".\src\StopAndWaitTraverser.cpp"
[2756]437                                        >
[2782]438                                        <FileConfiguration
439                                                Name="Debug|Win32"
440                                                >
441                                                <Tool
442                                                        Name="VCCLCompilerTool"
443                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
444                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
445                                                />
446                                        </FileConfiguration>
447                                        <FileConfiguration
448                                                Name="Release|Win32"
449                                                >
450                                                <Tool
451                                                        Name="VCCLCompilerTool"
452                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
453                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
454                                                />
455                                        </FileConfiguration>
[2756]456                                </File>
457                        </Filter>
458                </Filter>
459                <Filter
460                        Name="render"
461                        >
462                        <Filter
463                                Name="Header Files"
464                                Filter="h;hpp;hxx;hm;inl;inc;xsd"
465                                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
[2754]466                                >
[2756]467                                <File
[2782]468                                        RelativePath=".\src\Bvh.h"
[2756]469                                        >
470                                </File>
471                                <File
[2782]472                                        RelativePath=".\src\Camera.h"
[2756]473                                        >
474                                </File>
475                                <File
[2793]476                                        RelativePath=".\src\Geometry.h"
[2756]477                                        >
478                                </File>
479                                <File
[2801]480                                        RelativePath=".\src\Material.h"
481                                        >
482                                </File>
483                                <File
[2782]484                                        RelativePath=".\src\OcclusionQuery.h"
[2756]485                                        >
486                                </File>
487                                <File
[2782]488                                        RelativePath=".\src\RenderQueue.h"
[2767]489                                        >
490                                </File>
491                                <File
[2782]492                                        RelativePath=".\src\RenderState.h"
[2769]493                                        >
494                                </File>
495                                <File
[2783]496                                        RelativePath=".\src\SceneEntity.h"
497                                        >
498                                </File>
499                                <File
[2782]500                                        RelativePath=".\src\Texture.h"
[2756]501                                        >
502                                </File>
503                                <File
[2782]504                                        RelativePath=".\src\Visualization.h"
[2756]505                                        >
506                                </File>
507                        </Filter>
508                        <Filter
509                                Name="Source Files"
510                                Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
511                                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
[2754]512                                >
[2756]513                                <File
[2782]514                                        RelativePath=".\src\Bvh.cpp"
[2756]515                                        >
[2782]516                                        <FileConfiguration
517                                                Name="Debug|Win32"
518                                                >
519                                                <Tool
520                                                        Name="VCCLCompilerTool"
521                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
522                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
523                                                />
524                                        </FileConfiguration>
525                                        <FileConfiguration
526                                                Name="Release|Win32"
527                                                >
528                                                <Tool
529                                                        Name="VCCLCompilerTool"
530                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
531                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
532                                                />
533                                        </FileConfiguration>
[2756]534                                </File>
535                                <File
[2782]536                                        RelativePath=".\src\Camera.cpp"
[2756]537                                        >
[2782]538                                        <FileConfiguration
539                                                Name="Debug|Win32"
540                                                >
541                                                <Tool
542                                                        Name="VCCLCompilerTool"
543                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
544                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
545                                                />
546                                        </FileConfiguration>
547                                        <FileConfiguration
548                                                Name="Release|Win32"
549                                                >
550                                                <Tool
551                                                        Name="VCCLCompilerTool"
552                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
553                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
554                                                />
555                                        </FileConfiguration>
[2756]556                                </File>
557                                <File
[2783]558                                        RelativePath=".\src\chcdemo.cpp"
559                                        >
560                                </File>
561                                <File
562                                        RelativePath=".\src\Geometry.cpp"
563                                        >
564                                </File>
565                                <File
566                                        RelativePath=".\src\Material.cpp"
567                                        >
568                                </File>
569                                <File
[2782]570                                        RelativePath=".\src\OcclusionQuery.cpp"
[2756]571                                        >
[2782]572                                        <FileConfiguration
573                                                Name="Debug|Win32"
574                                                >
575                                                <Tool
576                                                        Name="VCCLCompilerTool"
577                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
578                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
579                                                />
580                                        </FileConfiguration>
581                                        <FileConfiguration
582                                                Name="Release|Win32"
583                                                >
584                                                <Tool
585                                                        Name="VCCLCompilerTool"
586                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
587                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
588                                                />
589                                        </FileConfiguration>
[2756]590                                </File>
591                                <File
[2782]592                                        RelativePath=".\src\RenderQueue.cpp"
[2756]593                                        >
[2782]594                                        <FileConfiguration
595                                                Name="Debug|Win32"
596                                                >
597                                                <Tool
598                                                        Name="VCCLCompilerTool"
599                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
600                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
601                                                />
602                                        </FileConfiguration>
603                                        <FileConfiguration
604                                                Name="Release|Win32"
605                                                >
606                                                <Tool
607                                                        Name="VCCLCompilerTool"
608                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
609                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
610                                                />
611                                        </FileConfiguration>
[2756]612                                </File>
613                                <File
[2782]614                                        RelativePath=".\src\RenderState.cpp"
[2756]615                                        >
[2782]616                                        <FileConfiguration
617                                                Name="Debug|Win32"
618                                                >
619                                                <Tool
620                                                        Name="VCCLCompilerTool"
621                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
622                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
623                                                />
624                                        </FileConfiguration>
625                                        <FileConfiguration
626                                                Name="Release|Win32"
627                                                >
628                                                <Tool
629                                                        Name="VCCLCompilerTool"
630                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
631                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
632                                                />
633                                        </FileConfiguration>
[2756]634                                </File>
635                                <File
[2783]636                                        RelativePath=".\src\SceneEntity.cpp"
637                                        >
638                                </File>
639                                <File
[2782]640                                        RelativePath=".\src\Texture.cpp"
[2756]641                                        >
[2782]642                                        <FileConfiguration
643                                                Name="Debug|Win32"
644                                                >
645                                                <Tool
646                                                        Name="VCCLCompilerTool"
647                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
648                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
649                                                />
650                                        </FileConfiguration>
651                                        <FileConfiguration
652                                                Name="Release|Win32"
653                                                >
654                                                <Tool
655                                                        Name="VCCLCompilerTool"
656                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
657                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
658                                                />
659                                        </FileConfiguration>
[2756]660                                </File>
661                                <File
[2782]662                                        RelativePath=".\src\Visualization.cpp"
[2767]663                                        >
[2782]664                                        <FileConfiguration
665                                                Name="Debug|Win32"
666                                                >
667                                                <Tool
668                                                        Name="VCCLCompilerTool"
669                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
670                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
671                                                />
672                                        </FileConfiguration>
673                                        <FileConfiguration
674                                                Name="Release|Win32"
675                                                >
676                                                <Tool
677                                                        Name="VCCLCompilerTool"
678                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
679                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
680                                                />
681                                        </FileConfiguration>
[2767]682                                </File>
[2756]683                        </Filter>
[2751]684                </Filter>
[2642]685                <File
686                        RelativePath=".\ReadMe.txt"
687                        >
688                </File>
689        </Files>
690        <Globals>
691        </Globals>
692</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.