Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Tests/PlayPen/scripts/PlayPen_vc8.vcproj @ 3

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

=update

File size: 11.2 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="PlayPen"
6        ProjectGUID="{430448E6-E03B-4645-B505-A4857368BB93}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="..\bin\$(ConfigurationName)"
20                        IntermediateDirectory="..\obj\$(ConfigurationName)"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="..\include;..\..\..\Samples\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                FloatingPointModel="2"
50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                Detect64BitPortabilityProblems="true"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
67                                OutputFile="$(OutDir)/PlayPen.exe"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
70                                GenerateDebugInformation="true"
71                                ProgramDatabaseFile="$(OutDir)/PlayPen.pdb"
72                                SubSystem="2"
73                                OptimizeForWindows98="1"
74                                TargetMachine="1"
75                        />
76                        <Tool
77                                Name="VCALinkTool"
78                        />
79                        <Tool
80                                Name="VCManifestTool"
81                                UseFAT32Workaround="true"
82                        />
83                        <Tool
84                                Name="VCXDCMakeTool"
85                        />
86                        <Tool
87                                Name="VCBscMakeTool"
88                        />
89                        <Tool
90                                Name="VCFxCopTool"
91                        />
92                        <Tool
93                                Name="VCAppVerifierTool"
94                        />
95                        <Tool
96                                Name="VCWebDeploymentTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\Bin\$(ConfigurationName)"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Release|Win32"
105                        OutputDirectory="..\bin\$(ConfigurationName)"
106                        IntermediateDirectory="..\obj\$(ConfigurationName)"
107                        ConfigurationType="1"
108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
109                        CharacterSet="2"
110                        >
111                        <Tool
112                                Name="VCPreBuildEventTool"
113                        />
114                        <Tool
115                                Name="VCCustomBuildTool"
116                        />
117                        <Tool
118                                Name="VCXMLDataGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"
122                        />
123                        <Tool
124                                Name="VCMIDLTool"
125                        />
126                        <Tool
127                                Name="VCCLCompilerTool"
128                                Optimization="2"
129                                InlineFunctionExpansion="1"
130                                FavorSizeOrSpeed="1"
131                                OmitFramePointers="true"
132                                AdditionalIncludeDirectories="..\include;..\..\..\Samples\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
133                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
134                                StringPooling="true"
135                                MinimalRebuild="true"
136                                RuntimeLibrary="2"
137                                BufferSecurityCheck="false"
138                                EnableFunctionLevelLinking="true"
139                                FloatingPointModel="2"
140                                UsePrecompiledHeader="0"
141                                WarningLevel="3"
142                                Detect64BitPortabilityProblems="true"
143                                DebugInformationFormat="3"
144                        />
145                        <Tool
146                                Name="VCManagedResourceCompilerTool"
147                        />
148                        <Tool
149                                Name="VCResourceCompilerTool"
150                        />
151                        <Tool
152                                Name="VCPreLinkEventTool"
153                        />
154                        <Tool
155                                Name="VCLinkerTool"
156                                AdditionalDependencies="OgreMain.lib OIS.lib"
157                                OutputFile="$(OutDir)/PlayPen.exe"
158                                LinkIncremental="1"
159                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
160                                GenerateDebugInformation="true"
161                                SubSystem="2"
162                                OptimizeReferences="2"
163                                EnableCOMDATFolding="2"
164                                OptimizeForWindows98="1"
165                                TargetMachine="1"
166                                FixedBaseAddress="1"
167                        />
168                        <Tool
169                                Name="VCALinkTool"
170                        />
171                        <Tool
172                                Name="VCManifestTool"
173                                UseFAT32Workaround="true"
174                        />
175                        <Tool
176                                Name="VCXDCMakeTool"
177                        />
178                        <Tool
179                                Name="VCBscMakeTool"
180                        />
181                        <Tool
182                                Name="VCFxCopTool"
183                        />
184                        <Tool
185                                Name="VCAppVerifierTool"
186                        />
187                        <Tool
188                                Name="VCWebDeploymentTool"
189                        />
190                        <Tool
191                                Name="VCPostBuildEventTool"
192                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\Bin\$(ConfigurationName)"
193                        />
194                </Configuration>
195                <Configuration
196                        Name="DebugStaticLib|Win32"
197                        OutputDirectory="..\bin\$(ConfigurationName)"
198                        IntermediateDirectory="..\obj\$(ConfigurationName)"
199                        ConfigurationType="1"
200                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
201                        CharacterSet="2"
202                        >
203                        <Tool
204                                Name="VCPreBuildEventTool"
205                        />
206                        <Tool
207                                Name="VCCustomBuildTool"
208                        />
209                        <Tool
210                                Name="VCXMLDataGeneratorTool"
211                        />
212                        <Tool
213                                Name="VCWebServiceProxyGeneratorTool"
214                        />
215                        <Tool
216                                Name="VCMIDLTool"
217                        />
218                        <Tool
219                                Name="VCCLCompilerTool"
220                                Optimization="0"
221                                AdditionalIncludeDirectories="..\include;..\..\..\Samples\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\..\..\RenderSystems\GL\include;..\..\..\RenderSystems\GL\src\glsl\include;..\..\..\RenderSystems\Direct3D9\include;..\..\..\Plugins\OctreeSceneManager\include;..\..\..\Plugins\ParticleFX\include;..\..\..\Plugins\BSPSceneManager\include;..\..\..\Plugins\CgProgramManager\include"
222                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;OGRE_STATIC_LIB"
223                                MinimalRebuild="true"
224                                BasicRuntimeChecks="3"
225                                RuntimeLibrary="3"
226                                EnableFunctionLevelLinking="true"
227                                FloatingPointModel="2"
228                                UsePrecompiledHeader="0"
229                                WarningLevel="3"
230                                Detect64BitPortabilityProblems="true"
231                                DebugInformationFormat="4"
232                        />
233                        <Tool
234                                Name="VCManagedResourceCompilerTool"
235                        />
236                        <Tool
237                                Name="VCResourceCompilerTool"
238                        />
239                        <Tool
240                                Name="VCPreLinkEventTool"
241                        />
242                        <Tool
243                                Name="VCLinkerTool"
244                                AdditionalDependencies="OgreMainStatic_d.lib OIS_d.lib OgreWin32Resources_d.res RenderSystem_GLStatic_d.lib RenderSystem_Direct3D9Static_d.lib Plugin_OctreeSceneManagerStatic_d.lib Plugin_BSPSceneManagerStatic_d.lib Plugin_ParticleFXStatic_d.lib Plugin_CgProgramManagerStatic_d.lib"
245                                OutputFile="$(OutDir)/PlayPenStatic.exe"
246                                LinkIncremental="2"
247                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\Debug&quot;"
248                                GenerateDebugInformation="true"
249                                ProgramDatabaseFile="$(OutDir)/PlayPen.pdb"
250                                SubSystem="2"
251                                OptimizeForWindows98="1"
252                                TargetMachine="1"
253                        />
254                        <Tool
255                                Name="VCALinkTool"
256                        />
257                        <Tool
258                                Name="VCManifestTool"
259                                UseFAT32Workaround="true"
260                        />
261                        <Tool
262                                Name="VCXDCMakeTool"
263                        />
264                        <Tool
265                                Name="VCBscMakeTool"
266                        />
267                        <Tool
268                                Name="VCFxCopTool"
269                        />
270                        <Tool
271                                Name="VCAppVerifierTool"
272                        />
273                        <Tool
274                                Name="VCWebDeploymentTool"
275                        />
276                        <Tool
277                                Name="VCPostBuildEventTool"
278                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\Bin\Debug"
279                        />
280                </Configuration>
281                <Configuration
282                        Name="ReleaseStaticLib|Win32"
283                        OutputDirectory="..\bin\$(ConfigurationName)"
284                        IntermediateDirectory="..\obj\$(ConfigurationName)"
285                        ConfigurationType="1"
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="2"
307                                InlineFunctionExpansion="1"
308                                FavorSizeOrSpeed="1"
309                                OmitFramePointers="true"
310                                AdditionalIncludeDirectories="..\include;..\..\..\Samples\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\..\..\RenderSystems\GL\include;..\..\..\RenderSystems\GL\src\glsl\include;..\..\..\RenderSystems\Direct3D9\include;..\..\..\Plugins\OctreeSceneManager\include;..\..\..\Plugins\ParticleFX\include;..\..\..\Plugins\BSPSceneManager\include;..\..\..\Plugins\CgProgramManager\include"
311                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;OGRE_STATIC_LIB"
312                                StringPooling="true"
313                                MinimalRebuild="true"
314                                RuntimeLibrary="2"
315                                BufferSecurityCheck="false"
316                                EnableFunctionLevelLinking="true"
317                                FloatingPointModel="2"
318                                UsePrecompiledHeader="0"
319                                WarningLevel="3"
320                                Detect64BitPortabilityProblems="true"
321                                DebugInformationFormat="3"
322                        />
323                        <Tool
324                                Name="VCManagedResourceCompilerTool"
325                        />
326                        <Tool
327                                Name="VCResourceCompilerTool"
328                        />
329                        <Tool
330                                Name="VCPreLinkEventTool"
331                        />
332                        <Tool
333                                Name="VCLinkerTool"
334                                AdditionalDependencies="OgreMainStatic.lib OIS.lib OgreWin32Resources.res RenderSystem_GLStatic.lib RenderSystem_Direct3D9Static.lib Plugin_OctreeSceneManagerStatic.lib Plugin_BSPSceneManagerStatic.lib Plugin_ParticleFXStatic.lib Plugin_CgProgramManagerStatic.lib"
335                                OutputFile="$(OutDir)/PlayPenStatic.exe"
336                                LinkIncremental="1"
337                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\Release&quot;"
338                                GenerateDebugInformation="false"
339                                SubSystem="2"
340                                OptimizeReferences="2"
341                                EnableCOMDATFolding="2"
342                                OptimizeForWindows98="1"
343                                TargetMachine="1"
344                                FixedBaseAddress="1"
345                        />
346                        <Tool
347                                Name="VCALinkTool"
348                        />
349                        <Tool
350                                Name="VCManifestTool"
351                                UseFAT32Workaround="true"
352                        />
353                        <Tool
354                                Name="VCXDCMakeTool"
355                        />
356                        <Tool
357                                Name="VCBscMakeTool"
358                        />
359                        <Tool
360                                Name="VCFxCopTool"
361                        />
362                        <Tool
363                                Name="VCAppVerifierTool"
364                        />
365                        <Tool
366                                Name="VCWebDeploymentTool"
367                        />
368                        <Tool
369                                Name="VCPostBuildEventTool"
370                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\Bin\Release"
371                        />
372                </Configuration>
373        </Configurations>
374        <References>
375        </References>
376        <Files>
377                <Filter
378                        Name="Source Files"
379                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
380                        >
381                        <File
382                                RelativePath="..\src\AnimationBlender.cpp"
383                                >
384                                <FileConfiguration
385                                        Name="Release|Win32"
386                                        >
387                                        <Tool
388                                                Name="VCCLCompilerTool"
389                                                FloatingPointModel="2"
390                                                DisableLanguageExtensions="false"
391                                                WarningLevel="4"
392                                        />
393                                </FileConfiguration>
394                                <FileConfiguration
395                                        Name="ReleaseStaticLib|Win32"
396                                        >
397                                        <Tool
398                                                Name="VCCLCompilerTool"
399                                                FloatingPointModel="2"
400                                                DisableLanguageExtensions="false"
401                                                WarningLevel="4"
402                                        />
403                                </FileConfiguration>
404                        </File>
405                        <File
406                                RelativePath="..\src\PlayPen.cpp"
407                                >
408                        </File>
409                        <File
410                                RelativePath="..\src\WindowEmbedding.cpp"
411                                >
412                        </File>
413                </Filter>
414                <Filter
415                        Name="Header Files"
416                        Filter="h;hpp;hxx;hm;inl;inc"
417                        >
418                        <File
419                                RelativePath="..\include\AnimationBlender.h"
420                                >
421                        </File>
422                        <File
423                                RelativePath="..\..\..\Samples\Common\include\ExampleApplication.h"
424                                >
425                        </File>
426                        <File
427                                RelativePath="..\..\..\Samples\Common\include\ExampleFrameListener.h"
428                                >
429                        </File>
430                        <File
431                                RelativePath="..\..\..\Samples\Common\include\ExampleLoadingBar.h"
432                                >
433                        </File>
434                        <File
435                                RelativePath="..\include\StaticPluginLoader.h"
436                                >
437                        </File>
438                </Filter>
439                <Filter
440                        Name="Resource Files"
441                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
442                        >
443                </Filter>
444        </Files>
445        <Globals>
446        </Globals>
447</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.