Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

=update

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