source: GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/scripts/OgreIllumModule.vcproj @ 1987

Revision 1987, 13.8 KB checked in by szirmay, 18 years ago (diff)
RevLine 
[783]1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
[1681]4        Version="8,00"
[783]5        Name="IllumModule_Ogre"
[1681]6        ProjectGUID="{EE2B2AE5-1057-4EE9-A7BB-E59FCF1D5FFB}"
7        RootNamespace="IllumModule_Ogre"
8        Keyword="Win32Proj"
9        >
[783]10        <Platforms>
11                <Platform
[1681]12                        Name="Win32"
13                />
[783]14        </Platforms>
[1681]15        <ToolFiles>
16        </ToolFiles>
[783]17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="..\bin\$(ConfigurationName)"
21                        IntermediateDirectory="..\obj\$(ConfigurationName)"
22                        ConfigurationType="4"
[1681]23                        CharacterSet="2"
24                        >
[783]25                        <Tool
[1681]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
[783]41                                Name="VCCLCompilerTool"
42                                Optimization="0"
[1644]43                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\include;..\include\RenderingRuns;..\include\RenderTechniques;..\..\IllumModule\include;..\..\IllumModule\include\RenderingRuns;..\..\IllumModule\include\RenderTechniques;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include\&quot;"
[1711]44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE"
[1681]45                                MinimalRebuild="true"
[783]46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
[1681]48                                EnableFunctionLevelLinking="true"
49                                RuntimeTypeInfo="true"
[783]50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
[1681]52                                Detect64BitPortabilityProblems="true"
53                                DebugInformationFormat="4"
54                        />
[783]55                        <Tool
[1681]56                                Name="VCManagedResourceCompilerTool"
57                        />
[783]58                        <Tool
[1681]59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
[783]65                                Name="VCLibrarianTool"
[1645]66                                AdditionalDependencies="IllumModule.lib OgreMain_d.lib Plugin_OctreeSceneManager.lib"
[1681]67                                AdditionalLibraryDirectories="..\..\IllumModule\bin\Debug;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;"
68                        />
[783]69                        <Tool
[1681]70                                Name="VCALinkTool"
71                        />
[783]72                        <Tool
[1681]73                                Name="VCXDCMakeTool"
74                        />
[783]75                        <Tool
[1681]76                                Name="VCBscMakeTool"
77                        />
[783]78                        <Tool
[1681]79                                Name="VCFxCopTool"
80                        />
[783]81                        <Tool
[1681]82                                Name="VCPostBuildEventTool"
83                        />
[783]84                </Configuration>
85                <Configuration
86                        Name="Release|Win32"
87                        OutputDirectory="..\bin\$(ConfigurationName)"
88                        IntermediateDirectory="..\obj\$(ConfigurationName)"
89                        ConfigurationType="4"
[1681]90                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
[783]91                        CharacterSet="2"
[1681]92                        WholeProgramOptimization="1"
93                        >
[783]94                        <Tool
[1681]95                                Name="VCPreBuildEventTool"
96                        />
97                        <Tool
98                                Name="VCCustomBuildTool"
99                        />
100                        <Tool
101                                Name="VCXMLDataGeneratorTool"
102                        />
103                        <Tool
104                                Name="VCWebServiceProxyGeneratorTool"
105                        />
106                        <Tool
107                                Name="VCMIDLTool"
108                        />
109                        <Tool
[783]110                                Name="VCCLCompilerTool"
111                                Optimization="2"
112                                InlineFunctionExpansion="1"
[1681]113                                EnableIntrinsicFunctions="true"
[783]114                                FavorSizeOrSpeed="1"
[1681]115                                OmitFramePointers="true"
[1644]116                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\include;..\include\RenderingRuns;..\include\RenderTechniques;..\..\IllumModule\include;..\..\IllumModule\include\RenderingRuns;..\..\IllumModule\include\RenderTechniques;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include\&quot;"
[1711]117                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE"
[1681]118                                StringPooling="true"
119                                MinimalRebuild="true"
[783]120                                RuntimeLibrary="2"
[1681]121                                BufferSecurityCheck="false"
122                                EnableFunctionLevelLinking="true"
123                                RuntimeTypeInfo="true"
[783]124                                UsePrecompiledHeader="0"
125                                WarningLevel="3"
[1681]126                                Detect64BitPortabilityProblems="true"
127                                DebugInformationFormat="3"
128                        />
[783]129                        <Tool
[1681]130                                Name="VCManagedResourceCompilerTool"
131                        />
[783]132                        <Tool
[1681]133                                Name="VCResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCPreLinkEventTool"
137                        />
138                        <Tool
[783]139                                Name="VCLibrarianTool"
[1645]140                                AdditionalDependencies="IllumModule.lib OgreMain.lib Plugin_OctreeSceneManager.lib"
[1681]141                                AdditionalLibraryDirectories="..\..\IllumModule\bin\Release;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;"
142                        />
[783]143                        <Tool
[1681]144                                Name="VCALinkTool"
145                        />
[783]146                        <Tool
[1681]147                                Name="VCXDCMakeTool"
148                        />
[783]149                        <Tool
[1681]150                                Name="VCBscMakeTool"
151                        />
[783]152                        <Tool
[1681]153                                Name="VCFxCopTool"
154                        />
[783]155                        <Tool
[1681]156                                Name="VCPostBuildEventTool"
157                        />
[783]158                </Configuration>
159        </Configurations>
160        <References>
161        </References>
162        <Files>
163                <Filter
164                        Name="Source Files"
[1681]165                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
166                        >
[783]167                        <File
[1681]168                                RelativePath="..\src\OgreIlluminationManager.cpp"
169                                >
[783]170                        </File>
171                        <File
[1681]172                                RelativePath="..\src\OgreRenderable.cpp"
173                                >
[783]174                        </File>
175                        <File
[1681]176                                RelativePath="..\src\OgreRenderingRun.cpp"
177                                >
[783]178                        </File>
179                        <File
[1681]180                                RelativePath="..\src\OgreRenderTechnique.cpp"
181                                >
[783]182                        </File>
183                        <File
[1681]184                                RelativePath="..\src\OgreSharedRuns.cpp"
185                                >
[783]186                        </File>
187                        <File
[1681]188                                RelativePath="..\src\OgreTechniqueGroup.cpp"
189                                >
[783]190                        </File>
191                        <Filter
192                                Name="RenderTechniques"
[1681]193                                >
[783]194                                <File
[1681]195                                        RelativePath="..\src\RenderTechniques\OgreCausticCasterRenderTechnique.cpp"
196                                        >
[783]197                                </File>
198                                <File
[1681]199                                        RelativePath="..\src\RenderTechniques\OgreCausticRecieverRenderTechnique.cpp"
200                                        >
[783]201                                </File>
202                                <File
[1711]203                                        RelativePath="..\src\RenderTechniques\OgreColorCubeMapRenderTechnique.cpp"
204                                        >
205                                </File>
206                                <File
[1681]207                                        RelativePath="..\src\RenderTechniques\OgreConvolvedCubeMapRenderTechnique.cpp"
208                                        >
[783]209                                </File>
210                                <File
[1681]211                                        RelativePath="..\src\RenderTechniques\OgreCubeMapRenderTechnique.cpp"
212                                        >
[783]213                                </File>
214                                <File
[1681]215                                        RelativePath="..\src\RenderTechniques\OgreDepthShadowRecieverRenderTechnique.cpp"
216                                        >
[783]217                                </File>
218                                <File
[1681]219                                        RelativePath="..\src\RenderTechniques\OgreDistanceCubeMapRenderTechnique.cpp"
220                                        >
[783]221                                </File>
222                                <File
[1681]223                                        RelativePath="..\src\RenderTechniques\OgreFireRenderTechnique.cpp"
224                                        >
[1055]225                                </File>
226                                <File
[1681]227                                        RelativePath="..\src\RenderTechniques\OgreHierarchicalParticleSystemTechnique.cpp"
228                                        >
[1055]229                                </File>
230                                <File
[1681]231                                        RelativePath="..\src\RenderTechniques\OgreIllumVolumeRenderTechnique.cpp"
232                                        >
[1425]233                                </File>
234                                <File
[1681]235                                        RelativePath="..\src\RenderTechniques\OgreSBBRenderTechnique.cpp"
236                                        >
[783]237                                </File>
238                        </Filter>
239                        <Filter
240                                Name="RenderingRuns"
[1681]241                                >
[783]242                                <File
[1681]243                                        RelativePath="..\src\RenderingRuns\OgreCausticCubeMapRenderingRun.cpp"
244                                        >
[783]245                                </File>
246                                <File
[1681]247                                        RelativePath="..\src\RenderingRuns\OgreChildParticlesystemRenderingRun.cpp"
248                                        >
[1055]249                                </File>
250                                <File
[1722]251                                        RelativePath="..\src\RenderingRuns\OgreCubeMapRenderingRun.cpp"
[1681]252                                        >
[783]253                                </File>
254                                <File
[1681]255                                        RelativePath="..\src\RenderingRuns\OgreDepthShadowMapRenderingRun.cpp"
256                                        >
[783]257                                </File>
258                                <File
[1681]259                                        RelativePath="..\src\RenderingRuns\OgreFocusingMapRenderingRun.cpp"
260                                        >
[1103]261                                </File>
262                                <File
[1681]263                                        RelativePath="..\src\RenderingRuns\OgreLightVolumeRenderingRun.cpp"
264                                        >
[1425]265                                </File>
266                                <File
[1681]267                                        RelativePath="..\src\RenderingRuns\OgrePhaseTextureRenderingRun.cpp"
268                                        >
[1425]269                                </File>
270                                <File
[1681]271                                        RelativePath="..\src\RenderingRuns\OgrePhotonMapRenderingRun.cpp"
272                                        >
[783]273                                </File>
274                                <File
[1681]275                                        RelativePath="..\src\RenderingRuns\OgreReducedCubeMapRenderingRun.cpp"
276                                        >
[783]277                                </File>
278                                <File
[1681]279                                        RelativePath="..\src\RenderingRuns\OgreSceneCameraDepthRenderingRun.cpp"
280                                        >
[783]281                                </File>
282                        </Filter>
283                </Filter>
284                <Filter
285                        Name="Resource Files"
[1681]286                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
287                        >
[783]288                </Filter>
289                <Filter
290                        Name="Header Files"
[1681]291                        Filter="h;hpp;hxx;hm;inl;inc"
292                        >
[783]293                        <File
[1681]294                                RelativePath="..\include\OgreIlluminationManager.h"
295                                >
[783]296                        </File>
297                        <File
[1681]298                                RelativePath="..\include\OgreRenderable.h"
299                                >
[783]300                        </File>
301                        <File
[1681]302                                RelativePath="..\include\OgreRenderingRun.h"
303                                >
[783]304                        </File>
305                        <File
[1681]306                                RelativePath="..\include\OgreRenderTechnique.h"
307                                >
[783]308                        </File>
309                        <File
[1681]310                                RelativePath="..\include\OgreSharedRuns.h"
311                                >
[783]312                        </File>
313                        <File
[1681]314                                RelativePath="..\include\OgreTechniqueGroup.h"
315                                >
[783]316                        </File>
317                        <Filter
318                                Name="RenderTechniques"
[1681]319                                >
[783]320                                <File
[1681]321                                        RelativePath="..\include\RenderTechniques\OgreCausticCasterRenderTechnique.h"
322                                        >
[783]323                                </File>
324                                <File
[1681]325                                        RelativePath="..\include\RenderTechniques\OgreCausticRecieverRenderTechnique.h"
326                                        >
[783]327                                </File>
328                                <File
[1711]329                                        RelativePath="..\include\RenderTechniques\OgreColorCubeMapRenderTechnique.h"
330                                        >
331                                </File>
332                                <File
[1681]333                                        RelativePath="..\include\RenderTechniques\OgreConvolvedCubeMapRenderTechnique.h"
334                                        >
[783]335                                </File>
336                                <File
[1681]337                                        RelativePath="..\include\RenderTechniques\OgreCubeMapRenderTechnique.h"
338                                        >
[783]339                                </File>
340                                <File
[1681]341                                        RelativePath="..\include\RenderTechniques\OgreDepthShadowRecieverRenderTechnique.h"
342                                        >
[783]343                                </File>
344                                <File
[1681]345                                        RelativePath="..\include\RenderTechniques\OgreDistanceCubeMapRenderTechnique.h"
346                                        >
[783]347                                </File>
348                                <File
[1681]349                                        RelativePath="..\include\RenderTechniques\OgreFireRenderTechnique.h"
350                                        >
[1055]351                                </File>
352                                <File
[1681]353                                        RelativePath="..\include\RenderTechniques\OgreHierarchicalParticleSystemTechnique.h"
354                                        >
[1055]355                                </File>
356                                <File
[1681]357                                        RelativePath="..\include\RenderTechniques\OgreIllumVolumeRenderTechnique.h"
358                                        >
[1425]359                                </File>
360                                <File
[1681]361                                        RelativePath="..\include\RenderTechniques\OgreSBBRenderTechnique.h"
362                                        >
[783]363                                </File>
364                        </Filter>
365                        <Filter
366                                Name="RenderingRuns"
[1681]367                                >
[783]368                                <File
[1681]369                                        RelativePath="..\include\RenderingRuns\OgreCausticCubeMapRenderingRun.h"
370                                        >
[783]371                                </File>
372                                <File
[1681]373                                        RelativePath="..\include\RenderingRuns\OgreChildPSystemRenderingRun.h"
374                                        >
[1055]375                                </File>
376                                <File
[1722]377                                        RelativePath="..\include\RenderingRuns\OgreCubeMapRenderingRun.h"
[1681]378                                        >
[783]379                                </File>
380                                <File
[1681]381                                        RelativePath="..\include\RenderingRuns\OgreDepthShadowMapRenderingRun.h"
382                                        >
[783]383                                </File>
384                                <File
[1681]385                                        RelativePath="..\include\RenderingRuns\OgreFocusingMapRenderingRun.h"
386                                        >
[1103]387                                </File>
388                                <File
[1681]389                                        RelativePath="..\include\RenderingRuns\OgreLightVolumeRenderingRun.h"
390                                        >
[1425]391                                </File>
392                                <File
[1681]393                                        RelativePath="..\include\RenderingRuns\OgrePhaseTextureRenderingRun.h"
394                                        >
[1425]395                                </File>
396                                <File
[1681]397                                        RelativePath="..\include\RenderingRuns\OgrePhotonMapRenderingRun.h"
398                                        >
[783]399                                </File>
400                                <File
[1681]401                                        RelativePath="..\include\RenderingRuns\OgreReducedCubeMapRenderingRun.h"
402                                        >
[783]403                                </File>
404                                <File
[1681]405                                        RelativePath="..\include\RenderingRuns\OgreSceneCameraDepthRenderingRun.h"
406                                        >
[783]407                                </File>
408                        </Filter>
409                </Filter>
410                <Filter
411                        Name="Media"
[1681]412                        >
[783]413                        <Filter
414                                Name="materials"
[1681]415                                >
[783]416                                <File
[1681]417                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\EnvMetals.material"
418                                        >
[783]419                                </File>
420                                <File
[1681]421                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools.material"
422                                        >
[783]423                                </File>
424                                <File
[1681]425                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools_Glow.compositor"
426                                        >
[783]427                                </File>
428                                <File
[1681]429                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools_ToneMap.compositor"
430                                        >
[783]431                                </File>
432                                <File
[1681]433                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\kupola.material"
434                                        >
[783]435                                </File>
[1330]436                                <File
[1681]437                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\Particles.material"
438                                        >
[1330]439                                </File>
[783]440                        </Filter>
441                        <Filter
442                                Name="programs"
[1681]443                                >
[783]444                                <File
[1681]445                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\scripts\GameTools.program"
446                                        >
[783]447                                </File>
448                        </Filter>
449                        <Filter
450                                Name="shaders"
[1681]451                                >
[783]452                                <File
[1987]453                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Blur.hlsl"
454                                        >
455                                </File>
456                                <File
[1681]457                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Cau.hlsl"
458                                        >
[783]459                                </File>
460                                <File
[1681]461                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Caustic.hlsl"
462                                        >
[783]463                                </File>
464                                <File
[1681]465                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_CausticSoftShadow.hlsl"
466                                        >
[783]467                                </File>
468                                <File
[1681]469                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_CubeMap.hlsl"
470                                        >
[783]471                                </File>
472                                <File
[1681]473                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Depth.hlsl"
474                                        >
[783]475                                </File>
476                                <File
[1681]477                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_DepthShadow.hlsl"
478                                        >
[783]479                                </File>
480                                <File
[1681]481                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Distance.hlsl"
482                                        >
[783]483                                </File>
484                                <File
[1681]485                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Focusing.hlsl"
486                                        >
[1125]487                                </File>
488                                <File
[1681]489                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Localized_EnvMap.hlsl"
490                                        >
[783]491                                </File>
492                                <File
[1681]493                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_LocalizedBump_EnvMap.hlsl"
494                                        >
[783]495                                </File>
496                                <File
[1681]497                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_PostProc.hlsl"
498                                        >
[783]499                                </File>
500                                <File
[1681]501                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_ReduceCubeMap.hlsl"
502                                        >
[783]503                                </File>
504                                <File
[1681]505                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_Sprite.hlsl"
506                                        >
[783]507                                </File>
508                                <File
[1681]509                                        RelativePath="..\..\..\..\..\App\Demos\Illum\Ogre\Media\materials\programs\GameTools_UV.hlsl"
510                                        >
[783]511                                </File>
512                        </Filter>
513                        <Filter
514                                Name="particles"
[1681]515                                >
[783]516                        </Filter>
517                </Filter>
518        </Files>
519        <Globals>
520        </Globals>
521</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.