Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/ParticleFX/scripts/Plugin_ParticleFX_vc8.vcproj @ 3

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

=update

File size: 12.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Plugin_ParticleFX"
6        ProjectGUID="{C61A6060-5F0B-4B83-A0BC-678CCDA98FF6}"
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="0"
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\zlib\include;..\..\..\Dependencies\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_PARTICLEFXPLUGIN_EXPORTS"
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                                CommandLine="&#x0D;&#x0A;"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                IgnoreImportLibrary="true"
68                                AdditionalDependencies="OgreMain_d.lib"
69                                OutputFile="$(OutDir)/Plugin_ParticleFX_d.dll"
70                                Version="0.99"
71                                LinkIncremental="2"
72                                SuppressStartupBanner="true"
73                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
74                                ModuleDefinitionFile=""
75                                GenerateDebugInformation="true"
76                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb"
77                                SubSystem="2"
78                                OptimizeForWindows98="1"
79                                ImportLibrary="$(OutDir)/Plugin_ParticleFX_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="0"
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="2"
136                                InlineFunctionExpansion="2"
137                                EnableIntrinsicFunctions="true"
138                                FavorSizeOrSpeed="1"
139                                OmitFramePointers="true"
140                                EnableFiberSafeOptimizations="true"
141                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\zlib\include;..\..\..\Dependencies\include"
142                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_PARTICLEFXPLUGIN_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                                CommandLine="&#x0D;&#x0A;"
162                        />
163                        <Tool
164                                Name="VCLinkerTool"
165                                IgnoreImportLibrary="true"
166                                AdditionalDependencies="OgreMain.lib"
167                                OutputFile="$(OutDir)/Plugin_ParticleFX.dll"
168                                Version="0.99"
169                                LinkIncremental="1"
170                                SuppressStartupBanner="true"
171                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
172                                ModuleDefinitionFile=""
173                                GenerateDebugInformation="false"
174                                SubSystem="2"
175                                OptimizeReferences="2"
176                                EnableCOMDATFolding="2"
177                                OptimizeForWindows98="1"
178                                ImportLibrary=""
179                                TargetMachine="1"
180                        />
181                        <Tool
182                                Name="VCALinkTool"
183                        />
184                        <Tool
185                                Name="VCManifestTool"
186                                UseFAT32Workaround="true"
187                        />
188                        <Tool
189                                Name="VCXDCMakeTool"
190                        />
191                        <Tool
192                                Name="VCBscMakeTool"
193                        />
194                        <Tool
195                                Name="VCFxCopTool"
196                        />
197                        <Tool
198                                Name="VCAppVerifierTool"
199                        />
200                        <Tool
201                                Name="VCWebDeploymentTool"
202                        />
203                        <Tool
204                                Name="VCPostBuildEventTool"
205                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
206                        />
207                </Configuration>
208                <Configuration
209                        Name="DebugStaticLib|Win32"
210                        OutputDirectory="..\..\..\lib"
211                        IntermediateDirectory="..\obj\$(ConfigurationName)"
212                        ConfigurationType="4"
213                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
214                        CharacterSet="0"
215                        >
216                        <Tool
217                                Name="VCPreBuildEventTool"
218                        />
219                        <Tool
220                                Name="VCCustomBuildTool"
221                        />
222                        <Tool
223                                Name="VCXMLDataGeneratorTool"
224                        />
225                        <Tool
226                                Name="VCWebServiceProxyGeneratorTool"
227                        />
228                        <Tool
229                                Name="VCMIDLTool"
230                        />
231                        <Tool
232                                Name="VCCLCompilerTool"
233                                Optimization="0"
234                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\zlib\include;..\..\..\Dependencies\include"
235                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_STATIC_LIB"
236                                MinimalRebuild="true"
237                                BasicRuntimeChecks="3"
238                                RuntimeLibrary="3"
239                                EnableFunctionLevelLinking="true"
240                                FloatingPointModel="2"
241                                UsePrecompiledHeader="0"
242                                WarningLevel="3"
243                                Detect64BitPortabilityProblems="true"
244                                DebugInformationFormat="4"
245                        />
246                        <Tool
247                                Name="VCManagedResourceCompilerTool"
248                        />
249                        <Tool
250                                Name="VCResourceCompilerTool"
251                        />
252                        <Tool
253                                Name="VCPreLinkEventTool"
254                                CommandLine="&#x0D;&#x0A;"
255                        />
256                        <Tool
257                                Name="VCLibrarianTool"
258                                OutputFile="$(OutDir)\$(ProjectName)Static_d.lib"
259                        />
260                        <Tool
261                                Name="VCALinkTool"
262                        />
263                        <Tool
264                                Name="VCXDCMakeTool"
265                        />
266                        <Tool
267                                Name="VCBscMakeTool"
268                        />
269                        <Tool
270                                Name="VCFxCopTool"
271                        />
272                        <Tool
273                                Name="VCPostBuildEventTool"
274                                CommandLine=""
275                        />
276                </Configuration>
277                <Configuration
278                        Name="ReleaseStaticLib|Win32"
279                        OutputDirectory="..\..\..\lib"
280                        IntermediateDirectory="..\obj\$(ConfigurationName)"
281                        ConfigurationType="4"
282                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
283                        CharacterSet="0"
284                        WholeProgramOptimization="1"
285                        >
286                        <Tool
287                                Name="VCPreBuildEventTool"
288                        />
289                        <Tool
290                                Name="VCCustomBuildTool"
291                        />
292                        <Tool
293                                Name="VCXMLDataGeneratorTool"
294                        />
295                        <Tool
296                                Name="VCWebServiceProxyGeneratorTool"
297                        />
298                        <Tool
299                                Name="VCMIDLTool"
300                        />
301                        <Tool
302                                Name="VCCLCompilerTool"
303                                Optimization="2"
304                                InlineFunctionExpansion="2"
305                                EnableIntrinsicFunctions="true"
306                                FavorSizeOrSpeed="1"
307                                OmitFramePointers="true"
308                                EnableFiberSafeOptimizations="true"
309                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\zlib\include;..\..\..\Dependencies\include"
310                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_STATIC_LIB"
311                                StringPooling="true"
312                                RuntimeLibrary="2"
313                                BufferSecurityCheck="false"
314                                EnableFunctionLevelLinking="true"
315                                FloatingPointModel="2"
316                                UsePrecompiledHeader="0"
317                                WarningLevel="3"
318                                Detect64BitPortabilityProblems="true"
319                                DebugInformationFormat="3"
320                        />
321                        <Tool
322                                Name="VCManagedResourceCompilerTool"
323                        />
324                        <Tool
325                                Name="VCResourceCompilerTool"
326                        />
327                        <Tool
328                                Name="VCPreLinkEventTool"
329                                CommandLine="&#x0D;&#x0A;"
330                        />
331                        <Tool
332                                Name="VCLibrarianTool"
333                                OutputFile="$(OutDir)\$(ProjectName)Static.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\OgreAreaEmitter.cpp"
362                                >
363                        </File>
364                        <File
365                                RelativePath="..\src\OgreBoxEmitter.cpp"
366                                >
367                        </File>
368                        <File
369                                RelativePath="..\src\OgreColourFaderAffector.cpp"
370                                >
371                        </File>
372                        <File
373                                RelativePath="..\src\OgreColourFaderAffector2.cpp"
374                                >
375                        </File>
376                        <File
377                                RelativePath="..\src\OgreColourImageAffector.cpp"
378                                >
379                        </File>
380                        <File
381                                RelativePath="..\src\OgreColourInterpolatorAffector.cpp"
382                                >
383                        </File>
384                        <File
385                                RelativePath="..\src\OgreCylinderEmitter.cpp"
386                                >
387                        </File>
388                        <File
389                                RelativePath="..\src\OgreDeflectorPlaneAffector.cpp"
390                                >
391                        </File>
392                        <File
393                                RelativePath="..\src\OgreDirectionRandomiserAffector.cpp"
394                                >
395                        </File>
396                        <File
397                                RelativePath="..\src\OgreEllipsoidEmitter.cpp"
398                                >
399                        </File>
400                        <File
401                                RelativePath="..\src\OgreHollowEllipsoidEmitter.cpp"
402                                >
403                        </File>
404                        <File
405                                RelativePath="..\src\OgreLinearForceAffector.cpp"
406                                >
407                        </File>
408                        <File
409                                RelativePath="..\src\OgreParticleFX.cpp"
410                                >
411                        </File>
412                        <File
413                                RelativePath="..\src\OgreParticleFXPlugin.cpp"
414                                >
415                        </File>
416                        <File
417                                RelativePath="..\src\OgrePointEmitter.cpp"
418                                >
419                        </File>
420                        <File
421                                RelativePath="..\src\OgreRingEmitter.cpp"
422                                >
423                        </File>
424                        <File
425                                RelativePath="..\src\OgreRotationAffector.cpp"
426                                >
427                        </File>
428                        <File
429                                RelativePath="..\src\OgreScaleAffector.cpp"
430                                >
431                        </File>
432                </Filter>
433                <Filter
434                        Name="Header Files"
435                        Filter="h;hpp;hxx;hm;inl;inc"
436                        >
437                        <File
438                                RelativePath="..\include\OgreAreaEmitter.h"
439                                >
440                        </File>
441                        <File
442                                RelativePath="..\include\OgreBoxEmitter.h"
443                                >
444                        </File>
445                        <File
446                                RelativePath="..\include\OgreBoxEmitterFactory.h"
447                                >
448                        </File>
449                        <File
450                                RelativePath="..\include\OgreColourFaderAffector.h"
451                                >
452                        </File>
453                        <File
454                                RelativePath="..\include\OgreColourFaderAffector2.h"
455                                >
456                        </File>
457                        <File
458                                RelativePath="..\include\OgreColourFaderAffectorFactory.h"
459                                >
460                        </File>
461                        <File
462                                RelativePath="..\include\OgreColourFaderAffectorFactory2.h"
463                                >
464                        </File>
465                        <File
466                                RelativePath="..\include\OgreColourImageAffector.h"
467                                >
468                        </File>
469                        <File
470                                RelativePath="..\include\OgreColourImageAffectorFactory.h"
471                                >
472                        </File>
473                        <File
474                                RelativePath="..\include\OgreColourInterpolatorAffector.h"
475                                >
476                        </File>
477                        <File
478                                RelativePath="..\include\OgreCylinderEmitter.h"
479                                >
480                        </File>
481                        <File
482                                RelativePath="..\include\OgreCylinderEmitterFactory.h"
483                                >
484                        </File>
485                        <File
486                                RelativePath="..\include\OgreDeflectorPlaneAffector.h"
487                                >
488                        </File>
489                        <File
490                                RelativePath="..\include\OgreDeflectorPlaneAffectorFactory.h"
491                                >
492                        </File>
493                        <File
494                                RelativePath="..\include\OgreDirectionRandomiserAffector.h"
495                                >
496                        </File>
497                        <File
498                                RelativePath="..\include\OgreDirectionRandomiserAffectorFactory.h"
499                                >
500                        </File>
501                        <File
502                                RelativePath="..\include\OgreEllipsoidEmitter.h"
503                                >
504                        </File>
505                        <File
506                                RelativePath="..\include\OgreEllipsoidEmitterFactory.h"
507                                >
508                        </File>
509                        <File
510                                RelativePath="..\include\OgreHollowEllipsoidEmitter.h"
511                                >
512                        </File>
513                        <File
514                                RelativePath="..\include\OgreHollowEllipsoidEmitterFactory.h"
515                                >
516                        </File>
517                        <File
518                                RelativePath="..\include\OgreLinearForceAffector.h"
519                                >
520                        </File>
521                        <File
522                                RelativePath="..\include\OgreLinearForceAffectorFactory.h"
523                                >
524                        </File>
525                        <File
526                                RelativePath="..\include\OgreParticleFXPlugin.h"
527                                >
528                        </File>
529                        <File
530                                RelativePath="..\include\OgreParticleFXPrerequisites.h"
531                                >
532                        </File>
533                        <File
534                                RelativePath="..\include\OgrePointEmitter.h"
535                                >
536                        </File>
537                        <File
538                                RelativePath="..\include\OgrePointEmitterFactory.h"
539                                >
540                        </File>
541                        <File
542                                RelativePath="..\include\OgreRingEmitter.h"
543                                >
544                        </File>
545                        <File
546                                RelativePath="..\include\OgreRingEmitterFactory.h"
547                                >
548                        </File>
549                        <File
550                                RelativePath="..\include\OgreRotationAffector.h"
551                                >
552                        </File>
553                        <File
554                                RelativePath="..\include\OgreRotationAffectorFactory.h"
555                                >
556                        </File>
557                        <File
558                                RelativePath="..\include\OgreScaleAffector.h"
559                                >
560                        </File>
561                        <File
562                                RelativePath="..\include\OgreScaleAffectorFactory.h"
563                                >
564                        </File>
565                </Filter>
566                <Filter
567                        Name="Resource Files"
568                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
569                        >
570                </Filter>
571        </Files>
572        <Globals>
573        </Globals>
574</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.