Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/DeferredShading/scripts/Demo_DeferredShading.vcproj @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Demo_DeferredShading"
6        ProjectGUID="{64715BCF-1A2B-46E0-9E6C-18470FAC8D4D}"
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;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                EnableFunctionLevelLinking="TRUE"
29                                RuntimeTypeInfo="TRUE"
30                                UsePrecompiledHeader="0"
31                                WarningLevel="3"
32                                Detect64BitPortabilityProblems="TRUE"
33                                DebugInformationFormat="4"/>
34                        <Tool
35                                Name="VCCustomBuildTool"/>
36                        <Tool
37                                Name="VCLinkerTool"
38                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
39                                OutputFile="$(OutDir)/Demo_DeferredShading.exe"
40                                LinkIncremental="2"
41                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
42                                GenerateDebugInformation="TRUE"
43                                ProgramDatabaseFile="$(OutDir)/Demo_DeferredShading.pdb"
44                                SubSystem="1"
45                                OptimizeForWindows98="1"
46                                TargetMachine="1"/>
47                        <Tool
48                                Name="VCMIDLTool"/>
49                        <Tool
50                                Name="VCPostBuildEventTool"
51                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\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                                OptimizeForProcessor="2"
86                                OptimizeForWindowsApplication="TRUE"
87                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
88                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
89                                StringPooling="TRUE"
90                                MinimalRebuild="TRUE"
91                                RuntimeLibrary="2"
92                                BufferSecurityCheck="FALSE"
93                                EnableFunctionLevelLinking="TRUE"
94                                RuntimeTypeInfo="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 OIS.lib"
104                                OutputFile="$(OutDir)/Demo_DeferredShading.exe"
105                                LinkIncremental="1"
106                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
107                                GenerateDebugInformation="FALSE"
108                                SubSystem="1"
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) ..\..\Common\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="..\include\CreateSphere.h">
144                        </File>
145                        <File
146                                RelativePath="..\src\DeferredShading.cpp">
147                        </File>
148                        <File
149                                RelativePath="..\include\DeferredShading.h">
150                        </File>
151                        <File
152                                RelativePath="..\src\DeferredShadingDemo.cpp">
153                        </File>
154                        <File
155                                RelativePath="..\src\LightMaterialGenerator.cpp">
156                        </File>
157                        <File
158                                RelativePath="..\include\LightMaterialGenerator.h">
159                        </File>
160                        <File
161                                RelativePath="..\src\MaterialGenerator.cpp">
162                        </File>
163                        <File
164                                RelativePath="..\include\MaterialGenerator.h">
165                        </File>
166                        <File
167                                RelativePath="..\src\MLight.cpp">
168                        </File>
169                        <File
170                                RelativePath="..\include\MLight.h">
171                        </File>
172                </Filter>
173                <Filter
174                        Name="Header Files"
175                        Filter="h;hpp;hxx;hm;inl;inc">
176                </Filter>
177                <Filter
178                        Name="Resource Files"
179                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
180                </Filter>
181        </Files>
182        <Globals>
183        </Globals>
184</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.