Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

=hoffentlich gehts jetzt

File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="ReferenceAppLayer"
6        ProjectGUID="{6FDA6A78-A473-4FEB-86A5-96D1CC65D5B9}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\..\..\lib"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;REFERENCEAPPLAYER_EXPORTS;"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                EnableFunctionLevelLinking="TRUE"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                IgnoreImportLibrary="TRUE"
38                                AdditionalDependencies="OgreMain_d.lib ode.lib"
39                                OutputFile="$(OutDir)/$(ProjectName)_d.dll"
40                                Version="0.99"
41                                LinkIncremental="2"
42                                SuppressStartupBanner="TRUE"
43                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
44                                ModuleDefinitionFile=""
45                                GenerateDebugInformation="TRUE"
46                                ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb"
47                                SubSystem="2"
48                                ImportLibrary="$(OutDir)/$(TargetName).lib"
49                                TargetMachine="1"/>
50                        <Tool
51                                Name="VCMIDLTool"/>
52                        <Tool
53                                Name="VCPostBuildEventTool"
54                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
55                        <Tool
56                                Name="VCPreBuildEventTool"/>
57                        <Tool
58                                Name="VCPreLinkEventTool"/>
59                        <Tool
60                                Name="VCResourceCompilerTool"/>
61                        <Tool
62                                Name="VCWebServiceProxyGeneratorTool"/>
63                        <Tool
64                                Name="VCXMLDataGeneratorTool"/>
65                        <Tool
66                                Name="VCWebDeploymentTool"/>
67                        <Tool
68                                Name="VCManagedWrapperGeneratorTool"/>
69                        <Tool
70                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71                </Configuration>
72                <Configuration
73                        Name="Release|Win32"
74                        OutputDirectory="..\..\..\lib"
75                        IntermediateDirectory="..\obj\$(ConfigurationName)"
76                        ConfigurationType="2"
77                        CharacterSet="2"
78                        WholeProgramOptimization="TRUE">
79                        <Tool
80                                Name="VCCLCompilerTool"
81                                Optimization="3"
82                                GlobalOptimizations="TRUE"
83                                InlineFunctionExpansion="2"
84                                EnableIntrinsicFunctions="TRUE"
85                                ImproveFloatingPointConsistency="TRUE"
86                                FavorSizeOrSpeed="1"
87                                OmitFramePointers="TRUE"
88                                EnableFiberSafeOptimizations="TRUE"
89                                OptimizeForProcessor="2"
90                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include"
91                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;REFERENCEAPPLAYER_EXPORTS"
92                                StringPooling="TRUE"
93                                RuntimeLibrary="2"
94                                BufferSecurityCheck="FALSE"
95                                EnableFunctionLevelLinking="TRUE"
96                                RuntimeTypeInfo="TRUE"
97                                UsePrecompiledHeader="0"
98                                WarningLevel="3"
99                                Detect64BitPortabilityProblems="TRUE"
100                                DebugInformationFormat="3"/>
101                        <Tool
102                                Name="VCCustomBuildTool"/>
103                        <Tool
104                                Name="VCLinkerTool"
105                                IgnoreImportLibrary="TRUE"
106                                AdditionalDependencies="OgreMain.lib ode.lib"
107                                Version="0.99"
108                                LinkIncremental="1"
109                                SuppressStartupBanner="TRUE"
110                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
111                                ModuleDefinitionFile=""
112                                GenerateDebugInformation="TRUE"
113                                SubSystem="2"
114                                OptimizeReferences="2"
115                                EnableCOMDATFolding="2"
116                                ImportLibrary="$(OutDir)/$(TargetName).lib"
117                                TargetMachine="1"/>
118                        <Tool
119                                Name="VCMIDLTool"/>
120                        <Tool
121                                Name="VCPostBuildEventTool"
122                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
123                        <Tool
124                                Name="VCPreBuildEventTool"/>
125                        <Tool
126                                Name="VCPreLinkEventTool"/>
127                        <Tool
128                                Name="VCResourceCompilerTool"/>
129                        <Tool
130                                Name="VCWebServiceProxyGeneratorTool"/>
131                        <Tool
132                                Name="VCXMLDataGeneratorTool"/>
133                        <Tool
134                                Name="VCWebDeploymentTool"/>
135                        <Tool
136                                Name="VCManagedWrapperGeneratorTool"/>
137                        <Tool
138                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
139                </Configuration>
140        </Configurations>
141        <References>
142        </References>
143        <Files>
144                <Filter
145                        Name="Source Files"
146                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
147                        <File
148                                RelativePath="..\src\OgreRefAppApplicationObject.cpp">
149                        </File>
150                        <File
151                                RelativePath="..\src\OgreRefAppBall.cpp">
152                        </File>
153                        <File
154                                RelativePath="..\src\OgreRefAppBox.cpp">
155                        </File>
156                        <File
157                                RelativePath="..\src\OgreRefAppCollideCamera.cpp">
158                        </File>
159                        <File
160                                RelativePath="..\src\OgreRefAppJoint.cpp">
161                        </File>
162                        <File
163                                RelativePath="..\src\OgreRefAppJointSubtypes.cpp">
164                        </File>
165                        <File
166                                RelativePath="..\src\OgreRefAppOgreHead.cpp">
167                        </File>
168                        <File
169                                RelativePath="..\src\OgreRefAppPlane.cpp">
170                        </File>
171                        <File
172                                RelativePath="..\src\OgreRefAppWorld.cpp">
173                        </File>
174                </Filter>
175                <Filter
176                        Name="Header Files"
177                        Filter="h;hpp;hxx;hm;inl;inc">
178                        <File
179                                RelativePath="..\include\OgreRefAppApplicationObject.h">
180                        </File>
181                        <File
182                                RelativePath="..\include\OgreRefAppBall.h">
183                        </File>
184                        <File
185                                RelativePath="..\include\OgreRefAppBox.h">
186                        </File>
187                        <File
188                                RelativePath="..\include\OgreRefAppCollideCamera.h">
189                        </File>
190                        <File
191                                RelativePath="..\include\OgreRefAppJoint.h">
192                        </File>
193                        <File
194                                RelativePath="..\include\OgreRefAppJointSubtypes.h">
195                        </File>
196                        <File
197                                RelativePath="..\include\OgreRefAppOgreHead.h">
198                        </File>
199                        <File
200                                RelativePath="..\include\OgreRefAppPlane.h">
201                        </File>
202                        <File
203                                RelativePath="..\include\OgreRefAppPrerequisites.h">
204                        </File>
205                        <File
206                                RelativePath="..\include\OgreRefAppWorld.h">
207                        </File>
208                        <File
209                                RelativePath="..\include\OgreReferenceAppLayer.h">
210                        </File>
211                        <Filter
212                                Name="ODE"
213                                Filter="">
214                                <File
215                                        RelativePath="..\..\..\Dependencies\include\ode\collision.h">
216                                </File>
217                                <File
218                                        RelativePath="..\..\..\Dependencies\include\ode\common.h">
219                                </File>
220                                <File
221                                        RelativePath="..\..\..\Dependencies\include\ode\contact.h">
222                                </File>
223                                <File
224                                        RelativePath="..\..\..\Dependencies\include\ode\error.h">
225                                </File>
226                                <File
227                                        RelativePath="..\..\..\Dependencies\include\ode\geom.h">
228                                </File>
229                                <File
230                                        RelativePath="..\..\..\Dependencies\include\ode\mass.h">
231                                </File>
232                                <File
233                                        RelativePath="..\..\..\Dependencies\include\ode\matrix.h">
234                                </File>
235                                <File
236                                        RelativePath="..\..\..\Dependencies\include\ode\memory.h">
237                                </File>
238                                <File
239                                        RelativePath="..\..\..\Dependencies\include\ode\misc.h">
240                                </File>
241                                <File
242                                        RelativePath="..\..\..\Dependencies\include\ode\objects.h">
243                                </File>
244                                <File
245                                        RelativePath="..\..\..\Dependencies\include\ode\ode.h">
246                                </File>
247                                <File
248                                        RelativePath="..\..\..\Dependencies\include\ode\odecpp.h">
249                                </File>
250                                <File
251                                        RelativePath="..\..\..\Dependencies\include\ode\odecpp_collision.h">
252                                </File>
253                                <File
254                                        RelativePath="..\..\..\Dependencies\include\ode\odemath.h">
255                                </File>
256                                <File
257                                        RelativePath="..\..\..\Dependencies\include\ode\rotation.h">
258                                </File>
259                        </Filter>
260                </Filter>
261                <Filter
262                        Name="Resource Files"
263                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
264                </Filter>
265        </Files>
266        <Globals>
267        </Globals>
268</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.