Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/RenderSystems/Direct3D9/scripts/RenderSystem_Direct3D9.vcproj @ 3

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

=update

File size: 10.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="RenderSystem_Direct3D9"
6        ProjectGUID="{0F172B9C-E5D5-4EB1-BFDB-93D787A37461}"
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;..\..\..\Dependencies\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRED3DENGINEDLL_EXPORTS;DEBUG_SAVE_TEXTURE;"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                EnableFunctionLevelLinking="TRUE"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                BrowseInformation="1"
31                                BrowseInformationFile="$(IntDir)\"
32                                WarningLevel="3"
33                                Detect64BitPortabilityProblems="TRUE"
34                                DebugInformationFormat="4"/>
35                        <Tool
36                                Name="VCCustomBuildTool"/>
37                        <Tool
38                                Name="VCLinkerTool"
39                                IgnoreImportLibrary="TRUE"
40                                AdditionalDependencies="OgreMain_d.lib d3d9.lib d3dx9.lib dxerr9.lib dxguid.lib"
41                                OutputFile="$(OutDir)/$(ProjectName)_d.dll"
42                                Version="0.99"
43                                LinkIncremental="2"
44                                SuppressStartupBanner="TRUE"
45                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
46                                ModuleDefinitionFile=""
47                                GenerateDebugInformation="TRUE"
48                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb"
49                                SubSystem="2"
50                                ImportLibrary="$(OutDir)/$(TargetName).lib"
51                                TargetMachine="1"/>
52                        <Tool
53                                Name="VCMIDLTool"/>
54                        <Tool
55                                Name="VCPostBuildEventTool"
56                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
57                        <Tool
58                                Name="VCPreBuildEventTool"/>
59                        <Tool
60                                Name="VCPreLinkEventTool"/>
61                        <Tool
62                                Name="VCResourceCompilerTool"/>
63                        <Tool
64                                Name="VCWebServiceProxyGeneratorTool"/>
65                        <Tool
66                                Name="VCXMLDataGeneratorTool"/>
67                        <Tool
68                                Name="VCWebDeploymentTool"/>
69                        <Tool
70                                Name="VCManagedWrapperGeneratorTool"/>
71                        <Tool
72                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
73                </Configuration>
74                <Configuration
75                        Name="Release|Win32"
76                        OutputDirectory="..\..\..\lib"
77                        IntermediateDirectory="..\obj\$(ConfigurationName)"
78                        ConfigurationType="2"
79                        CharacterSet="2"
80                        WholeProgramOptimization="TRUE">
81                        <Tool
82                                Name="VCCLCompilerTool"
83                                Optimization="3"
84                                GlobalOptimizations="TRUE"
85                                InlineFunctionExpansion="2"
86                                EnableIntrinsicFunctions="TRUE"
87                                ImproveFloatingPointConsistency="TRUE"
88                                FavorSizeOrSpeed="1"
89                                OmitFramePointers="TRUE"
90                                EnableFiberSafeOptimizations="TRUE"
91                                OptimizeForProcessor="2"
92                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
93                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRED3DENGINEDLL_EXPORTS"
94                                StringPooling="TRUE"
95                                RuntimeLibrary="2"
96                                BufferSecurityCheck="FALSE"
97                                EnableFunctionLevelLinking="TRUE"
98                                RuntimeTypeInfo="TRUE"
99                                UsePrecompiledHeader="0"
100                                WarningLevel="3"
101                                Detect64BitPortabilityProblems="TRUE"
102                                DebugInformationFormat="3"/>
103                        <Tool
104                                Name="VCCustomBuildTool"/>
105                        <Tool
106                                Name="VCLinkerTool"
107                                IgnoreImportLibrary="TRUE"
108                                AdditionalDependencies="OgreMain.lib d3d9.lib d3dx9.lib dxerr9.lib dxguid.lib"
109                                Version="0.99"
110                                LinkIncremental="1"
111                                SuppressStartupBanner="TRUE"
112                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
113                                ModuleDefinitionFile=""
114                                GenerateDebugInformation="TRUE"
115                                SubSystem="2"
116                                OptimizeReferences="2"
117                                EnableCOMDATFolding="2"
118                                ImportLibrary="$(OutDir)/$(TargetName).lib"
119                                TargetMachine="1"/>
120                        <Tool
121                                Name="VCMIDLTool"/>
122                        <Tool
123                                Name="VCPostBuildEventTool"
124                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
125                        <Tool
126                                Name="VCPreBuildEventTool"/>
127                        <Tool
128                                Name="VCPreLinkEventTool"/>
129                        <Tool
130                                Name="VCResourceCompilerTool"/>
131                        <Tool
132                                Name="VCWebServiceProxyGeneratorTool"/>
133                        <Tool
134                                Name="VCXMLDataGeneratorTool"/>
135                        <Tool
136                                Name="VCWebDeploymentTool"/>
137                        <Tool
138                                Name="VCManagedWrapperGeneratorTool"/>
139                        <Tool
140                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
141                </Configuration>
142                <Configuration
143                        Name="DebugStaticLib|Win32"
144                        OutputDirectory="..\..\..\lib"
145                        IntermediateDirectory="..\obj\$(ConfigurationName)"
146                        ConfigurationType="4"
147                        CharacterSet="2">
148                        <Tool
149                                Name="VCCLCompilerTool"
150                                Optimization="0"
151                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
152                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRED3DENGINEDLL_EXPORTS;OGRE_STATIC_LIB;DEBUG_SAVE_TEXTURE"
153                                MinimalRebuild="TRUE"
154                                BasicRuntimeChecks="3"
155                                RuntimeLibrary="3"
156                                EnableFunctionLevelLinking="TRUE"
157                                RuntimeTypeInfo="TRUE"
158                                UsePrecompiledHeader="2"
159                                BrowseInformation="1"
160                                BrowseInformationFile="$(IntDir)\"
161                                WarningLevel="3"
162                                Detect64BitPortabilityProblems="TRUE"
163                                DebugInformationFormat="4"/>
164                        <Tool
165                                Name="VCCustomBuildTool"/>
166                        <Tool
167                                Name="VCLibrarianTool"
168                                OutputFile="$(OutDir)/$(ProjectName)Static_d.lib"/>
169                        <Tool
170                                Name="VCMIDLTool"/>
171                        <Tool
172                                Name="VCPostBuildEventTool"/>
173                        <Tool
174                                Name="VCPreBuildEventTool"/>
175                        <Tool
176                                Name="VCPreLinkEventTool"/>
177                        <Tool
178                                Name="VCResourceCompilerTool"/>
179                        <Tool
180                                Name="VCWebServiceProxyGeneratorTool"/>
181                        <Tool
182                                Name="VCXMLDataGeneratorTool"/>
183                        <Tool
184                                Name="VCManagedWrapperGeneratorTool"/>
185                        <Tool
186                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
187                </Configuration>
188                <Configuration
189                        Name="ReleaseStaticLib|Win32"
190                        OutputDirectory="..\..\..\lib"
191                        IntermediateDirectory="..\obj\$(ConfigurationName)"
192                        ConfigurationType="4"
193                        CharacterSet="2"
194                        WholeProgramOptimization="TRUE">
195                        <Tool
196                                Name="VCCLCompilerTool"
197                                Optimization="3"
198                                GlobalOptimizations="TRUE"
199                                InlineFunctionExpansion="2"
200                                EnableIntrinsicFunctions="TRUE"
201                                ImproveFloatingPointConsistency="TRUE"
202                                FavorSizeOrSpeed="1"
203                                OmitFramePointers="TRUE"
204                                EnableFiberSafeOptimizations="TRUE"
205                                OptimizeForProcessor="2"
206                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
207                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRED3DENGINEDLL_EXPORTS;OGRE_STATIC_LIB"
208                                StringPooling="TRUE"
209                                RuntimeLibrary="2"
210                                BufferSecurityCheck="FALSE"
211                                EnableFunctionLevelLinking="TRUE"
212                                RuntimeTypeInfo="TRUE"
213                                UsePrecompiledHeader="0"
214                                WarningLevel="3"
215                                Detect64BitPortabilityProblems="TRUE"
216                                DebugInformationFormat="3"/>
217                        <Tool
218                                Name="VCCustomBuildTool"/>
219                        <Tool
220                                Name="VCLibrarianTool"
221                                OutputFile="$(OutDir)/$(ProjectName)Static.lib"/>
222                        <Tool
223                                Name="VCMIDLTool"/>
224                        <Tool
225                                Name="VCPostBuildEventTool"/>
226                        <Tool
227                                Name="VCPreBuildEventTool"/>
228                        <Tool
229                                Name="VCPreLinkEventTool"/>
230                        <Tool
231                                Name="VCResourceCompilerTool"/>
232                        <Tool
233                                Name="VCWebServiceProxyGeneratorTool"/>
234                        <Tool
235                                Name="VCXMLDataGeneratorTool"/>
236                        <Tool
237                                Name="VCManagedWrapperGeneratorTool"/>
238                        <Tool
239                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
240                </Configuration>
241        </Configurations>
242        <References>
243        </References>
244        <Files>
245                <Filter
246                        Name="Source Files"
247                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
248                        <File
249                                RelativePath="..\src\OgreD3D9Driver.cpp">
250                        </File>
251                        <File
252                                RelativePath="..\src\OgreD3D9DriverList.cpp">
253                        </File>
254                        <File
255                                RelativePath="..\src\OgreD3D9EngineDll.cpp">
256                        </File>
257                        <File
258                                RelativePath="..\src\OgreD3D9GpuProgram.cpp">
259                        </File>
260                        <File
261                                RelativePath="..\src\OgreD3D9GpuProgramManager.cpp">
262                        </File>
263                        <File
264                                RelativePath="..\src\OgreD3D9HardwareBufferManager.cpp">
265                        </File>
266                        <File
267                                RelativePath="..\src\OgreD3D9HardwareIndexBuffer.cpp">
268                        </File>
269                        <File
270                                RelativePath="..\src\OgreD3D9HardwareOcclusionQuery.cpp">
271                        </File>
272                        <File
273                                RelativePath="..\src\OgreD3D9HardwarePixelBuffer.cpp">
274                        </File>
275                        <File
276                                RelativePath="..\src\OgreD3D9HardwareVertexBuffer.cpp">
277                        </File>
278                        <File
279                                RelativePath="..\src\OgreD3D9HLSLProgram.cpp">
280                        </File>
281                        <File
282                                RelativePath="..\src\OgreD3D9HLSLProgramFactory.cpp">
283                        </File>
284                        <File
285                                RelativePath="..\src\OgreD3D9Mappings.cpp">
286                        </File>
287                        <File
288                                RelativePath="..\src\OgreD3D9MultiRenderTarget.cpp">
289                        </File>
290                        <File
291                                RelativePath="..\src\OgreD3D9Plugin.cpp">
292                        </File>
293                        <File
294                                RelativePath="..\src\OgreD3D9RenderSystem.cpp">
295                        </File>
296                        <File
297                                RelativePath="..\src\OgreD3D9RenderWindow.cpp">
298                        </File>
299                        <File
300                                RelativePath="..\src\OgreD3D9Texture.cpp">
301                        </File>
302                        <File
303                                RelativePath="..\src\OgreD3D9TextureManager.cpp">
304                        </File>
305                        <File
306                                RelativePath="..\src\OgreD3D9VertexDeclaration.cpp">
307                        </File>
308                        <File
309                                RelativePath="..\src\OgreD3D9VideoMode.cpp">
310                        </File>
311                        <File
312                                RelativePath="..\src\OgreD3D9VideoModeList.cpp">
313                        </File>
314                </Filter>
315                <Filter
316                        Name="Header Files"
317                        Filter="h;hpp;hxx;hm;inl;inc">
318                        <File
319                                RelativePath="..\include\OgreD3D9Driver.h">
320                        </File>
321                        <File
322                                RelativePath="..\include\OgreD3D9DriverList.h">
323                        </File>
324                        <File
325                                RelativePath="..\include\OgreD3D9GpuProgram.h">
326                        </File>
327                        <File
328                                RelativePath="..\include\OgreD3D9GpuProgramManager.h">
329                        </File>
330                        <File
331                                RelativePath="..\include\OgreD3D9HardwareBufferManager.h">
332                        </File>
333                        <File
334                                RelativePath="..\include\OgreD3D9HardwareIndexBuffer.h">
335                        </File>
336                        <File
337                                RelativePath="..\include\OgreD3D9HardwareOcclusionQuery.h">
338                        </File>
339                        <File
340                                RelativePath="..\include\OgreD3D9HardwarePixelBuffer.h">
341                        </File>
342                        <File
343                                RelativePath="..\include\OgreD3D9HardwareVertexBuffer.h">
344                        </File>
345                        <File
346                                RelativePath="..\include\OgreD3D9HLSLProgram.h">
347                        </File>
348                        <File
349                                RelativePath="..\include\OgreD3D9HLSLProgramFactory.h">
350                        </File>
351                        <File
352                                RelativePath="..\include\OgreD3D9Mappings.h">
353                        </File>
354                        <File
355                                RelativePath="..\include\OgreD3D9MultiRenderTarget.h">
356                        </File>
357                        <File
358                                RelativePath="..\include\OgreD3D9Plugin.h">
359                        </File>
360                        <File
361                                RelativePath="..\include\OgreD3D9Prerequisites.h">
362                        </File>
363                        <File
364                                RelativePath="..\include\OgreD3D9RenderSystem.h">
365                        </File>
366                        <File
367                                RelativePath="..\include\OgreD3D9RenderWindow.h">
368                        </File>
369                        <File
370                                RelativePath="..\include\OgreD3D9Texture.h">
371                        </File>
372                        <File
373                                RelativePath="..\include\OgreD3D9TextureManager.h">
374                        </File>
375                        <File
376                                RelativePath="..\include\OgreD3D9VertexDeclaration.h">
377                        </File>
378                        <File
379                                RelativePath="..\include\OgreD3D9VideoMode.h">
380                        </File>
381                        <File
382                                RelativePath="..\include\OgreD3D9VideoModeList.h">
383                        </File>
384                </Filter>
385                <Filter
386                        Name="Resource Files"
387                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
388                </Filter>
389        </Files>
390        <Globals>
391        </Globals>
392</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.