Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ColladaPlugin/OgreColladaPlugin_vc8.vcproj @ 32

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

added ogreode and Colladaplugin

File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Plugin_Collada"
6        ProjectGUID="{18BE7001-ECD6-4311-B0F8-DE6F2F27EF5A}"
7        RootNamespace="OgreColladaPlugin"
8        Keyword="ManagedCProj"
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="$(OGRE_HOME)\bin\$(ConfigurationName)"
21                        IntermediateDirectory="obj\$(ConfigurationName)"
22                        ConfigurationType="2"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        CharacterSet="2"
25                        ManagedExtensions="0"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                Optimization="0"
45                                AdditionalIncludeDirectories="include;&quot;$(OGRE_HOME)\include&quot;;&quot;$(LIBXML_HOME)\include&quot;;&quot;$(OGRE_HOME)\OgreMain\include&quot;;&quot;$(ICONV_HOME)\include&quot;"
46                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLUGIN_COLLADA_EXPORT"
47                                MinimalRebuild="true"
48                                BasicRuntimeChecks="3"
49                                RuntimeLibrary="3"
50                                BufferSecurityCheck="true"
51                                EnableFunctionLevelLinking="true"
52                                UsePrecompiledHeader="0"
53                                WarningLevel="3"
54                                WarnAsError="true"
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                                RegisterOutput="false"
70                                IgnoreImportLibrary="true"
71                                AdditionalDependencies="OgreMain_d.lib libxml2.lib"
72                                OutputFile="$(OutDir)\$(ProjectName).dll"
73                                Version="0.4"
74                                LinkIncremental="2"
75                                SuppressStartupBanner="true"
76                                AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib&quot;;&quot;$(LIBXML_HOME)\lib&quot;;&quot;$(OGRE_HOME)\OgreMain\lib&quot;"
77                                ModuleDefinitionFile="misc\OgreColladaDll.def"
78                                GenerateDebugInformation="true"
79                                AssemblyDebug="0"
80                                SubSystem="0"
81                                OptimizeForWindows98="1"
82                                ImportLibrary="$(OGRE_HOME)/lib/$(ConfigurationName)/$(ProjectName).lib"
83                                TargetMachine="1"
84                        />
85                        <Tool
86                                Name="VCALinkTool"
87                        />
88                        <Tool
89                                Name="VCManifestTool"
90                        />
91                        <Tool
92                                Name="VCXDCMakeTool"
93                        />
94                        <Tool
95                                Name="VCBscMakeTool"
96                        />
97                        <Tool
98                                Name="VCFxCopTool"
99                        />
100                        <Tool
101                                Name="VCAppVerifierTool"
102                        />
103                        <Tool
104                                Name="VCWebDeploymentTool"
105                        />
106                        <Tool
107                                Name="VCPostBuildEventTool"
108                                CommandLine="copy $(OutDir)\$(TargetFileName) .\Demo\bin\$(ConfigurationName)"
109                        />
110                </Configuration>
111                <Configuration
112                        Name="Release|Win32"
113                        OutputDirectory="$(OGRE_HOME)\bin\$(ConfigurationName)"
114                        IntermediateDirectory="obj\$(ConfigurationName)"
115                        ConfigurationType="2"
116                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
117                        CharacterSet="2"
118                        ManagedExtensions="0"
119                        >
120                        <Tool
121                                Name="VCPreBuildEventTool"
122                        />
123                        <Tool
124                                Name="VCCustomBuildTool"
125                        />
126                        <Tool
127                                Name="VCXMLDataGeneratorTool"
128                        />
129                        <Tool
130                                Name="VCWebServiceProxyGeneratorTool"
131                        />
132                        <Tool
133                                Name="VCMIDLTool"
134                        />
135                        <Tool
136                                Name="VCCLCompilerTool"
137                                Optimization="0"
138                                AdditionalIncludeDirectories="include;&quot;$(OGRE_HOME)\include&quot;;&quot;$(LIBXML_HOME)\include&quot;;&quot;$(OGRE_HOME)\OgreMain\include&quot;;&quot;$(ICONV_HOME)\include&quot;"
139                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_COLLADA_EXPORT"
140                                StringPooling="true"
141                                MinimalRebuild="false"
142                                RuntimeLibrary="2"
143                                EnableFunctionLevelLinking="true"
144                                WarningLevel="3"
145                                WarnAsError="false"
146                                Detect64BitPortabilityProblems="true"
147                                DebugInformationFormat="3"
148                        />
149                        <Tool
150                                Name="VCManagedResourceCompilerTool"
151                        />
152                        <Tool
153                                Name="VCResourceCompilerTool"
154                        />
155                        <Tool
156                                Name="VCPreLinkEventTool"
157                        />
158                        <Tool
159                                Name="VCLinkerTool"
160                                IgnoreImportLibrary="true"
161                                AdditionalDependencies="OgreMain.lib libxml2.lib"
162                                OutputFile="$(OutDir)\$(ProjectName).dll"
163                                Version="0.4"
164                                LinkIncremental="1"
165                                SuppressStartupBanner="true"
166                                AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib&quot;;&quot;$(LIBXML_HOME)\lib&quot;;&quot;$(OGRE_HOME)\OgreMain\lib&quot;;&quot;$(ICONV_HOME)\lib&quot;"
167                                GenerateDebugInformation="true"
168                                ImportLibrary="$(OGRE_HOME)/lib/$(ConfigurationName)/$(ProjectName).lib"
169                        />
170                        <Tool
171                                Name="VCALinkTool"
172                        />
173                        <Tool
174                                Name="VCManifestTool"
175                        />
176                        <Tool
177                                Name="VCXDCMakeTool"
178                        />
179                        <Tool
180                                Name="VCBscMakeTool"
181                        />
182                        <Tool
183                                Name="VCFxCopTool"
184                        />
185                        <Tool
186                                Name="VCAppVerifierTool"
187                        />
188                        <Tool
189                                Name="VCWebDeploymentTool"
190                        />
191                        <Tool
192                                Name="VCPostBuildEventTool"
193                                CommandLine="copy $(OutDir)\$(TargetFileName) .\Demo\bin\$(ConfigurationName)"
194                        />
195                </Configuration>
196        </Configurations>
197        <References>
198        </References>
199        <Files>
200                <Filter
201                        Name="Source"
202                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
203                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
204                        >
205                        <File
206                                RelativePath=".\src\OgreColladaAsset.cpp"
207                                >
208                        </File>
209                        <File
210                                RelativePath="src\OgreColladaCamera.cpp"
211                                >
212                        </File>
213                        <File
214                                RelativePath="src\OgreColladaDll.cpp"
215                                >
216                        </File>
217                        <File
218                                RelativePath="src\OgreColladaDocument.cpp"
219                                >
220                        </File>
221                        <File
222                                RelativePath="src\OgreColladaEntity.cpp"
223                                >
224                        </File>
225                        <File
226                                RelativePath="src\OgreColladaGeometry.cpp"
227                                >
228                        </File>
229                        <File
230                                RelativePath="src\OgreColladaLibrary.cpp"
231                                >
232                        </File>
233                        <File
234                                RelativePath="src\OgreColladaLight.cpp"
235                                >
236                        </File>
237                        <File
238                                RelativePath=".\src\OgreColladaManager.cpp"
239                                >
240                        </File>
241                        <File
242                                RelativePath="src\OgreColladaMaterial.cpp"
243                                >
244                        </File>
245                        <File
246                                RelativePath="src\OgreColladaScene.cpp"
247                                >
248                        </File>
249                        <File
250                                RelativePath="src\OgreColladaTexture.cpp"
251                                >
252                        </File>
253                        <File
254                                RelativePath="src\OgreColladaUtils.cpp"
255                                >
256                        </File>
257                </Filter>
258                <Filter
259                        Name="Headers"
260                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
261                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
262                        >
263                        <File
264                                RelativePath=".\include\OgreColladaAsset.h"
265                                >
266                        </File>
267                        <File
268                                RelativePath="include\OgreColladaCamera.h"
269                                >
270                        </File>
271                        <File
272                                RelativePath="misc\OgreColladaDll.def"
273                                >
274                        </File>
275                        <File
276                                RelativePath="include\OgreColladaDocument.h"
277                                >
278                        </File>
279                        <File
280                                RelativePath="include\OgreColladaEntity.h"
281                                >
282                        </File>
283                        <File
284                                RelativePath="include\OgreColladaGeometry.h"
285                                >
286                        </File>
287                        <File
288                                RelativePath="include\OgreColladaLibrary.h"
289                                >
290                        </File>
291                        <File
292                                RelativePath="include\OgreColladaLight.h"
293                                >
294                        </File>
295                        <File
296                                RelativePath=".\include\OgreColladaManager.h"
297                                >
298                        </File>
299                        <File
300                                RelativePath="include\OgreColladaMaterial.h"
301                                >
302                        </File>
303                        <File
304                                RelativePath="include\OgreColladaPrerequisites.h"
305                                >
306                        </File>
307                        <File
308                                RelativePath="include\OgreColladaScene.h"
309                                >
310                        </File>
311                        <File
312                                RelativePath="include\OgreColladaSyntax.h"
313                                >
314                        </File>
315                        <File
316                                RelativePath="include\OgreColladaTexture.h"
317                                >
318                        </File>
319                        <File
320                                RelativePath="include\OgreColladaUtils.h"
321                                >
322                        </File>
323                </Filter>
324                <Filter
325                        Name="Resources"
326                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
327                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
328                        >
329                </Filter>
330                <File
331                        RelativePath="Readme"
332                        >
333                </File>
334        </Files>
335        <Globals>
336        </Globals>
337</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.