Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ColladaPlugin/OgreColladaPlugin.vcproj @ 21

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

added ogreode and Colladaplugin

File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Plugin_Collada"
6        ProjectGUID="{18BE7001-ECD6-4311-B0F8-DE6F2F27EF5A}"
7        RootNamespace="OgreColladaPlugin"
8        Keyword="ManagedCProj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory="bin\$(ConfigurationName)"
17                        IntermediateDirectory="obj\$(ConfigurationName)"
18                        ConfigurationType="2"
19                        CharacterSet="2"
20                        ManagedExtensions="FALSE">
21                        <Tool
22                                Name="VCCLCompilerTool"
23                                Optimization="0"
24                                AdditionalIncludeDirectories="include;&quot;$(OGRE_HOME)\include&quot;;&quot;$(LIBXML_HOME)\include&quot;"
25                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLUGIN_COLLADA_EXPORT"
26                                MinimalRebuild="TRUE"
27                                BasicRuntimeChecks="3"
28                                RuntimeLibrary="3"
29                                BufferSecurityCheck="TRUE"
30                                EnableFunctionLevelLinking="TRUE"
31                                UsePrecompiledHeader="2"
32                                WarningLevel="3"
33                                WarnAsError="TRUE"
34                                Detect64BitPortabilityProblems="TRUE"
35                                DebugInformationFormat="4"/>
36                        <Tool
37                                Name="VCCustomBuildTool"/>
38                        <Tool
39                                Name="VCLinkerTool"
40                                RegisterOutput="FALSE"
41                                IgnoreImportLibrary="TRUE"
42                                AdditionalDependencies="OgreMain_d.lib libxml2.lib"
43                                OutputFile="$(OutDir)\$(ProjectName).dll"
44                                Version="0.4"
45                                LinkIncremental="2"
46                                SuppressStartupBanner="TRUE"
47                                AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib&quot;;&quot;$(LIBXML_HOME)\lib&quot;"
48                                ModuleDefinitionFile="misc\OgreColladaDll.def"
49                                GenerateDebugInformation="TRUE"
50                                AssemblyDebug="0"
51                                SubSystem="0"
52                                OptimizeForWindows98="1"
53                                ImportLibrary=""
54                                TargetMachine="1"/>
55                        <Tool
56                                Name="VCMIDLTool"/>
57                        <Tool
58                                Name="VCPostBuildEventTool"/>
59                        <Tool
60                                Name="VCPreBuildEventTool"/>
61                        <Tool
62                                Name="VCPreLinkEventTool"/>
63                        <Tool
64                                Name="VCResourceCompilerTool"/>
65                        <Tool
66                                Name="VCWebServiceProxyGeneratorTool"/>
67                        <Tool
68                                Name="VCXMLDataGeneratorTool"/>
69                        <Tool
70                                Name="VCWebDeploymentTool"/>
71                        <Tool
72                                Name="VCManagedWrapperGeneratorTool"/>
73                        <Tool
74                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
75                </Configuration>
76                <Configuration
77                        Name="Release|Win32"
78                        OutputDirectory="bin\$(ConfigurationName)"
79                        IntermediateDirectory="obj\$(ConfigurationName)"
80                        ConfigurationType="2"
81                        CharacterSet="2"
82                        ManagedExtensions="FALSE">
83                        <Tool
84                                Name="VCCLCompilerTool"
85                                Optimization="0"
86                                AdditionalIncludeDirectories="include;&quot;$(OGRE_HOME)\include&quot;;&quot;$(LIBXML_HOME)\include&quot;"
87                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_COLLADA_EXPORT"
88                                StringPooling="TRUE"
89                                MinimalRebuild="FALSE"
90                                RuntimeLibrary="2"
91                                EnableFunctionLevelLinking="TRUE"
92                                WarningLevel="3"
93                                WarnAsError="FALSE"
94                                Detect64BitPortabilityProblems="TRUE"
95                                DebugInformationFormat="3"/>
96                        <Tool
97                                Name="VCCustomBuildTool"/>
98                        <Tool
99                                Name="VCLinkerTool"
100                                IgnoreImportLibrary="TRUE"
101                                AdditionalDependencies="OgreMain.lib libxml2.lib"
102                                OutputFile="$(OutDir)\$(ProjectName).dll"
103                                Version="0.4"
104                                LinkIncremental="1"
105                                SuppressStartupBanner="TRUE"
106                                AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib&quot;;&quot;$(LIBXML_HOME)\lib&quot;"
107                                GenerateDebugInformation="TRUE"/>
108                        <Tool
109                                Name="VCMIDLTool"/>
110                        <Tool
111                                Name="VCPostBuildEventTool"/>
112                        <Tool
113                                Name="VCPreBuildEventTool"/>
114                        <Tool
115                                Name="VCPreLinkEventTool"/>
116                        <Tool
117                                Name="VCResourceCompilerTool"/>
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"/>
120                        <Tool
121                                Name="VCXMLDataGeneratorTool"/>
122                        <Tool
123                                Name="VCWebDeploymentTool"/>
124                        <Tool
125                                Name="VCManagedWrapperGeneratorTool"/>
126                        <Tool
127                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
128                </Configuration>
129        </Configurations>
130        <References>
131        </References>
132        <Files>
133                <Filter
134                        Name="Quelldateien"
135                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
136                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
137                        <File
138                                RelativePath="src\OgreColladaCamera.cpp">
139                        </File>
140                        <File
141                                RelativePath="src\OgreColladaDll.cpp">
142                        </File>
143                        <File
144                                RelativePath="src\OgreColladaDocument.cpp">
145                        </File>
146                        <File
147                                RelativePath="src\OgreColladaEntity.cpp">
148                        </File>
149                        <File
150                                RelativePath="src\OgreColladaGeometry.cpp">
151                        </File>
152                        <File
153                                RelativePath="src\OgreColladaLibrary.cpp">
154                        </File>
155                        <File
156                                RelativePath="src\OgreColladaLight.cpp">
157                        </File>
158                        <File
159                                RelativePath="src\OgreColladaMaterial.cpp">
160                        </File>
161                        <File
162                                RelativePath="src\OgreColladaScene.cpp">
163                        </File>
164                        <File
165                                RelativePath="src\OgreColladaTexture.cpp">
166                        </File>
167                        <File
168                                RelativePath="src\OgreColladaUtils.cpp">
169                        </File>
170                </Filter>
171                <Filter
172                        Name="Headerdateien"
173                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
174                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
175                        <File
176                                RelativePath="include\OgreColladaCamera.h">
177                        </File>
178                        <File
179                                RelativePath="misc\OgreColladaDll.def">
180                        </File>
181                        <File
182                                RelativePath="include\OgreColladaDocument.h">
183                        </File>
184                        <File
185                                RelativePath="include\OgreColladaEntity.h">
186                        </File>
187                        <File
188                                RelativePath="include\OgreColladaGeometry.h">
189                        </File>
190                        <File
191                                RelativePath="include\OgreColladaLibrary.h">
192                        </File>
193                        <File
194                                RelativePath="include\OgreColladaLight.h">
195                        </File>
196                        <File
197                                RelativePath="include\OgreColladaMaterial.h">
198                        </File>
199                        <File
200                                RelativePath="include\OgreColladaPrerequisites.h">
201                        </File>
202                        <File
203                                RelativePath="include\OgreColladaScene.h">
204                        </File>
205                        <File
206                                RelativePath="include\OgreColladaSyntax.h">
207                        </File>
208                        <File
209                                RelativePath="include\OgreColladaTexture.h">
210                        </File>
211                        <File
212                                RelativePath="include\OgreColladaUtils.h">
213                        </File>
214                </Filter>
215                <Filter
216                        Name="Ressourcendateien"
217                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
218                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
219                </Filter>
220                <File
221                        RelativePath="Readme">
222                </File>
223        </Files>
224        <Globals>
225        </Globals>
226</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.