source: GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsRaytraceDemo/scripts/GameToolsRaytraceDemo.vcproj @ 1712

Revision 1712, 7.0 KB checked in by szirmay, 18 years ago (diff)
RevLine 
[777]1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
[1683]4        Version="8,00"
[777]5        Name="GameToolsRaytraceDemo"
6        ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}"
[1683]7        RootNamespace="GameToolsRaytraceDemo"
8        Keyword="Win32Proj"
9        >
[777]10        <Platforms>
11                <Platform
[1683]12                        Name="Win32"
13                />
[777]14        </Platforms>
[1683]15        <ToolFiles>
16        </ToolFiles>
[777]17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="..\bin\$(ConfigurationName)"
21                        IntermediateDirectory="..\obj\$(ConfigurationName)"
22                        ConfigurationType="1"
[1683]23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        CharacterSet="2"
25                        >
[777]26                        <Tool
[1683]27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
[777]42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns"
[1712]45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE"
[1683]46                                MinimalRebuild="true"
[777]47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
[1683]49                                EnableFunctionLevelLinking="true"
[777]50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
[1683]52                                Detect64BitPortabilityProblems="true"
53                                DebugInformationFormat="4"
54                        />
[777]55                        <Tool
[1683]56                                Name="VCManagedResourceCompilerTool"
57                        />
[777]58                        <Tool
[1683]59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
[777]65                                Name="VCLinkerTool"
66                                AdditionalDependencies="OgreMain_d.lib IllumModule_Ogre.lib IllumModule.lib"
67                                OutputFile="$(OutDir)/GameToolsRaytraceDemo.exe"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Debug;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Debug"
70                                IgnoreDefaultLibraryNames=""
[1683]71                                GenerateDebugInformation="true"
[777]72                                ProgramDatabaseFile="$(OutDir)/proba.pdb"
73                                SubSystem="2"
74                                OptimizeForWindows98="1"
[1683]75                                TargetMachine="1"
76                        />
[777]77                        <Tool
[1683]78                                Name="VCALinkTool"
79                        />
[777]80                        <Tool
[1683]81                                Name="VCManifestTool"
82                        />
[777]83                        <Tool
[1683]84                                Name="VCXDCMakeTool"
85                        />
[777]86                        <Tool
[1683]87                                Name="VCBscMakeTool"
88                        />
[777]89                        <Tool
[1683]90                                Name="VCFxCopTool"
91                        />
[777]92                        <Tool
[1683]93                                Name="VCAppVerifierTool"
94                        />
[777]95                        <Tool
[1683]96                                Name="VCWebDeploymentTool"
97                        />
[777]98                        <Tool
[1683]99                                Name="VCPostBuildEventTool"
100                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)"
101                        />
[777]102                </Configuration>
103                <Configuration
104                        Name="Release|Win32"
105                        OutputDirectory="..\bin\$(ConfigurationName)"
106                        IntermediateDirectory="..\obj\$(ConfigurationName)"
107                        ConfigurationType="1"
[1683]108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
[777]109                        CharacterSet="2"
[1683]110                        WholeProgramOptimization="1"
111                        >
[777]112                        <Tool
[1683]113                                Name="VCPreBuildEventTool"
114                        />
115                        <Tool
116                                Name="VCCustomBuildTool"
117                        />
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCWebServiceProxyGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCMIDLTool"
126                        />
127                        <Tool
[777]128                                Name="VCCLCompilerTool"
129                                Optimization="2"
130                                InlineFunctionExpansion="1"
[1683]131                                EnableIntrinsicFunctions="true"
[777]132                                FavorSizeOrSpeed="1"
[1683]133                                OmitFramePointers="true"
134                                EnableFiberSafeOptimizations="false"
[779]135                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns"
[1712]136                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE"
[1683]137                                StringPooling="true"
138                                MinimalRebuild="true"
[777]139                                RuntimeLibrary="2"
[1683]140                                BufferSecurityCheck="false"
141                                EnableFunctionLevelLinking="true"
[777]142                                UsePrecompiledHeader="0"
143                                WarningLevel="3"
[1683]144                                Detect64BitPortabilityProblems="true"
145                                DebugInformationFormat="3"
146                        />
[777]147                        <Tool
[1683]148                                Name="VCManagedResourceCompilerTool"
149                        />
[777]150                        <Tool
[1683]151                                Name="VCResourceCompilerTool"
152                        />
153                        <Tool
154                                Name="VCPreLinkEventTool"
155                        />
156                        <Tool
[777]157                                Name="VCLinkerTool"
158                                AdditionalDependencies="OgreMain.lib IllumModule_Ogre.lib IllumModule.lib"
159                                OutputFile="$(OutDir)/GameToolsRaytraceDemo.exe"
160                                LinkIncremental="1"
[779]161                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Release;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Release"
[1683]162                                GenerateDebugInformation="false"
[777]163                                SubSystem="2"
164                                OptimizeReferences="2"
165                                EnableCOMDATFolding="2"
166                                OptimizeForWindows98="1"
[1683]167                                TargetMachine="1"
168                        />
[777]169                        <Tool
[1683]170                                Name="VCALinkTool"
171                        />
[777]172                        <Tool
[1683]173                                Name="VCManifestTool"
174                        />
[777]175                        <Tool
[1683]176                                Name="VCXDCMakeTool"
177                        />
[777]178                        <Tool
[1683]179                                Name="VCBscMakeTool"
180                        />
[777]181                        <Tool
[1683]182                                Name="VCFxCopTool"
183                        />
[777]184                        <Tool
[1683]185                                Name="VCAppVerifierTool"
186                        />
[777]187                        <Tool
[1683]188                                Name="VCWebDeploymentTool"
189                        />
[777]190                        <Tool
[1683]191                                Name="VCPostBuildEventTool"
192                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)"
193                        />
[777]194                </Configuration>
195        </Configurations>
196        <References>
197        </References>
198        <Files>
199                <Filter
200                        Name="Source Files"
[1683]201                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
202                        >
[777]203                        <File
[1683]204                                RelativePath="..\src\GameToolsRaytraceDemo.cpp"
205                                >
[777]206                        </File>
207                </Filter>
208                <Filter
209                        Name="Header Files"
[1683]210                        Filter="h;hpp;hxx;hm;inl;inc"
211                        >
[777]212                        <File
[1683]213                                RelativePath="..\include\GameToolsRaytraceDemo.h"
214                                >
[777]215                        </File>
216                </Filter>
217                <Filter
218                        Name="Resource Files"
[1683]219                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
220                        >
[1349]221                        <File
[1683]222                                RelativePath="..\..\..\Media\materials\scripts\GameTools.program"
223                                >
[1349]224                        </File>
225                        <File
[1683]226                                RelativePath="..\..\..\Media\materials\programs\GameTools_CauCube.hlsl"
227                                >
[1349]228                        </File>
229                        <File
[1683]230                                RelativePath="..\..\..\Media\materials\scripts\GlassHead.material"
231                                >
[1349]232                        </File>
[1691]233                        <File
234                                RelativePath="..\..\..\Media\materials\scripts\kupola.material"
235                                >
236                        </File>
[777]237                </Filter>
238        </Files>
239        <Globals>
240        </Globals>
241</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.