Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Terrain/scripts/Demo_Terrain.vcproj @ 3

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

=update

File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Demo_Terrain"
6        ProjectGUID="{1BB416AA-358A-4B4B-B565-14CE1BF9D4FD}"
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                                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 OIS_d.lib"
38                                OutputFile="$(OutDir)/Demo_Terrain.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/Demo_Terrain.pdb"
43                                SubSystem="2"
44                                OptimizeForWindows98="1"
45                                TargetMachine="1"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"
50                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"/>
51                        <Tool
52                                Name="VCPreBuildEventTool"/>
53                        <Tool
54                                Name="VCPreLinkEventTool"/>
55                        <Tool
56                                Name="VCResourceCompilerTool"/>
57                        <Tool
58                                Name="VCWebServiceProxyGeneratorTool"/>
59                        <Tool
60                                Name="VCXMLDataGeneratorTool"/>
61                        <Tool
62                                Name="VCWebDeploymentTool"/>
63                        <Tool
64                                Name="VCManagedWrapperGeneratorTool"/>
65                        <Tool
66                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67                </Configuration>
68                <Configuration
69                        Name="Release|Win32"
70                        OutputDirectory="..\bin\$(ConfigurationName)"
71                        IntermediateDirectory="..\obj\$(ConfigurationName)"
72                        ConfigurationType="1"
73                        CharacterSet="2"
74                        WholeProgramOptimization="TRUE">
75                        <Tool
76                                Name="VCCLCompilerTool"
77                                Optimization="2"
78                                GlobalOptimizations="TRUE"
79                                InlineFunctionExpansion="1"
80                                EnableIntrinsicFunctions="TRUE"
81                                ImproveFloatingPointConsistency="TRUE"
82                                FavorSizeOrSpeed="1"
83                                OmitFramePointers="TRUE"
84                                OptimizeForProcessor="2"
85                                OptimizeForWindowsApplication="TRUE"
86                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
87                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
88                                StringPooling="TRUE"
89                                MinimalRebuild="TRUE"
90                                RuntimeLibrary="2"
91                                BufferSecurityCheck="FALSE"
92                                EnableFunctionLevelLinking="TRUE"
93                                UsePrecompiledHeader="0"
94                                WarningLevel="3"
95                                Detect64BitPortabilityProblems="TRUE"
96                                DebugInformationFormat="3"/>
97                        <Tool
98                                Name="VCCustomBuildTool"/>
99                        <Tool
100                                Name="VCLinkerTool"
101                                AdditionalDependencies="OgreMain.lib OIS.lib"
102                                OutputFile="$(OutDir)/Demo_Terrain.exe"
103                                LinkIncremental="1"
104                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
105                                GenerateDebugInformation="FALSE"
106                                SubSystem="2"
107                                OptimizeReferences="2"
108                                EnableCOMDATFolding="2"
109                                OptimizeForWindows98="1"
110                                TargetMachine="1"/>
111                        <Tool
112                                Name="VCMIDLTool"/>
113                        <Tool
114                                Name="VCPostBuildEventTool"
115                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"/>
116                        <Tool
117                                Name="VCPreBuildEventTool"/>
118                        <Tool
119                                Name="VCPreLinkEventTool"/>
120                        <Tool
121                                Name="VCResourceCompilerTool"/>
122                        <Tool
123                                Name="VCWebServiceProxyGeneratorTool"/>
124                        <Tool
125                                Name="VCXMLDataGeneratorTool"/>
126                        <Tool
127                                Name="VCWebDeploymentTool"/>
128                        <Tool
129                                Name="VCManagedWrapperGeneratorTool"/>
130                        <Tool
131                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
132                </Configuration>
133        </Configurations>
134        <References>
135        </References>
136        <Files>
137                <Filter
138                        Name="Source Files"
139                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
140                        <File
141                                RelativePath="..\src\Terrain.cpp">
142                        </File>
143                </Filter>
144                <Filter
145                        Name="Header Files"
146                        Filter="h;hpp;hxx;hm;inl;inc">
147                        <File
148                                RelativePath="..\include\Terrain.h">
149                        </File>
150                </Filter>
151                <Filter
152                        Name="Resource Files"
153                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
154                </Filter>
155        </Files>
156        <Globals>
157        </Globals>
158</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.