Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/scripts/VC8/OgreOde_Core_CVS.vcproj @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 8.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="OgreOde_Core"
6        ProjectGUID="{DF22C2FB-C678-4378-8475-9CCE0A906756}"
7        RootNamespace="OgreOde_Core"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="..\..\lib\$(ConfigurationName)"
21                        IntermediateDirectory="..\..\obj\$(ConfigurationName)"
22                        ConfigurationType="2"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        CharacterSet="2"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                AdditionalOptions="/Zm113"
44                                Optimization="0"
45                                AdditionalIncludeDirectories="..\..\include;&quot;$(ODE_HOME)\include&quot;;..\..\..\..\Ogrenew\OgreMain\include"
46                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGREODE_EXPORTS;ODE_LIB;_PRECOMP"
47                                MinimalRebuild="true"
48                                BasicRuntimeChecks="3"
49                                RuntimeLibrary="3"
50                                EnableFunctionLevelLinking="true"
51                                FloatingPointModel="2"
52                                UsePrecompiledHeader="2"
53                                PrecompiledHeaderThrough="OgreOdePrecompiledHeaders.h"
54                                WarningLevel="3"
55                                Detect64BitPortabilityProblems="true"
56                                DebugInformationFormat="4"
57                        />
58                        <Tool
59                                Name="VCManagedResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCResourceCompilerTool"
63                        />
64                        <Tool
65                                Name="VCPreLinkEventTool"
66                        />
67                        <Tool
68                                Name="VCLinkerTool"
69                                IgnoreImportLibrary="true"
70                                AdditionalDependencies="ode.lib ogremain_d.lib"
71                                OutputFile="$(OutDir)/OgreOde_Core_d.dll"
72                                Version="1.2"
73                                LinkIncremental="0"
74                                SuppressStartupBanner="true"
75                                AdditionalLibraryDirectories="$(ODE_HOME)\lib\debuglib\;..\..\..\..\Ogrenew\lib"
76                                GenerateDebugInformation="true"
77                                ProgramDatabaseFile="$(OutDir)/OgreOde_Core_d.pdb"
78                                SubSystem="2"
79                                ImportLibrary="$(OutDir)/OgreOde_Core_d.lib"
80                                TargetMachine="1"
81                        />
82                        <Tool
83                                Name="VCALinkTool"
84                        />
85                        <Tool
86                                Name="VCManifestTool"
87                        />
88                        <Tool
89                                Name="VCXDCMakeTool"
90                        />
91                        <Tool
92                                Name="VCBscMakeTool"
93                        />
94                        <Tool
95                                Name="VCFxCopTool"
96                        />
97                        <Tool
98                                Name="VCAppVerifierTool"
99                        />
100                        <Tool
101                                Name="VCWebDeploymentTool"
102                        />
103                        <Tool
104                                Name="VCPostBuildEventTool"
105                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\..\Ogrenew\Samples\Common\bin\$(ConfigurationName)"
106                        />
107                </Configuration>
108                <Configuration
109                        Name="Release|Win32"
110                        OutputDirectory="..\..\lib\$(ConfigurationName)"
111                        IntermediateDirectory="..\..\obj\$(ConfigurationName)"
112                        ConfigurationType="2"
113                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
114                        CharacterSet="2"
115                        WholeProgramOptimization="1"
116                        >
117                        <Tool
118                                Name="VCPreBuildEventTool"
119                        />
120                        <Tool
121                                Name="VCCustomBuildTool"
122                        />
123                        <Tool
124                                Name="VCXMLDataGeneratorTool"
125                        />
126                        <Tool
127                                Name="VCWebServiceProxyGeneratorTool"
128                        />
129                        <Tool
130                                Name="VCMIDLTool"
131                        />
132                        <Tool
133                                Name="VCCLCompilerTool"
134                                AdditionalOptions="-Zm110"
135                                InlineFunctionExpansion="1"
136                                FavorSizeOrSpeed="1"
137                                EnableFiberSafeOptimizations="false"
138                                AdditionalIncludeDirectories="..\..\include;&quot;$(ODE_HOME)\include&quot;;..\..\..\..\Ogrenew\OgreMain\include"
139                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGREODE_EXPORTS;_PRECOMP"
140                                StringPooling="true"
141                                RuntimeLibrary="2"
142                                BufferSecurityCheck="false"
143                                EnableFunctionLevelLinking="false"
144                                FloatingPointModel="2"
145                                UsePrecompiledHeader="2"
146                                PrecompiledHeaderThrough="OgreOdePrecompiledHeaders.h"
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="ode.lib ogremain.lib"
164                                OutputFile="$(OutDir)/OgreOde_Core.dll"
165                                Version="1.2"
166                                SuppressStartupBanner="true"
167                                AdditionalLibraryDirectories="$(ODE_HOME)\lib\releaselib\;..\..\..\..\Ogrenew\lib"
168                                GenerateDebugInformation="true"
169                                SubSystem="2"
170                                StackReserveSize="8000000"
171                                OptimizeReferences="2"
172                                EnableCOMDATFolding="2"
173                                ImportLibrary="$(OutDir)/OgreOde_Core.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                                SuppressStartupBanner="true"
188                        />
189                        <Tool
190                                Name="VCFxCopTool"
191                        />
192                        <Tool
193                                Name="VCAppVerifierTool"
194                        />
195                        <Tool
196                                Name="VCWebDeploymentTool"
197                        />
198                        <Tool
199                                Name="VCPostBuildEventTool"
200                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\..\Ogrenew\Samples\Common\bin\$(ConfigurationName)"
201                        />
202                </Configuration>
203        </Configurations>
204        <References>
205        </References>
206        <Files>
207                <Filter
208                        Name="Source Files"
209                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
210                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
211                        >
212                        <File
213                                RelativePath="..\..\src\OgreOdeBody.cpp"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\..\src\OgreOdeCollision.cpp"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\..\src\OgreOdeEigenSolver.cpp"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\..\src\OgreOdeEntityInformer.cpp"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\..\src\OgreOdeGeometry.cpp"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\..\src\OgreOdeJoint.cpp"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\..\src\OgreOdeMass.cpp"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\..\src\OgreOdePrecompiledHeaders.cpp"
242                                >
243                                <FileConfiguration
244                                        Name="Debug|Win32"
245                                        >
246                                        <Tool
247                                                Name="VCCLCompilerTool"
248                                                UsePrecompiledHeader="1"
249                                        />
250                                </FileConfiguration>
251                                <FileConfiguration
252                                        Name="Release|Win32"
253                                        >
254                                        <Tool
255                                                Name="VCCLCompilerTool"
256                                                UsePrecompiledHeader="1"
257                                        />
258                                </FileConfiguration>
259                        </File>
260                        <File
261                                RelativePath="..\..\src\OgreOdeSpace.cpp"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\..\src\OgreOdeStepper.cpp"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\..\src\OgreOdeUtility.cpp"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\..\src\OgreOdeWorld.cpp"
274                                >
275                        </File>
276                        <Filter
277                                Name="Debug"
278                                >
279                                <File
280                                        RelativePath="..\..\src\OgreOdeDebugContact.cpp"
281                                        >
282                                </File>
283                                <File
284                                        RelativePath="..\..\src\OgreOdeDebugObject.cpp"
285                                        >
286                                </File>
287                        </Filter>
288                </Filter>
289                <Filter
290                        Name="Header Files"
291                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
292                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
293                        >
294                        <File
295                                RelativePath="..\..\include\OgreOde_Core.h"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\..\include\OgreOdeBody.h"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\..\include\OgreOdeCollision.h"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\..\include\OgreOdeEigenSolver.h"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\..\include\OgreOdeEntityInformer.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\..\include\OgreOdeGeometry.h"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\..\include\OgreOdeJoint.h"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\..\include\OgreOdeMaintainedList.h"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\..\include\OgreOdeMass.h"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\..\include\OgreOdePrecompiledHeaders.h"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\..\include\OgreOdePreReqs.h"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\..\include\OgreOdeSpace.h"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\..\include\OgreOdeStepper.h"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\..\include\OgreOdeUtility.h"
348                                >
349                        </File>
350                        <File
351                                RelativePath="..\..\include\OgreOdeWorld.h"
352                                >
353                        </File>
354                        <Filter
355                                Name="Debug"
356                                >
357                                <File
358                                        RelativePath="..\..\include\OgreOdeDebugContact.h"
359                                        >
360                                </File>
361                                <File
362                                        RelativePath="..\..\include\OgreOdeDebugObject.h"
363                                        >
364                                </File>
365                        </Filter>
366                </Filter>
367                <Filter
368                        Name="Resource Files"
369                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
370                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
371                        >
372                </Filter>
373        </Files>
374        <Globals>
375                <Global
376                        Name="DevPartner_IsInstrumented"
377                        Value="1"
378                />
379        </Globals>
380</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.