source: OGRE/trunk/ogrenew/Samples/RenderToTexture/scripts/Demo_RenderToTexture_vc8.vcproj @ 692

Revision 692, 5.1 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

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"
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"
68                                OutputFile="$(OutDir)/Demo_RenderToTexture.exe"
69                                LinkIncremental="2"
70                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\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                        />
83                        <Tool
84                                Name="VCXDCMakeTool"
85                        />
86                        <Tool
87                                Name="VCBscMakeTool"
88                        />
89                        <Tool
90                                Name="VCFxCopTool"
91                        />
92                        <Tool
93                                Name="VCAppVerifierTool"
94                        />
95                        <Tool
96                                Name="VCWebDeploymentTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Release|Win32"
105                        OutputDirectory="..\bin\$(ConfigurationName)"
106                        IntermediateDirectory="..\obj\$(ConfigurationName)"
107                        ConfigurationType="1"
108                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
109                        CharacterSet="2"
110                        WholeProgramOptimization="1"
111                        >
112                        <Tool
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
128                                Name="VCCLCompilerTool"
129                                Optimization="2"
130                                InlineFunctionExpansion="1"
131                                EnableIntrinsicFunctions="true"
132                                FavorSizeOrSpeed="1"
133                                OmitFramePointers="true"
134                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include"
135                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
136                                StringPooling="true"
137                                MinimalRebuild="true"
138                                RuntimeLibrary="2"
139                                BufferSecurityCheck="false"
140                                EnableFunctionLevelLinking="true"
141                                FloatingPointModel="2"
142                                RuntimeTypeInfo="true"
143                                UsePrecompiledHeader="0"
144                                WarningLevel="3"
145                                Detect64BitPortabilityProblems="true"
146                                DebugInformationFormat="3"
147                        />
148                        <Tool
149                                Name="VCManagedResourceCompilerTool"
150                        />
151                        <Tool
152                                Name="VCResourceCompilerTool"
153                        />
154                        <Tool
155                                Name="VCPreLinkEventTool"
156                        />
157                        <Tool
158                                Name="VCLinkerTool"
159                                AdditionalDependencies="OgreMain.lib"
160                                OutputFile="$(OutDir)/Demo_RenderToTexture.exe"
161                                LinkIncremental="1"
162                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;"
163                                GenerateDebugInformation="false"
164                                SubSystem="1"
165                                OptimizeReferences="2"
166                                EnableCOMDATFolding="2"
167                                OptimizeForWindows98="1"
168                                TargetMachine="1"
169                        />
170                        <Tool
171                                Name="VCALinkTool"
172                        />
173                        <Tool
174                                Name="VCManifestTool"
175                        />
176                        <Tool
177                                Name="VCXDCMakeTool"
178                        />
179                        <Tool
180                                Name="VCBscMakeTool"
181                        />
182                        <Tool
183                                Name="VCFxCopTool"
184                        />
185                        <Tool
186                                Name="VCAppVerifierTool"
187                        />
188                        <Tool
189                                Name="VCWebDeploymentTool"
190                        />
191                        <Tool
192                                Name="VCPostBuildEventTool"
193                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
194                        />
195                </Configuration>
196        </Configurations>
197        <References>
198        </References>
199        <Files>
200                <Filter
201                        Name="Source Files"
202                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
203                        >
204                        <File
205                                RelativePath="..\src\RenderToTexture.cpp"
206                                >
207                        </File>
208                </Filter>
209                <Filter
210                        Name="Header Files"
211                        Filter="h;hpp;hxx;hm;inl;inc"
212                        >
213                </Filter>
214                <Filter
215                        Name="Resource Files"
216                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
217                        >
218                </Filter>
219        </Files>
220        <Globals>
221        </Globals>
222</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.