source: GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsToneMapDemo/scripts/GameToolsToneMapDemo.7.10.vcproj @ 2025

Revision 2025, 6.0 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="7.10"
5        Name="ToneMapDemo"
6        ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\bin\$(ConfigurationName)"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                ImproveFloatingPointConsistency="TRUE"
23                                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"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                EnableFunctionLevelLinking="TRUE"
29                                UsePrecompiledHeader="0"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies="OgreMain_d.lib IllumModule_Ogre.lib IllumModule.lib"
38                                OutputFile="$(OutDir)/GameToolsToneMapDemo.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Debug;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Debug"
41                                IgnoreDefaultLibraryNames=""
42                                GenerateDebugInformation="TRUE"
43                                ProgramDatabaseFile="$(OutDir)/proba.pdb"
44                                SubSystem="2"
45                                OptimizeForWindows98="1"
46                                TargetMachine="1"/>
47                        <Tool
48                                Name="VCMIDLTool"/>
49                        <Tool
50                                Name="VCPostBuildEventTool"
51                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)"/>
52                        <Tool
53                                Name="VCPreBuildEventTool"/>
54                        <Tool
55                                Name="VCPreLinkEventTool"/>
56                        <Tool
57                                Name="VCResourceCompilerTool"/>
58                        <Tool
59                                Name="VCWebServiceProxyGeneratorTool"/>
60                        <Tool
61                                Name="VCXMLDataGeneratorTool"/>
62                        <Tool
63                                Name="VCWebDeploymentTool"/>
64                        <Tool
65                                Name="VCManagedWrapperGeneratorTool"/>
66                        <Tool
67                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                </Configuration>
69                <Configuration
70                        Name="Release|Win32"
71                        OutputDirectory="..\bin\$(ConfigurationName)"
72                        IntermediateDirectory="..\obj\$(ConfigurationName)"
73                        ConfigurationType="1"
74                        CharacterSet="2"
75                        WholeProgramOptimization="TRUE">
76                        <Tool
77                                Name="VCCLCompilerTool"
78                                Optimization="2"
79                                GlobalOptimizations="TRUE"
80                                InlineFunctionExpansion="1"
81                                EnableIntrinsicFunctions="TRUE"
82                                ImproveFloatingPointConsistency="TRUE"
83                                FavorSizeOrSpeed="1"
84                                OmitFramePointers="TRUE"
85                                EnableFiberSafeOptimizations="FALSE"
86                                OptimizeForProcessor="2"
87                                OptimizeForWindowsApplication="TRUE"
88                                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"
89                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE"
90                                StringPooling="TRUE"
91                                MinimalRebuild="TRUE"
92                                RuntimeLibrary="2"
93                                BufferSecurityCheck="FALSE"
94                                EnableFunctionLevelLinking="TRUE"
95                                UsePrecompiledHeader="0"
96                                WarningLevel="3"
97                                Detect64BitPortabilityProblems="TRUE"
98                                DebugInformationFormat="3"/>
99                        <Tool
100                                Name="VCCustomBuildTool"/>
101                        <Tool
102                                Name="VCLinkerTool"
103                                AdditionalDependencies="OgreMain.lib IllumModule_Ogre.lib IllumModule.lib"
104                                OutputFile="$(OutDir)/GameToolsToneMapDemo.exe"
105                                LinkIncremental="1"
106                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Release;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Release"
107                                GenerateDebugInformation="FALSE"
108                                SubSystem="2"
109                                OptimizeReferences="2"
110                                EnableCOMDATFolding="2"
111                                OptimizeForWindows98="1"
112                                TargetMachine="1"/>
113                        <Tool
114                                Name="VCMIDLTool"/>
115                        <Tool
116                                Name="VCPostBuildEventTool"
117                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)"/>
118                        <Tool
119                                Name="VCPreBuildEventTool"/>
120                        <Tool
121                                Name="VCPreLinkEventTool"/>
122                        <Tool
123                                Name="VCResourceCompilerTool"/>
124                        <Tool
125                                Name="VCWebServiceProxyGeneratorTool"/>
126                        <Tool
127                                Name="VCXMLDataGeneratorTool"/>
128                        <Tool
129                                Name="VCWebDeploymentTool"/>
130                        <Tool
131                                Name="VCManagedWrapperGeneratorTool"/>
132                        <Tool
133                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
134                </Configuration>
135        </Configurations>
136        <References>
137        </References>
138        <Files>
139                <Filter
140                        Name="Source Files"
141                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
142                        <File
143                                RelativePath="..\src\GameToolsToneMapDemo.cpp">
144                        </File>
145                </Filter>
146                <Filter
147                        Name="Header Files"
148                        Filter="h;hpp;hxx;hm;inl;inc">
149                        <File
150                                RelativePath="..\include\GameToolsToneMapDemo.h">
151                        </File>
152                </Filter>
153                <Filter
154                        Name="Resource Files"
155                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
156                        <File
157                                RelativePath="..\..\..\Media\materials\scripts\kupola.material">
158                        </File>
159                </Filter>
160        </Files>
161        <Globals>
162        </Globals>
163</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.