Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

=update

File size: 12.2 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="RenderSystem_Direct3D9"
6        ProjectGUID="{0F172B9C-E5D5-4EB1-BFDB-93D787A37461}"
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="..\..\..\lib"
20                        IntermediateDirectory="..\obj\$(ConfigurationName)"
21                        ConfigurationType="2"
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;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRED3DENGINEDLL_EXPORTS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                FloatingPointModel="2"
50                                UsePrecompiledHeader="0"
51                                BrowseInformation="0"
52                                BrowseInformationFile="$(IntDir)\"
53                                WarningLevel="3"
54                                Detect64BitPortabilityProblems="true"
55                                DebugInformationFormat="4"
56                        />
57                        <Tool
58                                Name="VCManagedResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCPreLinkEventTool"
65                        />
66                        <Tool
67                                Name="VCLinkerTool"
68                                IgnoreImportLibrary="true"
69                                AdditionalDependencies="OgreMain_d.lib d3d9.lib d3dx9.lib dxerr9.lib dxguid.lib"
70                                OutputFile="$(OutDir)/RenderSystem_Direct3D9_d.dll"
71                                Version=""
72                                LinkIncremental="2"
73                                SuppressStartupBanner="true"
74                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
75                                ModuleDefinitionFile=""
76                                GenerateDebugInformation="true"
77                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb"
78                                SubSystem="2"
79                                ImportLibrary="$(OutDir)/RenderSystem_Direct3D9_d.lib"
80                                TargetMachine="1"
81                        />
82                        <Tool
83                                Name="VCALinkTool"
84                        />
85                        <Tool
86                                Name="VCManifestTool"
87                                UseFAT32Workaround="true"
88                        />
89                        <Tool
90                                Name="VCXDCMakeTool"
91                        />
92                        <Tool
93                                Name="VCBscMakeTool"
94                        />
95                        <Tool
96                                Name="VCFxCopTool"
97                        />
98                        <Tool
99                                Name="VCAppVerifierTool"
100                        />
101                        <Tool
102                                Name="VCWebDeploymentTool"
103                        />
104                        <Tool
105                                Name="VCPostBuildEventTool"
106                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
107                        />
108                </Configuration>
109                <Configuration
110                        Name="Release|Win32"
111                        OutputDirectory="..\..\..\lib"
112                        IntermediateDirectory="..\obj\$(ConfigurationName)"
113                        ConfigurationType="2"
114                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
115                        CharacterSet="2"
116                        WholeProgramOptimization="1"
117                        >
118                        <Tool
119                                Name="VCPreBuildEventTool"
120                        />
121                        <Tool
122                                Name="VCCustomBuildTool"
123                        />
124                        <Tool
125                                Name="VCXMLDataGeneratorTool"
126                        />
127                        <Tool
128                                Name="VCWebServiceProxyGeneratorTool"
129                        />
130                        <Tool
131                                Name="VCMIDLTool"
132                        />
133                        <Tool
134                                Name="VCCLCompilerTool"
135                                Optimization="3"
136                                InlineFunctionExpansion="2"
137                                EnableIntrinsicFunctions="true"
138                                FavorSizeOrSpeed="1"
139                                OmitFramePointers="true"
140                                EnableFiberSafeOptimizations="true"
141                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
142                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRED3DENGINEDLL_EXPORTS"
143                                StringPooling="true"
144                                RuntimeLibrary="2"
145                                BufferSecurityCheck="false"
146                                EnableFunctionLevelLinking="true"
147                                FloatingPointModel="2"
148                                UsePrecompiledHeader="0"
149                                WarningLevel="3"
150                                Detect64BitPortabilityProblems="true"
151                                DebugInformationFormat="3"
152                        />
153                        <Tool
154                                Name="VCManagedResourceCompilerTool"
155                        />
156                        <Tool
157                                Name="VCResourceCompilerTool"
158                        />
159                        <Tool
160                                Name="VCPreLinkEventTool"
161                        />
162                        <Tool
163                                Name="VCLinkerTool"
164                                IgnoreImportLibrary="true"
165                                AdditionalDependencies="OgreMain.lib d3d9.lib d3dx9.lib dxerr9.lib dxguid.lib"
166                                OutputFile="$(OutDir)/RenderSystem_Direct3D9.dll"
167                                Version="0.99"
168                                LinkIncremental="1"
169                                SuppressStartupBanner="true"
170                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
171                                ModuleDefinitionFile=""
172                                GenerateDebugInformation="true"
173                                SubSystem="2"
174                                OptimizeReferences="2"
175                                EnableCOMDATFolding="2"
176                                ImportLibrary="$(OutDir)/RenderSystem_Direct3D9.lib"
177                                TargetMachine="1"
178                        />
179                        <Tool
180                                Name="VCALinkTool"
181                        />
182                        <Tool
183                                Name="VCManifestTool"
184                                UseFAT32Workaround="true"
185                        />
186                        <Tool
187                                Name="VCXDCMakeTool"
188                        />
189                        <Tool
190                                Name="VCBscMakeTool"
191                        />
192                        <Tool
193                                Name="VCFxCopTool"
194                        />
195                        <Tool
196                                Name="VCAppVerifierTool"
197                        />
198                        <Tool
199                                Name="VCWebDeploymentTool"
200                        />
201                        <Tool
202                                Name="VCPostBuildEventTool"
203                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
204                        />
205                </Configuration>
206                <Configuration
207                        Name="ReleaseStaticLib|Win32"
208                        OutputDirectory="..\..\..\lib"
209                        IntermediateDirectory="..\obj\$(ConfigurationName)"
210                        ConfigurationType="4"
211                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
212                        CharacterSet="2"
213                        WholeProgramOptimization="1"
214                        >
215                        <Tool
216                                Name="VCPreBuildEventTool"
217                        />
218                        <Tool
219                                Name="VCCustomBuildTool"
220                        />
221                        <Tool
222                                Name="VCXMLDataGeneratorTool"
223                        />
224                        <Tool
225                                Name="VCWebServiceProxyGeneratorTool"
226                        />
227                        <Tool
228                                Name="VCMIDLTool"
229                        />
230                        <Tool
231                                Name="VCCLCompilerTool"
232                                Optimization="3"
233                                InlineFunctionExpansion="2"
234                                EnableIntrinsicFunctions="true"
235                                FavorSizeOrSpeed="1"
236                                OmitFramePointers="true"
237                                EnableFiberSafeOptimizations="true"
238                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
239                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_STATIC_LIB"
240                                StringPooling="true"
241                                RuntimeLibrary="2"
242                                BufferSecurityCheck="false"
243                                EnableFunctionLevelLinking="true"
244                                FloatingPointModel="2"
245                                UsePrecompiledHeader="0"
246                                WarningLevel="3"
247                                Detect64BitPortabilityProblems="true"
248                                DebugInformationFormat="3"
249                        />
250                        <Tool
251                                Name="VCManagedResourceCompilerTool"
252                        />
253                        <Tool
254                                Name="VCResourceCompilerTool"
255                        />
256                        <Tool
257                                Name="VCPreLinkEventTool"
258                        />
259                        <Tool
260                                Name="VCLibrarianTool"
261                                AdditionalDependencies="d3d9.lib d3dx9.lib dxerr9.lib dxguid.lib"
262                                OutputFile="$(OutDir)\$(ProjectName)Static.lib"
263                        />
264                        <Tool
265                                Name="VCALinkTool"
266                        />
267                        <Tool
268                                Name="VCXDCMakeTool"
269                        />
270                        <Tool
271                                Name="VCBscMakeTool"
272                        />
273                        <Tool
274                                Name="VCFxCopTool"
275                        />
276                        <Tool
277                                Name="VCPostBuildEventTool"
278                                CommandLine=""
279                        />
280                </Configuration>
281                <Configuration
282                        Name="DebugStaticLib|Win32"
283                        OutputDirectory="..\..\..\lib"
284                        IntermediateDirectory="..\obj\$(ConfigurationName)"
285                        ConfigurationType="4"
286                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
287                        CharacterSet="2"
288                        >
289                        <Tool
290                                Name="VCPreBuildEventTool"
291                        />
292                        <Tool
293                                Name="VCCustomBuildTool"
294                        />
295                        <Tool
296                                Name="VCXMLDataGeneratorTool"
297                        />
298                        <Tool
299                                Name="VCWebServiceProxyGeneratorTool"
300                        />
301                        <Tool
302                                Name="VCMIDLTool"
303                        />
304                        <Tool
305                                Name="VCCLCompilerTool"
306                                Optimization="0"
307                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
308                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DEBUG_SAVE_TEXTURE;OGRE_STATIC_LIB"
309                                MinimalRebuild="true"
310                                BasicRuntimeChecks="3"
311                                RuntimeLibrary="3"
312                                EnableFunctionLevelLinking="true"
313                                FloatingPointModel="2"
314                                UsePrecompiledHeader="0"
315                                BrowseInformation="0"
316                                BrowseInformationFile="$(IntDir)\"
317                                WarningLevel="3"
318                                Detect64BitPortabilityProblems="true"
319                                DebugInformationFormat="4"
320                        />
321                        <Tool
322                                Name="VCManagedResourceCompilerTool"
323                        />
324                        <Tool
325                                Name="VCResourceCompilerTool"
326                        />
327                        <Tool
328                                Name="VCPreLinkEventTool"
329                        />
330                        <Tool
331                                Name="VCLibrarianTool"
332                                AdditionalDependencies="d3d9.lib d3dx9.lib dxerr9.lib dxguid.lib"
333                                OutputFile="$(OutDir)\$(ProjectName)Static_d.lib"
334                        />
335                        <Tool
336                                Name="VCALinkTool"
337                        />
338                        <Tool
339                                Name="VCXDCMakeTool"
340                        />
341                        <Tool
342                                Name="VCBscMakeTool"
343                        />
344                        <Tool
345                                Name="VCFxCopTool"
346                        />
347                        <Tool
348                                Name="VCPostBuildEventTool"
349                                CommandLine=""
350                        />
351                </Configuration>
352        </Configurations>
353        <References>
354        </References>
355        <Files>
356                <Filter
357                        Name="Source Files"
358                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
359                        >
360                        <File
361                                RelativePath="..\src\OgreD3D9Driver.cpp"
362                                >
363                        </File>
364                        <File
365                                RelativePath="..\src\OgreD3D9DriverList.cpp"
366                                >
367                        </File>
368                        <File
369                                RelativePath="..\src\OgreD3D9EngineDll.cpp"
370                                >
371                        </File>
372                        <File
373                                RelativePath="..\src\OgreD3D9GpuProgram.cpp"
374                                >
375                        </File>
376                        <File
377                                RelativePath="..\src\OgreD3D9GpuProgramManager.cpp"
378                                >
379                        </File>
380                        <File
381                                RelativePath="..\src\OgreD3D9HardwareBufferManager.cpp"
382                                >
383                        </File>
384                        <File
385                                RelativePath="..\src\OgreD3D9HardwareIndexBuffer.cpp"
386                                >
387                        </File>
388                        <File
389                                RelativePath="..\src\OgreD3D9HardwareOcclusionQuery.cpp"
390                                >
391                        </File>
392                        <File
393                                RelativePath="..\src\OgreD3D9HardwarePixelBuffer.cpp"
394                                >
395                        </File>
396                        <File
397                                RelativePath="..\src\OgreD3D9HardwareVertexBuffer.cpp"
398                                >
399                        </File>
400                        <File
401                                RelativePath="..\src\OgreD3D9HLSLProgram.cpp"
402                                >
403                        </File>
404                        <File
405                                RelativePath="..\src\OgreD3D9HLSLProgramFactory.cpp"
406                                >
407                        </File>
408                        <File
409                                RelativePath="..\src\OgreD3D9Mappings.cpp"
410                                >
411                        </File>
412                        <File
413                                RelativePath="..\src\OgreD3D9MultiRenderTarget.cpp"
414                                >
415                        </File>
416                        <File
417                                RelativePath="..\src\OgreD3D9Plugin.cpp"
418                                >
419                        </File>
420                        <File
421                                RelativePath="..\src\OgreD3D9RenderSystem.cpp"
422                                >
423                        </File>
424                        <File
425                                RelativePath="..\src\OgreD3D9RenderWindow.cpp"
426                                >
427                        </File>
428                        <File
429                                RelativePath="..\src\OgreD3D9Texture.cpp"
430                                >
431                        </File>
432                        <File
433                                RelativePath="..\src\OgreD3D9TextureManager.cpp"
434                                >
435                        </File>
436                        <File
437                                RelativePath="..\src\OgreD3D9VertexDeclaration.cpp"
438                                >
439                        </File>
440                        <File
441                                RelativePath="..\src\OgreD3D9VideoMode.cpp"
442                                >
443                        </File>
444                        <File
445                                RelativePath="..\src\OgreD3D9VideoModeList.cpp"
446                                >
447                        </File>
448                </Filter>
449                <Filter
450                        Name="Header Files"
451                        Filter="h;hpp;hxx;hm;inl;inc"
452                        >
453                        <File
454                                RelativePath="..\include\OgreD3D9Driver.h"
455                                >
456                        </File>
457                        <File
458                                RelativePath="..\include\OgreD3D9DriverList.h"
459                                >
460                        </File>
461                        <File
462                                RelativePath="..\include\OgreD3D9GpuProgram.h"
463                                >
464                        </File>
465                        <File
466                                RelativePath="..\include\OgreD3D9GpuProgramManager.h"
467                                >
468                        </File>
469                        <File
470                                RelativePath="..\include\OgreD3D9HardwareBufferManager.h"
471                                >
472                        </File>
473                        <File
474                                RelativePath="..\include\OgreD3D9HardwareIndexBuffer.h"
475                                >
476                        </File>
477                        <File
478                                RelativePath="..\include\OgreD3D9HardwareOcclusionQuery.h"
479                                >
480                        </File>
481                        <File
482                                RelativePath="..\include\OgreD3D9HardwarePixelBuffer.h"
483                                >
484                        </File>
485                        <File
486                                RelativePath="..\include\OgreD3D9HardwareVertexBuffer.h"
487                                >
488                        </File>
489                        <File
490                                RelativePath="..\include\OgreD3D9HLSLProgram.h"
491                                >
492                        </File>
493                        <File
494                                RelativePath="..\include\OgreD3D9HLSLProgramFactory.h"
495                                >
496                        </File>
497                        <File
498                                RelativePath="..\include\OgreD3D9Mappings.h"
499                                >
500                        </File>
501                        <File
502                                RelativePath="..\include\OgreD3D9MultiRenderTarget.h"
503                                >
504                        </File>
505                        <File
506                                RelativePath="..\include\OgreD3D9Plugin.h"
507                                >
508                        </File>
509                        <File
510                                RelativePath="..\include\OgreD3D9Prerequisites.h"
511                                >
512                        </File>
513                        <File
514                                RelativePath="..\include\OgreD3D9RenderSystem.h"
515                                >
516                        </File>
517                        <File
518                                RelativePath="..\include\OgreD3D9RenderWindow.h"
519                                >
520                        </File>
521                        <File
522                                RelativePath="..\include\OgreD3D9Texture.h"
523                                >
524                        </File>
525                        <File
526                                RelativePath="..\include\OgreD3D9TextureManager.h"
527                                >
528                        </File>
529                        <File
530                                RelativePath="..\include\OgreD3D9VertexDeclaration.h"
531                                >
532                        </File>
533                        <File
534                                RelativePath="..\include\OgreD3D9VideoMode.h"
535                                >
536                        </File>
537                        <File
538                                RelativePath="..\include\OgreD3D9VideoModeList.h"
539                                >
540                        </File>
541                </Filter>
542                <Filter
543                        Name="Resource Files"
544                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
545                        >
546                </Filter>
547        </Files>
548        <Globals>
549        </Globals>
550</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.