Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/BSPSceneManager/scripts/Plugin_BSPSceneManager.vcproj @ 3

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

=update

File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Plugin_BSPSceneManager"
6        ProjectGUID="{80DECC17-BDDD-4412-8CF8-F7C1C17A7436}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\..\..\lib"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_BSPPLUGIN_EXPORTS"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                EnableFunctionLevelLinking="TRUE"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                IgnoreImportLibrary="TRUE"
38                                AdditionalDependencies="OgreMain_d.lib"
39                                OutputFile="$(OutDir)/$(ProjectName)_d.dll"
40                                Version="0.99"
41                                LinkIncremental="2"
42                                SuppressStartupBanner="TRUE"
43                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
44                                ModuleDefinitionFile=""
45                                GenerateDebugInformation="TRUE"
46                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb"
47                                SubSystem="2"
48                                ImportLibrary="$(OutDir)/$(TargetName).lib"
49                                TargetMachine="1"/>
50                        <Tool
51                                Name="VCMIDLTool"/>
52                        <Tool
53                                Name="VCPostBuildEventTool"
54                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
55                        <Tool
56                                Name="VCPreBuildEventTool"/>
57                        <Tool
58                                Name="VCPreLinkEventTool"/>
59                        <Tool
60                                Name="VCResourceCompilerTool"/>
61                        <Tool
62                                Name="VCWebServiceProxyGeneratorTool"/>
63                        <Tool
64                                Name="VCXMLDataGeneratorTool"/>
65                        <Tool
66                                Name="VCWebDeploymentTool"/>
67                        <Tool
68                                Name="VCManagedWrapperGeneratorTool"/>
69                        <Tool
70                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71                </Configuration>
72                <Configuration
73                        Name="Release|Win32"
74                        OutputDirectory="..\..\..\lib"
75                        IntermediateDirectory="..\obj\$(ConfigurationName)"
76                        ConfigurationType="2"
77                        CharacterSet="2"
78                        WholeProgramOptimization="TRUE">
79                        <Tool
80                                Name="VCCLCompilerTool"
81                                Optimization="3"
82                                GlobalOptimizations="TRUE"
83                                InlineFunctionExpansion="2"
84                                EnableIntrinsicFunctions="TRUE"
85                                ImproveFloatingPointConsistency="TRUE"
86                                FavorSizeOrSpeed="1"
87                                OmitFramePointers="TRUE"
88                                EnableFiberSafeOptimizations="TRUE"
89                                OptimizeForProcessor="2"
90                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
91                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_BSPPLUGIN_EXPORTS"
92                                StringPooling="TRUE"
93                                RuntimeLibrary="2"
94                                BufferSecurityCheck="FALSE"
95                                EnableFunctionLevelLinking="TRUE"
96                                RuntimeTypeInfo="TRUE"
97                                UsePrecompiledHeader="0"
98                                WarningLevel="3"
99                                Detect64BitPortabilityProblems="TRUE"
100                                DebugInformationFormat="3"/>
101                        <Tool
102                                Name="VCCustomBuildTool"/>
103                        <Tool
104                                Name="VCLinkerTool"
105                                IgnoreImportLibrary="TRUE"
106                                AdditionalDependencies="OgreMain.lib"
107                                Version="0.99"
108                                LinkIncremental="1"
109                                SuppressStartupBanner="TRUE"
110                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
111                                ModuleDefinitionFile=""
112                                GenerateDebugInformation="TRUE"
113                                SubSystem="2"
114                                OptimizeReferences="2"
115                                EnableCOMDATFolding="2"
116                                ImportLibrary="$(OutDir)/$(TargetName).lib"
117                                TargetMachine="1"/>
118                        <Tool
119                                Name="VCMIDLTool"/>
120                        <Tool
121                                Name="VCPostBuildEventTool"
122                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
123                        <Tool
124                                Name="VCPreBuildEventTool"/>
125                        <Tool
126                                Name="VCPreLinkEventTool"/>
127                        <Tool
128                                Name="VCResourceCompilerTool"/>
129                        <Tool
130                                Name="VCWebServiceProxyGeneratorTool"/>
131                        <Tool
132                                Name="VCXMLDataGeneratorTool"/>
133                        <Tool
134                                Name="VCWebDeploymentTool"/>
135                        <Tool
136                                Name="VCManagedWrapperGeneratorTool"/>
137                        <Tool
138                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
139                </Configuration>
140                <Configuration
141                        Name="DebugStaticLib|Win32"
142                        OutputDirectory="..\..\..\lib"
143                        IntermediateDirectory="..\obj\$(ConfigurationName)"
144                        ConfigurationType="4"
145                        CharacterSet="2">
146                        <Tool
147                                Name="VCCLCompilerTool"
148                                Optimization="0"
149                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
150                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_BSPPLUGIN_EXPORTS;OGRE_STATIC_LIB"
151                                MinimalRebuild="TRUE"
152                                BasicRuntimeChecks="3"
153                                RuntimeLibrary="3"
154                                EnableFunctionLevelLinking="TRUE"
155                                RuntimeTypeInfo="TRUE"
156                                UsePrecompiledHeader="2"
157                                WarningLevel="3"
158                                Detect64BitPortabilityProblems="TRUE"
159                                DebugInformationFormat="4"/>
160                        <Tool
161                                Name="VCCustomBuildTool"/>
162                        <Tool
163                                Name="VCLibrarianTool"
164                                OutputFile="$(OutDir)/$(ProjectName)Static_d.lib"/>
165                        <Tool
166                                Name="VCMIDLTool"/>
167                        <Tool
168                                Name="VCPostBuildEventTool"/>
169                        <Tool
170                                Name="VCPreBuildEventTool"/>
171                        <Tool
172                                Name="VCPreLinkEventTool"/>
173                        <Tool
174                                Name="VCResourceCompilerTool"/>
175                        <Tool
176                                Name="VCWebServiceProxyGeneratorTool"/>
177                        <Tool
178                                Name="VCXMLDataGeneratorTool"/>
179                        <Tool
180                                Name="VCManagedWrapperGeneratorTool"/>
181                        <Tool
182                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
183                </Configuration>
184                <Configuration
185                        Name="ReleaseStaticLib|Win32"
186                        OutputDirectory="..\..\..\lib"
187                        IntermediateDirectory="..\obj\$(ConfigurationName)"
188                        ConfigurationType="4"
189                        CharacterSet="2"
190                        WholeProgramOptimization="TRUE">
191                        <Tool
192                                Name="VCCLCompilerTool"
193                                Optimization="3"
194                                GlobalOptimizations="TRUE"
195                                InlineFunctionExpansion="2"
196                                EnableIntrinsicFunctions="TRUE"
197                                ImproveFloatingPointConsistency="TRUE"
198                                FavorSizeOrSpeed="1"
199                                OmitFramePointers="TRUE"
200                                EnableFiberSafeOptimizations="TRUE"
201                                OptimizeForProcessor="2"
202                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
203                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_BSPPLUGIN_EXPORTS;OGRE_STATIC_LIB"
204                                StringPooling="TRUE"
205                                RuntimeLibrary="2"
206                                BufferSecurityCheck="FALSE"
207                                EnableFunctionLevelLinking="TRUE"
208                                RuntimeTypeInfo="TRUE"
209                                UsePrecompiledHeader="0"
210                                WarningLevel="3"
211                                Detect64BitPortabilityProblems="TRUE"
212                                DebugInformationFormat="3"/>
213                        <Tool
214                                Name="VCCustomBuildTool"/>
215                        <Tool
216                                Name="VCLibrarianTool"
217                                OutputFile="$(OutDir)/$(ProjectName)Static.lib"/>
218                        <Tool
219                                Name="VCMIDLTool"/>
220                        <Tool
221                                Name="VCPostBuildEventTool"/>
222                        <Tool
223                                Name="VCPreBuildEventTool"/>
224                        <Tool
225                                Name="VCPreLinkEventTool"/>
226                        <Tool
227                                Name="VCResourceCompilerTool"/>
228                        <Tool
229                                Name="VCWebServiceProxyGeneratorTool"/>
230                        <Tool
231                                Name="VCXMLDataGeneratorTool"/>
232                        <Tool
233                                Name="VCManagedWrapperGeneratorTool"/>
234                        <Tool
235                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
236                </Configuration>
237        </Configurations>
238        <References>
239        </References>
240        <Files>
241                <Filter
242                        Name="Source Files"
243                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
244                        <File
245                                RelativePath="..\src\OgreBspLevel.cpp">
246                        </File>
247                        <File
248                                RelativePath="..\src\OgreBspNode.cpp">
249                        </File>
250                        <File
251                                RelativePath="..\src\OgreBspResourceManager.cpp">
252                        </File>
253                        <File
254                                RelativePath="..\src\OgreBspSceneManager.cpp">
255                        </File>
256                        <File
257                                RelativePath="..\src\OgreBspSceneManagerDll.cpp">
258                        </File>
259                        <File
260                                RelativePath="..\src\OgreBspSceneManagerPlugin.cpp">
261                        </File>
262                        <File
263                                RelativePath="..\src\OgreBspSceneNode.cpp">
264                        </File>
265                        <File
266                                RelativePath="..\src\OgreQuake3Level.cpp">
267                        </File>
268                        <File
269                                RelativePath="..\src\OgreQuake3Shader.cpp">
270                        </File>
271                        <File
272                                RelativePath="..\src\OgreQuake3ShaderManager.cpp">
273                        </File>
274                </Filter>
275                <Filter
276                        Name="Header Files"
277                        Filter="h;hpp;hxx;hm;inl;inc">
278                        <File
279                                RelativePath="..\include\OgreBspLevel.h">
280                        </File>
281                        <File
282                                RelativePath="..\include\OgreBspNode.h">
283                        </File>
284                        <File
285                                RelativePath="..\include\OgreBspPrerequisites.h">
286                        </File>
287                        <File
288                                RelativePath="..\include\OgreBspResourceManager.h">
289                        </File>
290                        <File
291                                RelativePath="..\include\OgreBspSceneManager.h">
292                        </File>
293                        <File
294                                RelativePath="..\include\OgreBspSceneManagerPlugin.h">
295                        </File>
296                        <File
297                                RelativePath="..\include\OgreBspSceneNode.h">
298                        </File>
299                        <File
300                                RelativePath="..\include\OgreQuake3Level.h">
301                        </File>
302                        <File
303                                RelativePath="..\include\OgreQuake3Shader.h">
304                        </File>
305                        <File
306                                RelativePath="..\include\OgreQuake3ShaderManager.h">
307                        </File>
308                        <File
309                                RelativePath="..\include\OgreQuake3Types.h">
310                        </File>
311                </Filter>
312                <Filter
313                        Name="Resource Files"
314                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
315                </Filter>
316        </Files>
317        <Globals>
318        </Globals>
319</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.