source: OGRE/trunk/ogrenew/ReferenceApplication/ReferenceAppLayer/scripts/ReferenceAppLayer_vc8.vcproj @ 657

Revision 657, 8.5 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="ReferenceAppLayer"
6        ProjectGUID="{6FDA6A78-A473-4FEB-86A5-96D1CC65D5B9}"
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\$(ConfigurationName)"
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;REFERENCEAPPLAYER_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                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                IgnoreImportLibrary="true"
67                                AdditionalDependencies="OgreMain_d.lib ode.lib"
68                                OutputFile="$(OutDir)/ReferenceAppLayer.dll"
69                                Version="0.99"
70                                LinkIncremental="2"
71                                SuppressStartupBanner="true"
72                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
73                                ModuleDefinitionFile=""
74                                GenerateDebugInformation="true"
75                                ProgramDatabaseFile="$(OutDir)/ReferenceAppLayer.pdb"
76                                SubSystem="2"
77                                ImportLibrary="$(OutDir)/ReferenceAppLayer.lib"
78                                TargetMachine="1"
79                        />
80                        <Tool
81                                Name="VCALinkTool"
82                        />
83                        <Tool
84                                Name="VCManifestTool"
85                        />
86                        <Tool
87                                Name="VCXDCMakeTool"
88                        />
89                        <Tool
90                                Name="VCBscMakeTool"
91                        />
92                        <Tool
93                                Name="VCFxCopTool"
94                        />
95                        <Tool
96                                Name="VCAppVerifierTool"
97                        />
98                        <Tool
99                                Name="VCWebDeploymentTool"
100                        />
101                        <Tool
102                                Name="VCPostBuildEventTool"
103                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
104                        />
105                </Configuration>
106                <Configuration
107                        Name="Release|Win32"
108                        OutputDirectory="..\lib\$(ConfigurationName)"
109                        IntermediateDirectory="..\obj\$(ConfigurationName)"
110                        ConfigurationType="2"
111                        InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
112                        CharacterSet="2"
113                        WholeProgramOptimization="1"
114                        >
115                        <Tool
116                                Name="VCPreBuildEventTool"
117                        />
118                        <Tool
119                                Name="VCCustomBuildTool"
120                        />
121                        <Tool
122                                Name="VCXMLDataGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCWebServiceProxyGeneratorTool"
126                        />
127                        <Tool
128                                Name="VCMIDLTool"
129                        />
130                        <Tool
131                                Name="VCCLCompilerTool"
132                                Optimization="3"
133                                InlineFunctionExpansion="2"
134                                EnableIntrinsicFunctions="true"
135                                FavorSizeOrSpeed="1"
136                                OmitFramePointers="true"
137                                EnableFiberSafeOptimizations="true"
138                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
139                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;REFERENCEAPPLAYER_EXPORTS"
140                                StringPooling="true"
141                                RuntimeLibrary="2"
142                                BufferSecurityCheck="false"
143                                EnableFunctionLevelLinking="true"
144                                FloatingPointModel="2"
145                                UsePrecompiledHeader="0"
146                                WarningLevel="3"
147                                Detect64BitPortabilityProblems="true"
148                                DebugInformationFormat="3"
149                        />
150                        <Tool
151                                Name="VCManagedResourceCompilerTool"
152                        />
153                        <Tool
154                                Name="VCResourceCompilerTool"
155                        />
156                        <Tool
157                                Name="VCPreLinkEventTool"
158                        />
159                        <Tool
160                                Name="VCLinkerTool"
161                                IgnoreImportLibrary="true"
162                                AdditionalDependencies="OgreMain.lib ode.lib"
163                                OutputFile="$(OutDir)/ReferenceAppLayer.dll"
164                                Version="0.99"
165                                LinkIncremental="1"
166                                SuppressStartupBanner="true"
167                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
168                                ModuleDefinitionFile=""
169                                GenerateDebugInformation="true"
170                                SubSystem="2"
171                                OptimizeReferences="2"
172                                EnableCOMDATFolding="2"
173                                ImportLibrary="$(OutDir)/ReferenceAppLayer.lib"
174                                TargetMachine="1"
175                        />
176                        <Tool
177                                Name="VCALinkTool"
178                        />
179                        <Tool
180                                Name="VCManifestTool"
181                        />
182                        <Tool
183                                Name="VCXDCMakeTool"
184                        />
185                        <Tool
186                                Name="VCBscMakeTool"
187                        />
188                        <Tool
189                                Name="VCFxCopTool"
190                        />
191                        <Tool
192                                Name="VCAppVerifierTool"
193                        />
194                        <Tool
195                                Name="VCWebDeploymentTool"
196                        />
197                        <Tool
198                                Name="VCPostBuildEventTool"
199                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"
200                        />
201                </Configuration>
202        </Configurations>
203        <References>
204        </References>
205        <Files>
206                <Filter
207                        Name="Source Files"
208                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
209                        >
210                        <File
211                                RelativePath="..\src\OgreRefAppApplicationObject.cpp"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\src\OgreRefAppBall.cpp"
216                                >
217                        </File>
218                        <File
219                                RelativePath="..\src\OgreRefAppBox.cpp"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\src\OgreRefAppCollideCamera.cpp"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\src\OgreRefAppJoint.cpp"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\src\OgreRefAppJointSubtypes.cpp"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\src\OgreRefAppOgreHead.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\src\OgreRefAppPlane.cpp"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\src\OgreRefAppWorld.cpp"
244                                >
245                        </File>
246                </Filter>
247                <Filter
248                        Name="Header Files"
249                        Filter="h;hpp;hxx;hm;inl;inc"
250                        >
251                        <File
252                                RelativePath="..\include\OgreRefAppApplicationObject.h"
253                                >
254                        </File>
255                        <File
256                                RelativePath="..\include\OgreRefAppBall.h"
257                                >
258                        </File>
259                        <File
260                                RelativePath="..\include\OgreRefAppBox.h"
261                                >
262                        </File>
263                        <File
264                                RelativePath="..\include\OgreRefAppCollideCamera.h"
265                                >
266                        </File>
267                        <File
268                                RelativePath="..\include\OgreRefAppJoint.h"
269                                >
270                        </File>
271                        <File
272                                RelativePath="..\include\OgreRefAppJointSubtypes.h"
273                                >
274                        </File>
275                        <File
276                                RelativePath="..\include\OgreRefAppOgreHead.h"
277                                >
278                        </File>
279                        <File
280                                RelativePath="..\include\OgreRefAppPlane.h"
281                                >
282                        </File>
283                        <File
284                                RelativePath="..\include\OgreRefAppPrerequisites.h"
285                                >
286                        </File>
287                        <File
288                                RelativePath="..\include\OgreRefAppWorld.h"
289                                >
290                        </File>
291                        <File
292                                RelativePath="..\include\OgreReferenceAppLayer.h"
293                                >
294                        </File>
295                        <Filter
296                                Name="ODE"
297                                >
298                                <File
299                                        RelativePath="..\..\..\Dependencies\include\ode\collision.h"
300                                        >
301                                </File>
302                                <File
303                                        RelativePath="..\..\..\Dependencies\include\ode\common.h"
304                                        >
305                                </File>
306                                <File
307                                        RelativePath="..\..\..\Dependencies\include\ode\contact.h"
308                                        >
309                                </File>
310                                <File
311                                        RelativePath="..\..\..\Dependencies\include\ode\error.h"
312                                        >
313                                </File>
314                                <File
315                                        RelativePath="..\..\..\Dependencies\include\ode\geom.h"
316                                        >
317                                </File>
318                                <File
319                                        RelativePath="..\..\..\Dependencies\include\ode\mass.h"
320                                        >
321                                </File>
322                                <File
323                                        RelativePath="..\..\..\Dependencies\include\ode\matrix.h"
324                                        >
325                                </File>
326                                <File
327                                        RelativePath="..\..\..\Dependencies\include\ode\memory.h"
328                                        >
329                                </File>
330                                <File
331                                        RelativePath="..\..\..\Dependencies\include\ode\misc.h"
332                                        >
333                                </File>
334                                <File
335                                        RelativePath="..\..\..\Dependencies\include\ode\objects.h"
336                                        >
337                                </File>
338                                <File
339                                        RelativePath="..\..\..\Dependencies\include\ode\ode.h"
340                                        >
341                                </File>
342                                <File
343                                        RelativePath="..\..\..\Dependencies\include\ode\odecpp.h"
344                                        >
345                                </File>
346                                <File
347                                        RelativePath="..\..\..\Dependencies\include\ode\odecpp_collision.h"
348                                        >
349                                </File>
350                                <File
351                                        RelativePath="..\..\..\Dependencies\include\ode\odemath.h"
352                                        >
353                                </File>
354                                <File
355                                        RelativePath="..\..\..\Dependencies\include\ode\rotation.h"
356                                        >
357                                </File>
358                        </Filter>
359                </Filter>
360                <Filter
361                        Name="Resource Files"
362                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
363                        >
364                </Filter>
365        </Files>
366        <Globals>
367        </Globals>
368</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.