source: OGRE/trunk/ogrenew/OgreMain/scripts/OgreMain_vc8.vcproj @ 657

Revision 657, 32.6 KB checked in by mattausch, 19 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="OgreMain"
6        ProjectGUID="{35AFBABB-DF05-43DE-91A7-BB828A874015}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="..\lib\$(ConfigurationName)"
20                        IntermediateDirectory="..\obj\$(ConfigurationName)"
21                        ConfigurationType="2"
22                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
23                        CharacterSet="2"
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"
43                                AdditionalIncludeDirectories="..\include;..\..\Dependencies\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;_MT;OGRE_NONCLIENT_BUILD"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                SmallerTypeCheck="true"
48                                RuntimeLibrary="3"
49                                BufferSecurityCheck="true"
50                                EnableFunctionLevelLinking="true"
51                                FloatingPointModel="2"
52                                DisableLanguageExtensions="false"
53                                UsePrecompiledHeader="2"
54                                PrecompiledHeaderThrough="OgreStableHeaders.h"
55                                WarningLevel="3"
56                                Detect64BitPortabilityProblems="true"
57                                DebugInformationFormat="4"
58                        />
59                        <Tool
60                                Name="VCManagedResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCResourceCompilerTool"
64                        />
65                        <Tool
66                                Name="VCPreLinkEventTool"
67                        />
68                        <Tool
69                                Name="VCLinkerTool"
70                                AdditionalDependencies="kernel32.lib user32.lib zziplibd.lib zdll.lib freetype2110_D.lib devil.lib ilu.lib"
71                                OutputFile="$(OutDir)/OgreMain_d.dll"
72                                Version="0.99"
73                                LinkIncremental="2"
74                                SuppressStartupBanner="true"
75                                AdditionalLibraryDirectories="..\..\Dependencies\lib\$(ConfigurationName)"
76                                IgnoreAllDefaultLibraries="false"
77                                IgnoreDefaultLibraryNames="LIBCD;LIBCMTD"
78                                GenerateDebugInformation="true"
79                                ProgramDatabaseFile="$(OutDir)/OgreMain_d.pdb"
80                                SubSystem="1"
81                                OptimizeForWindows98="1"
82                                ImportLibrary="$(OutDir)/OgreMain_d.lib"
83                                TargetMachine="1"
84                        />
85                        <Tool
86                                Name="VCALinkTool"
87                        />
88                        <Tool
89                                Name="VCManifestTool"
90                        />
91                        <Tool
92                                Name="VCXDCMakeTool"
93                        />
94                        <Tool
95                                Name="VCBscMakeTool"
96                        />
97                        <Tool
98                                Name="VCFxCopTool"
99                        />
100                        <Tool
101                                Name="VCAppVerifierTool"
102                        />
103                        <Tool
104                                Name="VCWebDeploymentTool"
105                        />
106                        <Tool
107                                Name="VCPostBuildEventTool"
108                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Samples\Common\bin\$(ConfigurationName)&#x0D;&#x0A;copy $(OutDir)\$(TargetFileName) ..\..\Tools\Common\bin\$(ConfigurationName)&#x0D;&#x0A;"
109                        />
110                </Configuration>
111                <Configuration
112                        Name="Release|Win32"
113                        OutputDirectory="..\lib\$(ConfigurationName)"
114                        IntermediateDirectory="..\obj\$(ConfigurationName)"
115                        ConfigurationType="2"
116                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
117                        CharacterSet="2"
118                        >
119                        <Tool
120                                Name="VCPreBuildEventTool"
121                        />
122                        <Tool
123                                Name="VCCustomBuildTool"
124                        />
125                        <Tool
126                                Name="VCXMLDataGeneratorTool"
127                        />
128                        <Tool
129                                Name="VCWebServiceProxyGeneratorTool"
130                        />
131                        <Tool
132                                Name="VCMIDLTool"
133                        />
134                        <Tool
135                                Name="VCCLCompilerTool"
136                                Optimization="2"
137                                InlineFunctionExpansion="2"
138                                EnableIntrinsicFunctions="true"
139                                FavorSizeOrSpeed="1"
140                                OmitFramePointers="true"
141                                EnableFiberSafeOptimizations="true"
142                                AdditionalIncludeDirectories="..\include;..\..\Dependencies\include"
143                                PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;_MT;OGRE_NONCLIENT_BUILD"
144                                StringPooling="true"
145                                MinimalRebuild="true"
146                                RuntimeLibrary="2"
147                                BufferSecurityCheck="false"
148                                EnableFunctionLevelLinking="true"
149                                FloatingPointModel="2"
150                                DisableLanguageExtensions="false"
151                                UsePrecompiledHeader="2"
152                                PrecompiledHeaderThrough="OgreStableHeaders.h"
153                                WarningLevel="3"
154                                Detect64BitPortabilityProblems="true"
155                                DebugInformationFormat="3"
156                        />
157                        <Tool
158                                Name="VCManagedResourceCompilerTool"
159                        />
160                        <Tool
161                                Name="VCResourceCompilerTool"
162                        />
163                        <Tool
164                                Name="VCPreLinkEventTool"
165                        />
166                        <Tool
167                                Name="VCLinkerTool"
168                                AdditionalDependencies="kernel32.lib user32.lib zziplib.lib zdll.lib freetype2110.lib devil.lib ilu.lib"
169                                OutputFile="$(OutDir)/OgreMain.dll"
170                                Version="0.99"
171                                LinkIncremental="1"
172                                SuppressStartupBanner="true"
173                                AdditionalLibraryDirectories="..\..\Dependencies\lib\$(ConfigurationName)"
174                                IgnoreAllDefaultLibraries="false"
175                                IgnoreDefaultLibraryNames=""
176                                GenerateDebugInformation="false"
177                                SubSystem="1"
178                                OptimizeReferences="2"
179                                EnableCOMDATFolding="2"
180                                OptimizeForWindows98="1"
181                                ImportLibrary="$(OutDir)/OgreMain.lib"
182                                TargetMachine="1"
183                        />
184                        <Tool
185                                Name="VCALinkTool"
186                        />
187                        <Tool
188                                Name="VCManifestTool"
189                        />
190                        <Tool
191                                Name="VCXDCMakeTool"
192                        />
193                        <Tool
194                                Name="VCBscMakeTool"
195                        />
196                        <Tool
197                                Name="VCFxCopTool"
198                        />
199                        <Tool
200                                Name="VCAppVerifierTool"
201                        />
202                        <Tool
203                                Name="VCWebDeploymentTool"
204                        />
205                        <Tool
206                                Name="VCPostBuildEventTool"
207                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Samples\Common\bin\$(ConfigurationName)&#x0D;&#x0A;copy $(OutDir)\$(TargetFileName) ..\..\Tools\Common\bin\$(ConfigurationName)&#x0D;&#x0A;"
208                        />
209                </Configuration>
210        </Configurations>
211        <References>
212        </References>
213        <Files>
214                <Filter
215                        Name="Source Files"
216                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
217                        >
218                        <File
219                                RelativePath="..\src\OgreAnimation.cpp"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\src\OgreAnimationState.cpp"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\src\OgreAnimationTrack.cpp"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\src\OgreArchiveManager.cpp"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\src\OgreAutoParamDataSource.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\src\OgreAxisAlignedBox.cpp"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\src\OgreBillboard.cpp"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\src\OgreBillboardParticleRenderer.cpp"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\src\OgreBillboardSet.cpp"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\src\OgreBitwise.cpp"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\src\OgreBone.cpp"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\src\OgreBorderPanelOverlayElement.cpp"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\src\OgreCamera.cpp"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\src\OgreCodec.cpp"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\src\OgreColourValue.cpp"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\src\OgreCommon.cpp"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\src\OgreConfigFile.cpp"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\src\OgreConfigOptionMap.cpp"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\src\OgreController.cpp"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\src\OgreControllerManager.cpp"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\src\OgreCursor.cpp"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\src\OgreDataStream.cpp"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\src\OgreDefaultHardwareBufferManager.cpp"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\src\OgreDynLib.cpp"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\src\OgreDynLibManager.cpp"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\src\OgreEdgeListBuilder.cpp"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\src\OgreEntity.cpp"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\src\OgreEventDispatcher.cpp"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\src\OgreEventProcessor.cpp"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\src\OgreEventQueue.cpp"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\src\OgreException.cpp"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\src\OgreExternalTextureSource.cpp"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\src\OgreExternalTextureSourceManager.cpp"
348                                >
349                        </File>
350                        <File
351                                RelativePath="..\src\OgreFileSystem.cpp"
352                                >
353                        </File>
354                        <File
355                                RelativePath="..\src\OgreFont.cpp"
356                                >
357                        </File>
358                        <File
359                                RelativePath="..\src\OgreFontManager.cpp"
360                                >
361                        </File>
362                        <File
363                                RelativePath="..\src\OgreFrustum.cpp"
364                                >
365                        </File>
366                        <File
367                                RelativePath="..\src\OgreGpuProgram.cpp"
368                                >
369                        </File>
370                        <File
371                                RelativePath="..\src\OgreGpuProgramManager.cpp"
372                                >
373                        </File>
374                        <File
375                                RelativePath="..\src\OgreGpuProgramUsage.cpp"
376                                >
377                        </File>
378                        <File
379                                RelativePath="..\src\OgreHardwareBufferManager.cpp"
380                                >
381                        </File>
382                        <File
383                                RelativePath="..\src\OgreHardwareIndexBuffer.cpp"
384                                >
385                        </File>
386                        <File
387                                RelativePath="..\src\OgreHardwareOcclusionQuery.cpp"
388                                >
389                        </File>
390                        <File
391                                RelativePath="..\src\OgreHardwarePixelBuffer.cpp"
392                                >
393                        </File>
394                        <File
395                                RelativePath="..\src\OgreHardwareVertexBuffer.cpp"
396                                >
397                        </File>
398                        <File
399                                RelativePath="..\src\OgreHighLevelGpuProgram.cpp"
400                                >
401                        </File>
402                        <File
403                                RelativePath="..\src\OgreHighLevelGpuProgramManager.cpp"
404                                >
405                        </File>
406                        <File
407                                RelativePath="..\src\OgreILCodecs.cpp"
408                                >
409                        </File>
410                        <File
411                                RelativePath="..\src\OgreILImageCodec.cpp"
412                                >
413                        </File>
414                        <File
415                                RelativePath="..\src\OgreILUtil.cpp"
416                                >
417                        </File>
418                        <File
419                                RelativePath="..\src\OgreImage.cpp"
420                                >
421                        </File>
422                        <File
423                                RelativePath="..\src\OgreInput.cpp"
424                                >
425                        </File>
426                        <File
427                                RelativePath="..\src\OgreInputEvent.cpp"
428                                >
429                        </File>
430                        <File
431                                RelativePath="..\src\OgreKeyEvent.cpp"
432                                >
433                        </File>
434                        <File
435                                RelativePath="..\src\OgreKeyFrame.cpp"
436                                >
437                        </File>
438                        <File
439                                RelativePath="..\src\OgreKeyTarget.cpp"
440                                >
441                        </File>
442                        <File
443                                RelativePath="..\src\OgreLight.cpp"
444                                >
445                        </File>
446                        <File
447                                RelativePath="..\src\OgreLog.cpp"
448                                >
449                        </File>
450                        <File
451                                RelativePath="..\src\OgreLogManager.cpp"
452                                >
453                        </File>
454                        <File
455                                RelativePath="..\src\OgreMaterial.cpp"
456                                >
457                        </File>
458                        <File
459                                RelativePath="..\src\OgreMaterialManager.cpp"
460                                >
461                        </File>
462                        <File
463                                RelativePath="..\src\OgreMaterialSerializer.cpp"
464                                >
465                        </File>
466                        <File
467                                RelativePath="..\src\OgreMath.cpp"
468                                >
469                        </File>
470                        <File
471                                RelativePath="..\src\OgreMatrix3.cpp"
472                                >
473                        </File>
474                        <File
475                                RelativePath="..\src\OgreMatrix4.cpp"
476                                >
477                        </File>
478                        <File
479                                RelativePath="..\src\OgreMemoryManager.cpp"
480                                >
481                        </File>
482                        <File
483                                RelativePath="..\src\OgreMesh.cpp"
484                                >
485                        </File>
486                        <File
487                                RelativePath="..\src\OgreMeshManager.cpp"
488                                >
489                        </File>
490                        <File
491                                RelativePath="..\src\OgreMeshSerializer.cpp"
492                                >
493                        </File>
494                        <File
495                                RelativePath="..\src\OgreMeshSerializerImpl.cpp"
496                                >
497                        </File>
498                        <File
499                                RelativePath="..\src\OgreMouseEvent.cpp"
500                                >
501                        </File>
502                        <File
503                                RelativePath="..\src\OgreMouseMotionTarget.cpp"
504                                >
505                        </File>
506                        <File
507                                RelativePath="..\src\OgreMouseTarget.cpp"
508                                >
509                        </File>
510                        <File
511                                RelativePath="..\src\OgreMovableObject.cpp"
512                                >
513                        </File>
514                        <File
515                                RelativePath="..\src\OgreMovablePlane.cpp"
516                                >
517                        </File>
518                        <File
519                                RelativePath="..\src\OgreNode.cpp"
520                                >
521                        </File>
522                        <File
523                                RelativePath="..\src\OgreOverlay.cpp"
524                                >
525                        </File>
526                        <File
527                                RelativePath="..\src\OgreOverlayContainer.cpp"
528                                >
529                        </File>
530                        <File
531                                RelativePath="..\src\OgreOverlayElement.cpp"
532                                >
533                        </File>
534                        <File
535                                RelativePath="..\src\OgreOverlayElementCommands.cpp"
536                                >
537                        </File>
538                        <File
539                                RelativePath="..\src\OgreOverlayManager.cpp"
540                                >
541                        </File>
542                        <File
543                                RelativePath="..\src\OgrePanelOverlayElement.cpp"
544                                >
545                        </File>
546                        <File
547                                RelativePath="..\src\OgreParticle.cpp"
548                                >
549                        </File>
550                        <File
551                                RelativePath="..\src\OgreParticleEmitter.cpp"
552                                >
553                        </File>
554                        <File
555                                RelativePath="..\src\OgreParticleEmitterCommands.cpp"
556                                >
557                        </File>
558                        <File
559                                RelativePath="..\src\OgreParticleIterator.cpp"
560                                >
561                        </File>
562                        <File
563                                RelativePath="..\src\OgreParticleSystem.cpp"
564                                >
565                        </File>
566                        <File
567                                RelativePath="..\src\OgreParticleSystemManager.cpp"
568                                >
569                        </File>
570                        <File
571                                RelativePath="..\src\OgrePass.cpp"
572                                >
573                        </File>
574                        <File
575                                RelativePath="..\src\OgrePatchMesh.cpp"
576                                >
577                        </File>
578                        <File
579                                RelativePath="..\src\OgrePatchSurface.cpp"
580                                >
581                        </File>
582                        <File
583                                RelativePath="..\src\OgrePixelFormat.cpp"
584                                >
585                        </File>
586                        <File
587                                RelativePath="..\src\OgrePlane.cpp"
588                                >
589                        </File>
590                        <File
591                                RelativePath="..\src\OgrePlatformManager.cpp"
592                                >
593                        </File>
594                        <File
595                                RelativePath="..\src\OgrePrecompiledHeaders.cpp"
596                                >
597                                <FileConfiguration
598                                        Name="Debug|Win32"
599                                        >
600                                        <Tool
601                                                Name="VCCLCompilerTool"
602                                                UsePrecompiledHeader="1"
603                                                PrecompiledHeaderThrough="OgreStableHeaders.h"
604                                        />
605                                </FileConfiguration>
606                                <FileConfiguration
607                                        Name="Release|Win32"
608                                        >
609                                        <Tool
610                                                Name="VCCLCompilerTool"
611                                                UsePrecompiledHeader="1"
612                                                PrecompiledHeaderThrough="OgreStableHeaders.h"
613                                        />
614                                </FileConfiguration>
615                        </File>
616                        <File
617                                RelativePath="..\src\OgrePredefinedControllers.cpp"
618                                >
619                        </File>
620                        <File
621                                RelativePath="..\src\OgreProfiler.cpp"
622                                >
623                        </File>
624                        <File
625                                RelativePath="..\src\OgreProgressiveMesh.cpp"
626                                >
627                        </File>
628                        <File
629                                RelativePath="..\src\OgreQuaternion.cpp"
630                                >
631                        </File>
632                        <File
633                                RelativePath="..\src\OgreRectangle2D.cpp"
634                                >
635                        </File>
636                        <File
637                                RelativePath="..\src\OgreRenderQueue.cpp"
638                                >
639                        </File>
640                        <File
641                                RelativePath="..\src\OgreRenderQueueSortingGrouping.cpp"
642                                >
643                        </File>
644                        <File
645                                RelativePath="..\src\OgreRenderSystem.cpp"
646                                >
647                        </File>
648                        <File
649                                RelativePath="..\src\OgreRenderSystemCapabilities.cpp"
650                                >
651                        </File>
652                        <File
653                                RelativePath="..\src\OgreRenderTarget.cpp"
654                                >
655                        </File>
656                        <File
657                                RelativePath="..\src\OgreRenderTexture.cpp"
658                                >
659                        </File>
660                        <File
661                                RelativePath="..\src\OgreRenderWindow.cpp"
662                                >
663                        </File>
664                        <File
665                                RelativePath="..\src\OgreResource.cpp"
666                                >
667                        </File>
668                        <File
669                                RelativePath="..\src\OgreResourceBackgroundQueue.cpp"
670                                >
671                        </File>
672                        <File
673                                RelativePath="..\src\OgreResourceGroupManager.cpp"
674                                >
675                        </File>
676                        <File
677                                RelativePath="..\src\OgreResourceManager.cpp"
678                                >
679                        </File>
680                        <File
681                                RelativePath="..\src\OgreRoot.cpp"
682                                >
683                        </File>
684                        <File
685                                RelativePath="..\src\OgreRotationSpline.cpp"
686                                >
687                        </File>
688                        <File
689                                RelativePath="..\src\OgreSceneManager.cpp"
690                                >
691                        </File>
692                        <File
693                                RelativePath="..\src\OgreSceneManagerEnumerator.cpp"
694                                >
695                        </File>
696                        <File
697                                RelativePath="..\src\OgreSceneNode.cpp"
698                                >
699                        </File>
700                        <File
701                                RelativePath="..\src\OgreSceneQuery.cpp"
702                                >
703                        </File>
704                        <File
705                                RelativePath="..\src\OgreSerializer.cpp"
706                                >
707                        </File>
708                        <File
709                                RelativePath="..\src\OgreShadowCaster.cpp"
710                                >
711                        </File>
712                        <File
713                                RelativePath="..\src\OgreShadowVolumeExtrudeProgram.cpp"
714                                >
715                        </File>
716                        <File
717                                RelativePath="..\src\OgreSimpleRenderable.cpp"
718                                >
719                        </File>
720                        <File
721                                RelativePath="..\src\OgreSimpleSpline.cpp"
722                                >
723                        </File>
724                        <File
725                                RelativePath="..\src\OgreSingleton.cpp"
726                                >
727                        </File>
728                        <File
729                                RelativePath="..\src\OgreSkeleton.cpp"
730                                >
731                        </File>
732                        <File
733                                RelativePath="..\src\OgreSkeletonInstance.cpp"
734                                >
735                        </File>
736                        <File
737                                RelativePath="..\src\OgreSkeletonManager.cpp"
738                                >
739                        </File>
740                        <File
741                                RelativePath="..\src\OgreSkeletonSerializer.cpp"
742                                >
743                        </File>
744                        <File
745                                RelativePath="..\src\OgreStaticGeometry.cpp"
746                                >
747                        </File>
748                        <File
749                                RelativePath="..\src\OgreString.cpp"
750                                >
751                        </File>
752                        <File
753                                RelativePath="..\src\OgreStringConverter.cpp"
754                                >
755                        </File>
756                        <File
757                                RelativePath="..\src\OgreStringInterface.cpp"
758                                >
759                        </File>
760                        <File
761                                RelativePath="..\src\OgreStringVector.cpp"
762                                >
763                        </File>
764                        <File
765                                RelativePath="..\src\OgreSubEntity.cpp"
766                                >
767                        </File>
768                        <File
769                                RelativePath="..\src\OgreSubMesh.cpp"
770                                >
771                        </File>
772                        <File
773                                RelativePath="..\src\OgreTagPoint.cpp"
774                                >
775                        </File>
776                        <File
777                                RelativePath="..\src\OgreTechnique.cpp"
778                                >
779                        </File>
780                        <File
781                                RelativePath="..\src\OgreTextAreaOverlayElement.cpp"
782                                >
783                        </File>
784                        <File
785                                RelativePath="..\src\OgreTexture.cpp"
786                                >
787                        </File>
788                        <File
789                                RelativePath="..\src\OgreTextureManager.cpp"
790                                >
791                        </File>
792                        <File
793                                RelativePath="..\src\OgreTextureUnitState.cpp"
794                                >
795                        </File>
796                        <File
797                                RelativePath="..\src\OgreTimer.cpp"
798                                >
799                        </File>
800                        <File
801                                RelativePath="..\src\OgreUserDefinedObject.cpp"
802                                >
803                        </File>
804                        <File
805                                RelativePath="..\src\OgreVector2.cpp"
806                                >
807                        </File>
808                        <File
809                                RelativePath="..\src\OgreVector3.cpp"
810                                >
811                        </File>
812                        <File
813                                RelativePath="..\src\OgreVertexIndexData.cpp"
814                                >
815                        </File>
816                        <File
817                                RelativePath="..\src\OgreViewport.cpp"
818                                >
819                        </File>
820                        <File
821                                RelativePath="..\src\OgreWireBoundingBox.cpp"
822                                >
823                        </File>
824                        <File
825                                RelativePath="..\src\OgreZip.cpp"
826                                >
827                        </File>
828                </Filter>
829                <Filter
830                        Name="Header Files"
831                        Filter="h;hpp;hxx;hm;inl;inc"
832                        >
833                        <File
834                                RelativePath="..\include\asm_math.h"
835                                >
836                        </File>
837                        <File
838                                RelativePath="..\include\Ogre.h"
839                                >
840                        </File>
841                        <File
842                                RelativePath="..\include\OgreAnimation.h"
843                                >
844                        </File>
845                        <File
846                                RelativePath="..\include\OgreAnimationState.h"
847                                >
848                        </File>
849                        <File
850                                RelativePath="..\include\OgreAnimationTrack.h"
851                                >
852                        </File>
853                        <File
854                                RelativePath="..\include\OgreArchive.h"
855                                >
856                        </File>
857                        <File
858                                RelativePath="..\include\OgreArchiveFactory.h"
859                                >
860                        </File>
861                        <File
862                                RelativePath="..\include\OgreArchiveManager.h"
863                                >
864                        </File>
865                        <File
866                                RelativePath="..\include\OgreAutoParamDataSource.h"
867                                >
868                        </File>
869                        <File
870                                RelativePath="..\include\OgreAxisAlignedBox.h"
871                                >
872                        </File>
873                        <File
874                                RelativePath="..\include\OgreBillboard.h"
875                                >
876                        </File>
877                        <File
878                                RelativePath="..\include\OgreBillboardParticleRenderer.h"
879                                >
880                        </File>
881                        <File
882                                RelativePath="..\include\OgreBillboardSet.h"
883                                >
884                        </File>
885                        <File
886                                RelativePath="..\include\OgreBitwise.h"
887                                >
888                        </File>
889                        <File
890                                RelativePath="..\include\OgreBlendMode.h"
891                                >
892                        </File>
893                        <File
894                                RelativePath="..\include\OgreBone.h"
895                                >
896                        </File>
897                        <File
898                                RelativePath="..\include\OgreBorderPanelOverlayElement.h"
899                                >
900                        </File>
901                        <File
902                                RelativePath="..\include\OgreCamera.h"
903                                >
904                        </File>
905                        <File
906                                RelativePath="..\include\OgreCodec.h"
907                                >
908                        </File>
909                        <File
910                                RelativePath="..\include\OgreCodecFactory.h"
911                                >
912                        </File>
913                        <File
914                                RelativePath="..\include\OgreColourValue.h"
915                                >
916                        </File>
917                        <File
918                                RelativePath="..\include\OgreCommon.h"
919                                >
920                        </File>
921                        <File
922                                RelativePath="..\include\OgreConfig.h"
923                                >
924                        </File>
925                        <File
926                                RelativePath="..\include\OgreConfigDialog.h"
927                                >
928                        </File>
929                        <File
930                                RelativePath="..\include\OgreConfigFile.h"
931                                >
932                        </File>
933                        <File
934                                RelativePath="..\include\OgreConfigOptionMap.h"
935                                >
936                        </File>
937                        <File
938                                RelativePath="..\include\OgreController.h"
939                                >
940                        </File>
941                        <File
942                                RelativePath="..\include\OgreControllerManager.h"
943                                >
944                        </File>
945                        <File
946                                RelativePath="..\include\OgreCursor.h"
947                                >
948                        </File>
949                        <File
950                                RelativePath="..\include\OgreDataStream.h"
951                                >
952                        </File>
953                        <File
954                                RelativePath="..\include\OgreDefaultHardwareBufferManager.h"
955                                >
956                        </File>
957                        <File
958                                RelativePath="..\include\OgreDllInteface.h"
959                                >
960                        </File>
961                        <File
962                                RelativePath="..\include\OgreDynLib.h"
963                                >
964                        </File>
965                        <File
966                                RelativePath="..\include\OgreDynLibManager.h"
967                                >
968                        </File>
969                        <File
970                                RelativePath="..\include\OgreEdgeListBuilder.h"
971                                >
972                        </File>
973                        <File
974                                RelativePath="..\include\OgreEntity.h"
975                                >
976                        </File>
977                        <File
978                                RelativePath="..\include\OgreErrorDialog.h"
979                                >
980                        </File>
981                        <File
982                                RelativePath="..\include\OgreEventDispatcher.h"
983                                >
984                        </File>
985                        <File
986                                RelativePath="..\include\OgreEventFramework.h"
987                                >
988                        </File>
989                        <File
990                                RelativePath="..\include\OgreEventListeners.h"
991                                >
992                        </File>
993                        <File
994                                RelativePath="..\include\OgreEventProcessor.h"
995                                >
996                        </File>
997                        <File
998                                RelativePath="..\include\OgreEventQueue.h"
999                                >
1000                        </File>
1001                        <File
1002                                RelativePath="..\include\OgreEventTarget.h"
1003                                >
1004                        </File>
1005                        <File
1006                                RelativePath="..\include\OgreException.h"
1007                                >
1008                        </File>
1009                        <File
1010                                RelativePath="..\include\OgreExternalTextureSource.h"
1011                                >
1012                        </File>
1013                        <File
1014                                RelativePath="..\include\OgreExternalTextureSourceManager.h"
1015                                >
1016                        </File>
1017                        <File
1018                                RelativePath="..\include\OgreFactoryObj.h"
1019                                >
1020                        </File>
1021                        <File
1022                                RelativePath="..\include\OgreFileSystem.h"
1023                                >
1024                        </File>
1025                        <File
1026                                RelativePath="..\include\OgreFont.h"
1027                                >
1028                        </File>
1029                        <File
1030                                RelativePath="..\include\OgreFontManager.h"
1031                                >
1032                        </File>
1033                        <File
1034                                RelativePath="..\include\OgreFrameListener.h"
1035                                >
1036                        </File>
1037                        <File
1038                                RelativePath="..\include\OgreFrustum.h"
1039                                >
1040                        </File>
1041                        <File
1042                                RelativePath="..\include\OgreGpuProgram.h"
1043                                >
1044                        </File>
1045                        <File
1046                                RelativePath="..\include\OgreGpuProgramManager.h"
1047                                >
1048                        </File>
1049                        <File
1050                                RelativePath="..\include\OgreGpuProgramUsage.h"
1051                                >
1052                        </File>
1053                        <File
1054                                RelativePath="..\include\OgreHardwareBuffer.h"
1055                                >
1056                        </File>
1057                        <File
1058                                RelativePath="..\include\OgreHardwareBufferManager.h"
1059                                >
1060                        </File>
1061                        <File
1062                                RelativePath="..\include\OgreHardwareIndexBuffer.h"
1063                                >
1064                        </File>
1065                        <File
1066                                RelativePath="..\include\OgreHardwareOcclusionQuery.h"
1067                                >
1068                        </File>
1069                        <File
1070                                RelativePath="..\include\OgreHardwarePixelBuffer.h"
1071                                >
1072                        </File>
1073                        <File
1074                                RelativePath="..\include\OgreHardwareVertexBuffer.h"
1075                                >
1076                        </File>
1077                        <File
1078                                RelativePath="..\include\OgreHighLevelGpuProgram.h"
1079                                >
1080                        </File>
1081                        <File
1082                                RelativePath="..\include\OgreHighLevelGpuProgramManager.h"
1083                                >
1084                        </File>
1085                        <File
1086                                RelativePath="..\include\OgreILCodecs.h"
1087                                >
1088                        </File>
1089                        <File
1090                                RelativePath="..\include\OgreILImageCodec.h"
1091                                >
1092                        </File>
1093                        <File
1094                                RelativePath="..\include\OgreILUtil.h"
1095                                >
1096                        </File>
1097                        <File
1098                                RelativePath="..\include\OgreImage.h"
1099                                >
1100                        </File>
1101                        <File
1102                                RelativePath="..\include\OgreImageCodec.h"
1103                                >
1104                        </File>
1105                        <File
1106                                RelativePath="..\include\OgreInput.h"
1107                                >
1108                        </File>
1109                        <File
1110                                RelativePath="..\include\OgreInputEvent.h"
1111                                >
1112                        </File>
1113                        <File
1114                                RelativePath="..\include\OgreIteratorWrappers.h"
1115                                >
1116                        </File>
1117                        <File
1118                                RelativePath="..\include\OgreKeyEvent.h"
1119                                >
1120                        </File>
1121                        <File
1122                                RelativePath="..\include\OgreKeyFrame.h"
1123                                >
1124                        </File>
1125                        <File
1126                                RelativePath="..\include\OgreKeyTarget.h"
1127                                >
1128                        </File>
1129                        <File
1130                                RelativePath="..\include\OgreLight.h"
1131                                >
1132                        </File>
1133                        <File
1134                                RelativePath="..\include\OgreLog.h"
1135                                >
1136                        </File>
1137                        <File
1138                                RelativePath="..\include\OgreLogManager.h"
1139                                >
1140                        </File>
1141                        <File
1142                                RelativePath="..\include\OgreMaterial.h"
1143                                >
1144                        </File>
1145                        <File
1146                                RelativePath="..\include\OgreMaterialManager.h"
1147                                >
1148                        </File>
1149                        <File
1150                                RelativePath="..\include\OgreMaterialSerializer.h"
1151                                >
1152                        </File>
1153                        <File
1154                                RelativePath="..\include\OgreMath.h"
1155                                >
1156                        </File>
1157                        <File
1158                                RelativePath="..\include\OgreMatrix3.h"
1159                                >
1160                        </File>
1161                        <File
1162                                RelativePath="..\include\OgreMatrix4.h"
1163                                >
1164                        </File>
1165                        <File
1166                                RelativePath="..\include\OgreMemoryMacros.h"
1167                                >
1168                        </File>
1169                        <File
1170                                RelativePath="..\include\OgreMemoryManager.h"
1171                                >
1172                        </File>
1173                        <File
1174                                RelativePath="..\include\OgreMesh.h"
1175                                >
1176                        </File>
1177                        <File
1178                                RelativePath="..\include\OgreMeshFileFormat.h"
1179                                >
1180                        </File>
1181                        <File
1182                                RelativePath="..\include\OgreMeshManager.h"
1183                                >
1184                        </File>
1185                        <File
1186                                RelativePath="..\include\OgreMeshSerializer.h"
1187                                >
1188                        </File>
1189                        <File
1190                                RelativePath="..\include\OgreMeshSerializerImpl.h"
1191                                >
1192                        </File>
1193                        <File
1194                                RelativePath="..\include\OgreMouseEvent.h"
1195                                >
1196                        </File>
1197                        <File
1198                                RelativePath="..\include\OgreMouseMotionTarget.h"
1199                                >
1200                        </File>
1201                        <File
1202                                RelativePath="..\include\OgreMouseTarget.h"
1203                                >
1204                        </File>
1205                        <File
1206                                RelativePath="..\include\OgreMovableObject.h"
1207                                >
1208                        </File>
1209                        <File
1210                                RelativePath="..\include\OgreMovablePlane.h"
1211                                >
1212                        </File>
1213                        <File
1214                                RelativePath="..\include\OgreNode.h"
1215                                >
1216                        </File>
1217                        <File
1218                                RelativePath="..\include\OgreNoMemoryMacros.h"
1219                                >
1220                        </File>
1221                        <File
1222                                RelativePath="..\include\OgreOverlay.h"
1223                                >
1224                        </File>
1225                        <File
1226                                RelativePath="..\include\OgreOverlayContainer.h"
1227                                >
1228                        </File>
1229                        <File
1230                                RelativePath="..\include\OgreOverlayElement.h"
1231                                >
1232                        </File>
1233                        <File
1234                                RelativePath="..\include\OgreOverlayElementCommands.h"
1235                                >
1236                        </File>
1237                        <File
1238                                RelativePath="..\include\OgreOverlayElementFactory.h"
1239                                >
1240                        </File>
1241                        <File
1242                                RelativePath="..\include\OgreOverlayManager.h"
1243                                >
1244                        </File>
1245                        <File
1246                                RelativePath="..\include\OgrePanelOverlayElement.h"
1247                                >
1248                        </File>
1249                        <File
1250                                RelativePath="..\include\OgreParticle.h"
1251                                >
1252                        </File>
1253                        <File
1254                                RelativePath="..\include\OgreParticleAffector.h"
1255                                >
1256                        </File>
1257                        <File
1258                                RelativePath="..\include\OgreParticleAffectorFactory.h"
1259                                >
1260                        </File>
1261                        <File
1262                                RelativePath="..\include\OgreParticleEmitter.h"
1263                                >
1264                        </File>
1265                        <File
1266                                RelativePath="..\include\OgreParticleEmitterCommands.h"
1267                                >
1268                        </File>
1269                        <File
1270                                RelativePath="..\include\OgreParticleEmitterFactory.h"
1271                                >
1272                        </File>
1273                        <File
1274                                RelativePath="..\include\OgreParticleIterator.h"
1275                                >
1276                        </File>
1277                        <File
1278                                RelativePath="..\include\OgreParticleSystem.h"
1279                                >
1280                        </File>
1281                        <File
1282                                RelativePath="..\include\OgreParticleSystemManager.h"
1283                                >
1284                        </File>
1285                        <File
1286                                RelativePath="..\include\OgreParticleSystemRenderer.h"
1287                                >
1288                        </File>
1289                        <File
1290                                RelativePath="..\include\OgrePass.h"
1291                                >
1292                        </File>
1293                        <File
1294                                RelativePath="..\include\OgrePatchMesh.h"
1295                                >
1296                        </File>
1297                        <File
1298                                RelativePath="..\include\OgrePatchSurface.h"
1299                                >
1300                        </File>
1301                        <File
1302                                RelativePath="..\include\OgrePixelFormat.h"
1303                                >
1304                        </File>
1305                        <File
1306                                RelativePath="..\include\OgrePlane.h"
1307                                >
1308                        </File>
1309                        <File
1310                                RelativePath="..\include\OgrePlaneBoundedVolume.h"
1311                                >
1312                        </File>
1313                        <File
1314                                RelativePath="..\include\OgrePlatform.h"
1315                                >
1316                        </File>
1317                        <File
1318                                RelativePath="..\include\OgrePlatformManager.h"
1319                                >
1320                        </File>
1321                        <File
1322                                RelativePath="..\include\OgrePositionTarget.h"
1323                                >
1324                        </File>
1325                        <File
1326                                RelativePath="..\include\OgrePredefinedControllers.h"
1327                                >
1328                        </File>
1329                        <File
1330                                RelativePath="..\include\OgrePrerequisites.h"
1331                                >
1332                        </File>
1333                        <File
1334                                RelativePath="..\include\OgreProfiler.h"
1335                                >
1336                        </File>
1337                        <File
1338                                RelativePath="..\include\OgreProgressiveMesh.h"
1339                                >
1340                        </File>
1341                        <File
1342                                RelativePath="..\include\OgreQuaternion.h"
1343                                >
1344                        </File>
1345                        <File
1346                                RelativePath="..\include\OgreRay.h"
1347                                >
1348                        </File>
1349                        <File
1350                                RelativePath="..\include\OgreRectangle2D.h"
1351                                >
1352                        </File>
1353                        <File
1354                                RelativePath="..\include\OgreRenderable.h"
1355                                >
1356                        </File>
1357                        <File
1358                                RelativePath="..\include\OgreRenderOperation.h"
1359                                >
1360                        </File>
1361                        <File
1362                                RelativePath="..\include\OgreRenderQueue.h"
1363                                >
1364                        </File>
1365                        <File
1366                                RelativePath="..\include\OgreRenderQueueListener.h"
1367                                >
1368                        </File>
1369                        <File
1370                                RelativePath="..\include\OgreRenderQueueSortingGrouping.h"
1371                                >
1372                        </File>
1373                        <File
1374                                RelativePath="..\include\OgreRenderSystem.h"
1375                                >
1376                        </File>
1377                        <File
1378                                RelativePath="..\include\OgreRenderSystemCapabilities.h"
1379                                >
1380                        </File>
1381                        <File
1382                                RelativePath="..\include\OgreRenderTarget.h"
1383                                >
1384                        </File>
1385                        <File
1386                                RelativePath="..\include\OgreRenderTargetListener.h"
1387                                >
1388                        </File>
1389                        <File
1390                                RelativePath="..\include\OgreRenderTexture.h"
1391                                >
1392                        </File>
1393                        <File
1394                                RelativePath="..\include\OgreRenderWindow.h"
1395                                >
1396                        </File>
1397                        <File
1398                                RelativePath="..\include\OgreResource.h"
1399                                >
1400                        </File>
1401                        <File
1402                                RelativePath="..\include\OgreResourceBackgroundQueue.h"
1403                                >
1404                        </File>
1405                        <File
1406                                RelativePath="..\include\OgreResourceGroupManager.h"
1407                                >
1408                        </File>
1409                        <File
1410                                RelativePath="..\include\OgreResourceManager.h"
1411                                >
1412                        </File>
1413                        <File
1414                                RelativePath="..\include\OgreRoot.h"
1415                                >
1416                        </File>
1417                        <File
1418                                RelativePath="..\include\OgreRotationalSpline.h"
1419                                >
1420                        </File>
1421                        <File
1422                                RelativePath="..\include\OgreSceneManager.h"
1423                                >
1424                        </File>
1425                        <File
1426                                RelativePath="..\include\OgreSceneManagerEnumerator.h"
1427                                >
1428                        </File>
1429                        <File
1430                                RelativePath="..\include\OgreSceneNode.h"
1431                                >
1432                        </File>
1433                        <File
1434                                RelativePath="..\include\OgreSceneQuery.h"
1435                                >
1436                        </File>
1437                        <File
1438                                RelativePath="..\include\OgreScriptLoader.h"
1439                                >
1440                        </File>
1441                        <File
1442                                RelativePath="..\include\OgreSerializer.h"
1443                                >
1444                        </File>
1445                        <File
1446                                RelativePath="..\include\OgreShadowCaster.h"
1447                                >
1448                        </File>
1449                        <File
1450                                RelativePath="..\include\OgreShadowVolumeExtrudeProgram.h"
1451                                >
1452                        </File>
1453                        <File
1454                                RelativePath="..\include\OgreSharedPtr.h"
1455                                >
1456                        </File>
1457                        <File
1458                                RelativePath="..\include\OgreSimpleRenderable.h"
1459                                >
1460                        </File>
1461                        <File
1462                                RelativePath="..\include\OgreSimpleSpline.h"
1463                                >
1464                        </File>
1465                        <File
1466                                RelativePath="..\include\OgreSingleton.h"
1467                                >
1468                        </File>
1469                        <File
1470                                RelativePath="..\include\OgreSkeleton.h"
1471                                >
1472                        </File>
1473                        <File
1474                                RelativePath="..\include\OgreSkeletonFileFormat.h"
1475                                >
1476                        </File>
1477                        <File
1478                                RelativePath="..\include\OgreSkeletonInstance.h"
1479                                >
1480                        </File>
1481                        <File
1482                                RelativePath="..\include\OgreSkeletonManager.h"
1483                                >
1484                        </File>
1485                        <File
1486                                RelativePath="..\include\OgreSkeletonSerializer.h"
1487                                >
1488                        </File>
1489                        <File
1490                                RelativePath="..\include\OgreSphere.h"
1491                                >
1492                        </File>
1493                        <File
1494                                RelativePath="..\include\OgreSpotShadowFadePng.h"
1495                                >
1496                        </File>
1497                        <File
1498                                RelativePath="..\include\OgreStableHeaders.h"
1499                                >
1500                        </File>
1501                        <File
1502                                RelativePath="..\include\OgreStaticFaceGroup.h"
1503                                >
1504                        </File>
1505                        <File
1506                                RelativePath="..\include\OgreStaticGeometry.h"
1507                                >
1508                        </File>
1509                        <File
1510                                RelativePath="..\include\OgreStdHeaders.h"
1511                                >
1512                        </File>
1513                        <File
1514                                RelativePath="..\include\OgreString.h"
1515                                >
1516                        </File>
1517                        <File
1518                                RelativePath="..\include\OgreStringConverter.h"
1519                                >
1520                        </File>
1521                        <File
1522                                RelativePath="..\include\OgreStringInterface.h"
1523                                >
1524                        </File>
1525                        <File
1526                                RelativePath="..\include\OgreStringResource.h"
1527                                >
1528                        </File>
1529                        <File
1530                                RelativePath="..\include\OgreStringVector.h"
1531                                >
1532                        </File>
1533                        <File
1534                                RelativePath="..\include\OgreSubEntity.h"
1535                                >
1536                        </File>
1537                        <File
1538                                RelativePath="..\include\OgreSubMesh.h"
1539                                >
1540                        </File>
1541                        <File
1542                                RelativePath="..\include\OgreTagPoint.h"
1543                                >
1544                        </File>
1545                        <File
1546                                RelativePath="..\include\OgreTargetManager.h"
1547                                >
1548                        </File>
1549                        <File
1550                                RelativePath="..\include\OgreTechnique.h"
1551                                >
1552                        </File>
1553                        <File
1554                                RelativePath="..\include\OgreTextAreaOverlayElement.h"
1555                                >
1556                        </File>
1557                        <File
1558                                RelativePath="..\include\OgreTexture.h"
1559                                >
1560                        </File>
1561                        <File
1562                                RelativePath="..\include\OgreTextureManager.h"
1563                                >
1564                        </File>
1565                        <File
1566                                RelativePath="..\include\OgreTextureUnitState.h"
1567                                >
1568                        </File>
1569                        <File
1570                                RelativePath="..\include\OgreTimer.h"
1571                                >
1572                        </File>
1573                        <File
1574                                RelativePath="..\include\OgreUserDefinedObject.h"
1575                                >
1576                        </File>
1577                        <File
1578                                RelativePath="..\include\OgreVector2.h"
1579                                >
1580                        </File>
1581                        <File
1582                                RelativePath="..\include\OgreVector3.h"
1583                                >
1584                        </File>
1585                        <File
1586                                RelativePath="..\include\OgreVector4.h"
1587                                >
1588                        </File>
1589                        <File
1590                                RelativePath="..\include\OgreVertexBoneAssignment.h"
1591                                >
1592                        </File>
1593                        <File
1594                                RelativePath="..\include\OgreVertexIndexData.h"
1595                                >
1596                        </File>
1597                        <File
1598                                RelativePath="..\include\OgreViewport.h"
1599                                >
1600                        </File>
1601                        <File
1602                                RelativePath="..\include\OgreWireBoundingBox.h"
1603                                >
1604                        </File>
1605                        <File
1606                                RelativePath="..\include\OgreZip.h"
1607                                >
1608                        </File>
1609                </Filter>
1610                <Filter
1611                        Name="Resource Files"
1612                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1613                        >
1614                </Filter>
1615        </Files>
1616        <Globals>
1617        </Globals>
1618</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.