source: OGRE/trunk/ogrenew/Samples/RenderToTexture/scripts/Demo_RenderToTexture.vcproj @ 690

Revision 690, 4.2 KB checked in by mattausch, 18 years ago (diff)

added ogre 1.07 main

Line 
1<?xml version="1.0" encoding = "windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.00"
5        Name="Demo_RenderToTexture"
6        ProjectGUID="{109F610E-9B23-4D05-819E-A7F27A42AA94}"
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"
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"
39                                OutputFile="$(OutDir)/Demo_RenderToTexture.exe"
40                                LinkIncremental="2"
41                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;"
42                                GenerateDebugInformation="TRUE"
43                                ProgramDatabaseFile="$(OutDir)/Demo_RenderToTexture.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="VCWebDeploymentTool"/>
62                </Configuration>
63                <Configuration
64                        Name="Release|Win32"
65                        OutputDirectory="..\bin\$(ConfigurationName)"
66                        IntermediateDirectory="..\obj\$(ConfigurationName)"
67                        ConfigurationType="1"
68                        CharacterSet="2"
69                        WholeProgramOptimization="TRUE">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                Optimization="2"
73                                GlobalOptimizations="TRUE"
74                                InlineFunctionExpansion="1"
75                                EnableIntrinsicFunctions="TRUE"
76                                ImproveFloatingPointConsistency="TRUE"
77                                FavorSizeOrSpeed="1"
78                                OmitFramePointers="TRUE"
79                                OptimizeForProcessor="2"
80                                OptimizeForWindowsApplication="TRUE"
81                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include"
82                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
83                                StringPooling="TRUE"
84                                MinimalRebuild="TRUE"
85                                RuntimeLibrary="2"
86                                BufferSecurityCheck="FALSE"
87                                EnableFunctionLevelLinking="TRUE"
88                                RuntimeTypeInfo="TRUE"
89                                UsePrecompiledHeader="0"
90                                WarningLevel="3"
91                                Detect64BitPortabilityProblems="TRUE"
92                                DebugInformationFormat="3"/>
93                        <Tool
94                                Name="VCCustomBuildTool"/>
95                        <Tool
96                                Name="VCLinkerTool"
97                                AdditionalDependencies="OgreMain.lib"
98                                OutputFile="$(OutDir)/Demo_RenderToTexture.exe"
99                                LinkIncremental="1"
100                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;"
101                                GenerateDebugInformation="FALSE"
102                                SubSystem="1"
103                                OptimizeReferences="2"
104                                EnableCOMDATFolding="2"
105                                OptimizeForWindows98="1"
106                                TargetMachine="1"/>
107                        <Tool
108                                Name="VCMIDLTool"/>
109                        <Tool
110                                Name="VCPostBuildEventTool"
111                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"/>
112                        <Tool
113                                Name="VCPreBuildEventTool"/>
114                        <Tool
115                                Name="VCPreLinkEventTool"/>
116                        <Tool
117                                Name="VCResourceCompilerTool"/>
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"/>
120                        <Tool
121                                Name="VCWebDeploymentTool"/>
122                </Configuration>
123        </Configurations>
124        <Files>
125                <Filter
126                        Name="Source Files"
127                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
128                        <File
129                                RelativePath="..\src\RenderToTexture.cpp">
130                        </File>
131                </Filter>
132                <Filter
133                        Name="Header Files"
134                        Filter="h;hpp;hxx;hm;inl;inc">
135                </Filter>
136                <Filter
137                        Name="Resource Files"
138                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
139                </Filter>
140        </Files>
141        <Globals>
142        </Globals>
143</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.