Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/prefab/scripts/VC8/OgreOde_Prefab_SDK.vcproj @ 21

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

added ogreode and Colladaplugin

File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="OgreOde_Prefab"
6        ProjectGUID="{BF6E2AC5-1B24-4728-B4E4-8E2D20DDB297}"
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\UpgradeFromVC71.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;..\..\..\include;..\..\..\tinyxml;&quot;$(ODE_HOME)\include&quot;;&quot;$(OGRE_HOME)\include&quot;"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGREODEEXPORT_PREFAB"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="3"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                AdditionalDependencies="OgreOde_Core_d.lib OgreMain_d.lib tinyxmld.lib"
66                                OutputFile="$(OutDir)/OgreOde_Prefab_d.dll"
67                                Version="0.1"
68                                LinkIncremental="1"
69                                SuppressStartupBanner="true"
70                                AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib\&quot;;&quot;..\..\..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\tinyxml\$(ConfigurationName)&quot;"
71                                GenerateDebugInformation="true"
72                                ProgramDatabaseFile="$(OutDir)/OgreOde_Prefab_d.pdb"
73                                SubSystem="2"
74                                ImportLibrary="$(OutDir)/OgreOde_Prefab_d.lib"
75                                TargetMachine="1"
76                        />
77                        <Tool
78                                Name="VCALinkTool"
79                        />
80                        <Tool
81                                Name="VCManifestTool"
82                        />
83                        <Tool
84                                Name="VCXDCMakeTool"
85                        />
86                        <Tool
87                                Name="VCBscMakeTool"
88                        />
89                        <Tool
90                                Name="VCFxCopTool"
91                        />
92                        <Tool
93                                Name="VCAppVerifierTool"
94                        />
95                        <Tool
96                                Name="VCWebDeploymentTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                                CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(OGRE_HOME)\bin\$(ConfigurationName)&quot;"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Release|Win32"
105                        OutputDirectory="..\..\lib\$(ConfigurationName)"
106                        IntermediateDirectory="..\..\obj\$(ConfigurationName)"
107                        ConfigurationType="2"
108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
109                        CharacterSet="2"
110                        WholeProgramOptimization="1"
111                        >
112                        <Tool
113                                Name="VCPreBuildEventTool"
114                        />
115                        <Tool
116                                Name="VCCustomBuildTool"
117                        />
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCWebServiceProxyGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCMIDLTool"
126                        />
127                        <Tool
128                                Name="VCCLCompilerTool"
129                                InlineFunctionExpansion="2"
130                                FavorSizeOrSpeed="1"
131                                WholeProgramOptimization="true"
132                                AdditionalIncludeDirectories="..\..\include;..\..\..\include;..\..\..\tinyxml;&quot;$(ODE_HOME)\include&quot;;&quot;$(OGRE_HOME)\include&quot;"
133                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGREODEEXPORT_PREFAB"
134                                StringPooling="true"
135                                RuntimeLibrary="2"
136                                FloatingPointModel="2"
137                                UsePrecompiledHeader="0"
138                                WarningLevel="3"
139                                Detect64BitPortabilityProblems="true"
140                                DebugInformationFormat="3"
141                        />
142                        <Tool
143                                Name="VCManagedResourceCompilerTool"
144                        />
145                        <Tool
146                                Name="VCResourceCompilerTool"
147                        />
148                        <Tool
149                                Name="VCPreLinkEventTool"
150                        />
151                        <Tool
152                                Name="VCLinkerTool"
153                                AdditionalDependencies="OgreOde_Core.lib OgreMain.lib tinyxml.lib"
154                                OutputFile="$(OutDir)/OgreOde_Prefab.dll"
155                                Version="0.1"
156                                LinkIncremental="1"
157                                AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib\&quot;;&quot;..\..\..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\tinyxml\$(ConfigurationName)&quot;"
158                                GenerateDebugInformation="true"
159                                SubSystem="2"
160                                OptimizeReferences="2"
161                                EnableCOMDATFolding="2"
162                                ImportLibrary="$(OutDir)/OgreOde_Prefab.lib"
163                                TargetMachine="1"
164                        />
165                        <Tool
166                                Name="VCALinkTool"
167                        />
168                        <Tool
169                                Name="VCManifestTool"
170                        />
171                        <Tool
172                                Name="VCXDCMakeTool"
173                        />
174                        <Tool
175                                Name="VCBscMakeTool"
176                        />
177                        <Tool
178                                Name="VCFxCopTool"
179                        />
180                        <Tool
181                                Name="VCAppVerifierTool"
182                        />
183                        <Tool
184                                Name="VCWebDeploymentTool"
185                        />
186                        <Tool
187                                Name="VCPostBuildEventTool"
188                                CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(OGRE_HOME)\bin\$(ConfigurationName)&quot;"
189                        />
190                </Configuration>
191        </Configurations>
192        <References>
193        </References>
194        <Files>
195                <Filter
196                        Name="Source Files"
197                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
198                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
199                        >
200                        <File
201                                RelativePath="..\..\src\OgreOdeObject.cpp"
202                                >
203                        </File>
204                        <File
205                                RelativePath="..\..\src\OgreOdePrefabObject.cpp"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\..\src\OgreOdeRagdoll.cpp"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\..\src\OgreOdeVehicle.cpp"
214                                >
215                        </File>
216                </Filter>
217                <Filter
218                        Name="Header Files"
219                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
220                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
221                        >
222                        <File
223                                RelativePath="..\..\include\OgreOde_Prefab.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\..\include\OgreOde_PrefabPreReqs.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\..\include\OgreOdeObject.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\..\include\OgreOdePrefabObject.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\..\include\OgreOdeRagdoll.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\..\include\OgreOdeVehicle.h"
244                                >
245                        </File>
246                </Filter>
247                <Filter
248                        Name="Resource Files"
249                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
250                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
251                        >
252                </Filter>
253        </Files>
254        <Globals>
255        </Globals>
256</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.