Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/RenderToTexture/scripts/Demo_RenderToTexture_vc8.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-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Demo_RenderToTexture"
6        ProjectGUID="{109F610E-9B23-4D05-819E-A7F27A42AA94}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="..\bin\$(ConfigurationName)"
20                        IntermediateDirectory="..\obj\$(ConfigurationName)"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
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="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                FloatingPointModel="2"
50                                RuntimeTypeInfo="true"
51                                UsePrecompiledHeader="0"
52                                WarningLevel="3"
53                                Detect64BitPortabilityProblems="true"
54                                DebugInformationFormat="4"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
68                                OutputFile="$(OutDir)/Demo_RenderToTexture.exe"
69                                LinkIncremental="2"
70                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
71                                GenerateDebugInformation="true"
72                                ProgramDatabaseFile="$(OutDir)/Demo_RenderToTexture.pdb"
73                                SubSystem="1"
74                                OptimizeForWindows98="1"
75                                TargetMachine="1"
76                        />
77                        <Tool
78                                Name="VCALinkTool"
79                        />
80                        <Tool
81                                Name="VCManifestTool"
82                                UseFAT32Workaround="true"
83                        />
84                        <Tool
85                                Name="VCXDCMakeTool"
86                        />
87                        <Tool
88                                Name="VCBscMakeTool"
89                        />
90                        <Tool
91                                Name="VCFxCopTool"
92                        />
93                        <Tool
94                                Name="VCAppVerifierTool"
95                        />
96                        <Tool
97                                Name="VCWebDeploymentTool"
98                        />
99                        <Tool
100                                Name="VCPostBuildEventTool"
101                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
102                        />
103                </Configuration>
104                <Configuration
105                        Name="Release|Win32"
106                        OutputDirectory="..\bin\$(ConfigurationName)"
107                        IntermediateDirectory="..\obj\$(ConfigurationName)"
108                        ConfigurationType="1"
109                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
110                        CharacterSet="2"
111                        WholeProgramOptimization="1"
112                        >
113                        <Tool
114                                Name="VCPreBuildEventTool"
115                        />
116                        <Tool
117                                Name="VCCustomBuildTool"
118                        />
119                        <Tool
120                                Name="VCXMLDataGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCWebServiceProxyGeneratorTool"
124                        />
125                        <Tool
126                                Name="VCMIDLTool"
127                        />
128                        <Tool
129                                Name="VCCLCompilerTool"
130                                Optimization="2"
131                                InlineFunctionExpansion="1"
132                                EnableIntrinsicFunctions="true"
133                                FavorSizeOrSpeed="1"
134                                OmitFramePointers="true"
135                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
136                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
137                                StringPooling="true"
138                                MinimalRebuild="true"
139                                RuntimeLibrary="2"
140                                BufferSecurityCheck="false"
141                                EnableFunctionLevelLinking="true"
142                                FloatingPointModel="2"
143                                RuntimeTypeInfo="true"
144                                UsePrecompiledHeader="0"
145                                WarningLevel="3"
146                                Detect64BitPortabilityProblems="true"
147                                DebugInformationFormat="3"
148                        />
149                        <Tool
150                                Name="VCManagedResourceCompilerTool"
151                        />
152                        <Tool
153                                Name="VCResourceCompilerTool"
154                        />
155                        <Tool
156                                Name="VCPreLinkEventTool"
157                        />
158                        <Tool
159                                Name="VCLinkerTool"
160                                AdditionalDependencies="OgreMain.lib OIS.lib"
161                                OutputFile="$(OutDir)/Demo_RenderToTexture.exe"
162                                LinkIncremental="1"
163                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
164                                GenerateDebugInformation="false"
165                                SubSystem="1"
166                                OptimizeReferences="2"
167                                EnableCOMDATFolding="2"
168                                OptimizeForWindows98="1"
169                                TargetMachine="1"
170                        />
171                        <Tool
172                                Name="VCALinkTool"
173                        />
174                        <Tool
175                                Name="VCManifestTool"
176                                UseFAT32Workaround="true"
177                        />
178                        <Tool
179                                Name="VCXDCMakeTool"
180                        />
181                        <Tool
182                                Name="VCBscMakeTool"
183                        />
184                        <Tool
185                                Name="VCFxCopTool"
186                        />
187                        <Tool
188                                Name="VCAppVerifierTool"
189                        />
190                        <Tool
191                                Name="VCWebDeploymentTool"
192                        />
193                        <Tool
194                                Name="VCPostBuildEventTool"
195                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
196                        />
197                </Configuration>
198        </Configurations>
199        <References>
200        </References>
201        <Files>
202                <Filter
203                        Name="Source Files"
204                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
205                        >
206                        <File
207                                RelativePath="..\src\RenderToTexture.cpp"
208                                >
209                        </File>
210                </Filter>
211                <Filter
212                        Name="Header Files"
213                        Filter="h;hpp;hxx;hm;inl;inc"
214                        >
215                </Filter>
216                <Filter
217                        Name="Resource Files"
218                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
219                        >
220                </Filter>
221        </Files>
222        <Globals>
223        </Globals>
224</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.