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

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