Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Lighting/scripts/Demo_Lighting_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_Lighting"
6        ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}"
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                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                Detect64BitPortabilityProblems="true"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
67                                OutputFile="$(OutDir)/Demo_Lighting.exe"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
70                                GenerateDebugInformation="true"
71                                ProgramDatabaseFile="$(OutDir)/Demo_Lighting.pdb"
72                                SubSystem="2"
73                                OptimizeForWindows98="1"
74                                TargetMachine="1"
75                        />
76                        <Tool
77                                Name="VCALinkTool"
78                        />
79                        <Tool
80                                Name="VCManifestTool"
81                                UseFAT32Workaround="true"
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;..\..\..\Dependencies\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                                UsePrecompiledHeader="0"
143                                WarningLevel="3"
144                                Detect64BitPortabilityProblems="true"
145                                DebugInformationFormat="3"
146                        />
147                        <Tool
148                                Name="VCManagedResourceCompilerTool"
149                        />
150                        <Tool
151                                Name="VCResourceCompilerTool"
152                        />
153                        <Tool
154                                Name="VCPreLinkEventTool"
155                        />
156                        <Tool
157                                Name="VCLinkerTool"
158                                AdditionalDependencies="OgreMain.lib OIS.lib"
159                                OutputFile="$(OutDir)/Demo_Lighting.exe"
160                                LinkIncremental="1"
161                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
162                                GenerateDebugInformation="false"
163                                SubSystem="2"
164                                OptimizeReferences="2"
165                                EnableCOMDATFolding="2"
166                                OptimizeForWindows98="1"
167                                TargetMachine="1"
168                        />
169                        <Tool
170                                Name="VCALinkTool"
171                        />
172                        <Tool
173                                Name="VCManifestTool"
174                                UseFAT32Workaround="true"
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\Lighting.cpp"
206                                >
207                        </File>
208                </Filter>
209                <Filter
210                        Name="Header Files"
211                        Filter="h;hpp;hxx;hm;inl;inc"
212                        >
213                        <File
214                                RelativePath="..\include\Lighting.h"
215                                >
216                        </File>
217                </Filter>
218                <Filter
219                        Name="Resource Files"
220                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
221                        >
222                </Filter>
223        </Files>
224        <Globals>
225        </Globals>
226</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.