Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/demos/GranTurismOgre/scripts/VC8/Demo_GranTurismOgre_Source.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.7 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="Demo_GranTurismOgre"
6        ProjectGUID="{292C4A04-E960-44A3-A6EA-83881C176135}"
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="..\..\..\..\..\Samples\Common\bin\$(ConfigurationName)"
20                        IntermediateDirectory="..\..\obj\$(ConfigurationName)"
21                        ConfigurationType="1"
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;..\..\..\..\ode\include;..\..\..\..\include;..\..\..\..\loader\include;..\..\..\..\prefab\include;..\..\..\..\..\OgreMain\include;..\..\..\..\..\Samples\Common\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
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="OgreMain_d.lib OgreOde_Core_d.lib OgreOde_Prefab_d.lib OgreOde_Loader_d.lib"
66                                OutputFile="$(OutDir)/OgreOdeDemo_GranTurismOgre.exe"
67                                LinkIncremental="2"
68                                AdditionalLibraryDirectories="&quot;..\..\..\..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\prefab\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\loader\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\OgreMain\lib\$(ConfigurationName)&quot;"
69                                GenerateDebugInformation="true"
70                                ProgramDatabaseFile="$(OutDir)/OgreOdeDemo_GranTurismOgre.pdb"
71                                SubSystem="2"
72                                OptimizeForWindows98="1"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCWebDeploymentTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                                CommandLine=""
99                        />
100                </Configuration>
101                <Configuration
102                        Name="Release|Win32"
103                        OutputDirectory="..\..\..\..\..\Samples\Common\bin\$(ConfigurationName)"
104                        IntermediateDirectory="..\..\obj\$(ConfigurationName)"
105                        ConfigurationType="1"
106                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
107                        CharacterSet="2"
108                        WholeProgramOptimization="1"
109                        >
110                        <Tool
111                                Name="VCPreBuildEventTool"
112                        />
113                        <Tool
114                                Name="VCCustomBuildTool"
115                        />
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCWebServiceProxyGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCMIDLTool"
124                        />
125                        <Tool
126                                Name="VCCLCompilerTool"
127                                InlineFunctionExpansion="2"
128                                FavorSizeOrSpeed="1"
129                                WholeProgramOptimization="true"
130                                AdditionalIncludeDirectories="..\..\include;..\..\..\..\ode\include;..\..\..\..\include;..\..\..\..\loader\include;..\..\..\..\prefab\include;..\..\..\..\..\OgreMain\include;..\..\..\..\..\Samples\Common\include"
131                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
132                                StringPooling="true"
133                                MinimalRebuild="false"
134                                RuntimeLibrary="2"
135                                BufferSecurityCheck="false"
136                                EnableFunctionLevelLinking="false"
137                                FloatingPointModel="2"
138                                UsePrecompiledHeader="0"
139                                WarningLevel="3"
140                                Detect64BitPortabilityProblems="true"
141                                DebugInformationFormat="3"
142                        />
143                        <Tool
144                                Name="VCManagedResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCResourceCompilerTool"
148                        />
149                        <Tool
150                                Name="VCPreLinkEventTool"
151                        />
152                        <Tool
153                                Name="VCLinkerTool"
154                                AdditionalDependencies="OgreMain.lib OgreOde_Core.lib OgreOde_Prefab.lib OgreOde_Loader.lib"
155                                OutputFile="$(OutDir)/OgreOdeDemo_GranTurismOgre.exe"
156                                LinkIncremental="1"
157                                AdditionalLibraryDirectories="&quot;..\..\..\..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\prefab\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\loader\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\OgreMain\lib\$(ConfigurationName)&quot;"
158                                GenerateDebugInformation="true"
159                                SubSystem="2"
160                                OptimizeReferences="2"
161                                EnableCOMDATFolding="2"
162                                OptimizeForWindows98="1"
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=""
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\GranTurismOgre.cpp"
202                                >
203                        </File>
204                </Filter>
205                <Filter
206                        Name="Header Files"
207                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
208                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
209                        >
210                        <File
211                                RelativePath="..\..\include\GranTurismOgre.h"
212                                >
213                        </File>
214                </Filter>
215                <Filter
216                        Name="Resource Files"
217                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
218                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
219                        >
220                </Filter>
221        </Files>
222        <Globals>
223        </Globals>
224</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.