Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ReferenceApplication/ReferenceAppLayer/scripts/ReferenceAppLayer_vc8.vcproj @ 5

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

=hoffentlich gehts jetzt

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