Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/SkyPlane/scripts/Demo_SkyPlane_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_SkyPlane"
6        ProjectGUID="{2EF34790-42A6-4722-925A-8255120A90E3}"
7        RootNamespace="Demo_SkyPlane"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="..\bin\$(ConfigurationName)"
21                        IntermediateDirectory="..\obj\$(ConfigurationName)"
22                        ConfigurationType="1"
23                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
24                        CharacterSet="2"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
49                                EnableFunctionLevelLinking="true"
50                                FloatingPointModel="2"
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_SkyPlane.exe"
69                                LinkIncremental="2"
70                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
71                                GenerateDebugInformation="true"
72                                ProgramDatabaseFile="$(OutDir)/Demo_SkyPlane.pdb"
73                                SubSystem="2"
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                                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 OIS.lib"
160                                OutputFile="$(OutDir)/Demo_SkyPlane.exe"
161                                LinkIncremental="1"
162                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
163                                GenerateDebugInformation="false"
164                                SubSystem="2"
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                                UseFAT32Workaround="true"
176                        />
177                        <Tool
178                                Name="VCXDCMakeTool"
179                        />
180                        <Tool
181                                Name="VCBscMakeTool"
182                        />
183                        <Tool
184                                Name="VCFxCopTool"
185                        />
186                        <Tool
187                                Name="VCAppVerifierTool"
188                        />
189                        <Tool
190                                Name="VCWebDeploymentTool"
191                        />
192                        <Tool
193                                Name="VCPostBuildEventTool"
194                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
195                        />
196                </Configuration>
197        </Configurations>
198        <References>
199        </References>
200        <Files>
201                <Filter
202                        Name="Source Files"
203                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
204                        >
205                        <File
206                                RelativePath="..\src\SkyPlane.cpp"
207                                >
208                        </File>
209                </Filter>
210                <Filter
211                        Name="Header Files"
212                        Filter="h;hpp;hxx;hm;inl;inc"
213                        >
214                        <File
215                                RelativePath="..\include\SkyPlane.h"
216                                >
217                        </File>
218                </Filter>
219                <Filter
220                        Name="Resource Files"
221                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
222                        >
223                </Filter>
224        </Files>
225        <Globals>
226        </Globals>
227</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.