Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/prefab/scripts/VC7.1/OgreOde_Prefab.vcproj @ 21

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

added ogreode and Colladaplugin

File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="OgreOde_Prefab"
6        ProjectGUID="{BF6E2AC5-1B24-4728-B4E4-8E2D20DDB297}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\..\lib\$(ConfigurationName)"
16                        IntermediateDirectory="..\..\obj\$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\..\include;..\..\..\include;..\..\..\ode\include;..\..\..\tinyxml;&quot;$(OGRE_HOME)\include&quot;"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGREODEEXPORT_PREFAB"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                EnableFunctionLevelLinking="TRUE"
28                                UsePrecompiledHeader="2"
29                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLinkerTool"
36                                AdditionalDependencies="OgreOde_Core_d.lib OgreMain_d.lib tinyxmld.lib"
37                                OutputFile="$(OutDir)/OgreOde_Prefab_d.dll"
38                                Version="0.1"
39                                LinkIncremental="2"
40                                SuppressStartupBanner="TRUE"
41                                AdditionalLibraryDirectories="&quot;..\..\..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\tinyxml\$(ConfigurationName)&quot;;&quot;$(OGRE_HOME)\lib&quot;"
42                                GenerateDebugInformation="TRUE"
43                                ProgramDatabaseFile="$(OutDir)/OgreOde_Prefab_d.pdb"
44                                SubSystem="2"
45                                ImportLibrary="$(OutDir)/OgreOde_Prefab_d.lib"
46                                TargetMachine="1"/>
47                        <Tool
48                                Name="VCMIDLTool"/>
49                        <Tool
50                                Name="VCPostBuildEventTool"
51                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
52                        <Tool
53                                Name="VCPreBuildEventTool"/>
54                        <Tool
55                                Name="VCPreLinkEventTool"/>
56                        <Tool
57                                Name="VCResourceCompilerTool"/>
58                        <Tool
59                                Name="VCWebServiceProxyGeneratorTool"/>
60                        <Tool
61                                Name="VCXMLDataGeneratorTool"/>
62                        <Tool
63                                Name="VCWebDeploymentTool"/>
64                        <Tool
65                                Name="VCManagedWrapperGeneratorTool"/>
66                        <Tool
67                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                </Configuration>
69                <Configuration
70                        Name="Release|Win32"
71                        OutputDirectory="..\..\lib\$(ConfigurationName)"
72                        IntermediateDirectory="..\..\obj\$(ConfigurationName)"
73                        ConfigurationType="2"
74                        CharacterSet="2">
75                        <Tool
76                                Name="VCCLCompilerTool"
77                                AdditionalIncludeDirectories="..\..\include;..\..\..\include;..\..\..\ode\include;..\..\..\tinyxml;&quot;$(OGRE_HOME)\include&quot;"
78                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGREODEEXPORT_PREFAB"
79                                RuntimeLibrary="2"
80                                UsePrecompiledHeader="0"
81                                WarningLevel="3"
82                                Detect64BitPortabilityProblems="TRUE"
83                                DebugInformationFormat="3"/>
84                        <Tool
85                                Name="VCCustomBuildTool"/>
86                        <Tool
87                                Name="VCLinkerTool"
88                                AdditionalDependencies="OgreOde_Core.lib OgreMain.lib tinyxml.lib"
89                                OutputFile="$(OutDir)/OgreOde_Prefab.dll"
90                                Version="0.1"
91                                LinkIncremental="1"
92                                AdditionalLibraryDirectories="&quot;..\..\..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\tinyxml\$(ConfigurationName)&quot;;&quot;$(OGRE_HOME)\lib&quot;"
93                                GenerateDebugInformation="TRUE"
94                                SubSystem="2"
95                                OptimizeReferences="2"
96                                EnableCOMDATFolding="2"
97                                ImportLibrary="$(OutDir)/OgreOde_Prefab.lib"
98                                TargetMachine="1"/>
99                        <Tool
100                                Name="VCMIDLTool"/>
101                        <Tool
102                                Name="VCPostBuildEventTool"
103                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\..\Samples\Common\bin\$(ConfigurationName)"/>
104                        <Tool
105                                Name="VCPreBuildEventTool"/>
106                        <Tool
107                                Name="VCPreLinkEventTool"/>
108                        <Tool
109                                Name="VCResourceCompilerTool"/>
110                        <Tool
111                                Name="VCWebServiceProxyGeneratorTool"/>
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"/>
114                        <Tool
115                                Name="VCWebDeploymentTool"/>
116                        <Tool
117                                Name="VCManagedWrapperGeneratorTool"/>
118                        <Tool
119                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120                </Configuration>
121        </Configurations>
122        <References>
123        </References>
124        <Files>
125                <Filter
126                        Name="Source Files"
127                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
128                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
129                        <File
130                                RelativePath="..\..\src\OgreOdePrefabObject.cpp">
131                        </File>
132                        <File
133                                RelativePath="..\..\src\OgreOdeRagdoll.cpp">
134                        </File>
135                        <File
136                                RelativePath="..\..\src\OgreOdeVehicle.cpp">
137                        </File>
138                </Filter>
139                <Filter
140                        Name="Header Files"
141                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
142                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
143                        <File
144                                RelativePath="..\..\include\OgreOde_Prefab.h">
145                        </File>
146                        <File
147                                RelativePath="..\..\include\OgreOdePrefabObject.h">
148                        </File>
149                        <File
150                                RelativePath="..\..\include\OgreOdeRagdoll.h">
151                        </File>
152                        <File
153                                RelativePath="..\..\include\OgreOdeVehicle.h">
154                        </File>
155                </Filter>
156                <Filter
157                        Name="Resource Files"
158                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
159                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
160                </Filter>
161        </Files>
162        <Globals>
163        </Globals>
164</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.