| 1 | <?xml version="1.0" encoding="windows-1250"?> |
|---|
| 2 | <VisualStudioProject |
|---|
| 3 | ProjectType="Visual C++" |
|---|
| 4 | Version="7.10" |
|---|
| 5 | Name="OgreMain" |
|---|
| 6 | ProjectGUID="{35AFBABB-DF05-43DE-91A7-BB828A874015}" |
|---|
| 7 | RootNamespace="OgreMain" |
|---|
| 8 | Keyword="Win32Proj"> |
|---|
| 9 | <Platforms> |
|---|
| 10 | <Platform |
|---|
| 11 | Name="Win32"/> |
|---|
| 12 | </Platforms> |
|---|
| 13 | <Configurations> |
|---|
| 14 | <Configuration |
|---|
| 15 | Name="Debug|Win32" |
|---|
| 16 | OutputDirectory="..\..\lib" |
|---|
| 17 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
|---|
| 18 | ConfigurationType="2" |
|---|
| 19 | CharacterSet="2"> |
|---|
| 20 | <Tool |
|---|
| 21 | Name="VCCLCompilerTool" |
|---|
| 22 | Optimization="0" |
|---|
| 23 | ImproveFloatingPointConsistency="FALSE" |
|---|
| 24 | OptimizeForProcessor="2" |
|---|
| 25 | AdditionalIncludeDirectories="..\include;..\..\Dependencies\include" |
|---|
| 26 | PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;_MT;OGRE_NONCLIENT_BUILD" |
|---|
| 27 | MinimalRebuild="TRUE" |
|---|
| 28 | BasicRuntimeChecks="3" |
|---|
| 29 | SmallerTypeCheck="TRUE" |
|---|
| 30 | RuntimeLibrary="3" |
|---|
| 31 | BufferSecurityCheck="TRUE" |
|---|
| 32 | EnableFunctionLevelLinking="TRUE" |
|---|
| 33 | DisableLanguageExtensions="FALSE" |
|---|
| 34 | RuntimeTypeInfo="TRUE" |
|---|
| 35 | UsePrecompiledHeader="3" |
|---|
| 36 | PrecompiledHeaderThrough="OgreStableHeaders.h" |
|---|
| 37 | WarningLevel="3" |
|---|
| 38 | Detect64BitPortabilityProblems="TRUE" |
|---|
| 39 | DebugInformationFormat="4"/> |
|---|
| 40 | <Tool |
|---|
| 41 | Name="VCCustomBuildTool"/> |
|---|
| 42 | <Tool |
|---|
| 43 | Name="VCLinkerTool" |
|---|
| 44 | AdditionalDependencies="kernel32.lib user32.lib zziplibd.lib zlibd.lib freetype230_D.lib FreeImaged.lib" |
|---|
| 45 | OutputFile="$(OutDir)/$(ProjectName)_d.dll" |
|---|
| 46 | Version="0.99" |
|---|
| 47 | LinkIncremental="2" |
|---|
| 48 | SuppressStartupBanner="TRUE" |
|---|
| 49 | AdditionalLibraryDirectories="..\..\Dependencies\lib\$(ConfigurationName)" |
|---|
| 50 | IgnoreAllDefaultLibraries="FALSE" |
|---|
| 51 | IgnoreDefaultLibraryNames="LIBCD;LIBCMTD" |
|---|
| 52 | GenerateDebugInformation="TRUE" |
|---|
| 53 | ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb" |
|---|
| 54 | SubSystem="1" |
|---|
| 55 | OptimizeForWindows98="1" |
|---|
| 56 | ImportLibrary="$(OutDir)/$(TargetName).lib" |
|---|
| 57 | TargetMachine="1"/> |
|---|
| 58 | <Tool |
|---|
| 59 | Name="VCMIDLTool"/> |
|---|
| 60 | <Tool |
|---|
| 61 | Name="VCPostBuildEventTool" |
|---|
| 62 | CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Samples\Common\bin\$(ConfigurationName) |
|---|
| 63 | copy $(OutDir)\$(TargetFileName) ..\..\Tools\Common\bin\$(ConfigurationName) |
|---|
| 64 | "/> |
|---|
| 65 | <Tool |
|---|
| 66 | Name="VCPreBuildEventTool"/> |
|---|
| 67 | <Tool |
|---|
| 68 | Name="VCPreLinkEventTool"/> |
|---|
| 69 | <Tool |
|---|
| 70 | Name="VCResourceCompilerTool"/> |
|---|
| 71 | <Tool |
|---|
| 72 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 73 | <Tool |
|---|
| 74 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 75 | <Tool |
|---|
| 76 | Name="VCWebDeploymentTool"/> |
|---|
| 77 | <Tool |
|---|
| 78 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 79 | <Tool |
|---|
| 80 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 81 | </Configuration> |
|---|
| 82 | <Configuration |
|---|
| 83 | Name="Release|Win32" |
|---|
| 84 | OutputDirectory="..\..\lib" |
|---|
| 85 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
|---|
| 86 | ConfigurationType="2" |
|---|
| 87 | CharacterSet="2" |
|---|
| 88 | WholeProgramOptimization="FALSE"> |
|---|
| 89 | <Tool |
|---|
| 90 | Name="VCCLCompilerTool" |
|---|
| 91 | Optimization="2" |
|---|
| 92 | GlobalOptimizations="TRUE" |
|---|
| 93 | InlineFunctionExpansion="2" |
|---|
| 94 | EnableIntrinsicFunctions="TRUE" |
|---|
| 95 | ImproveFloatingPointConsistency="FALSE" |
|---|
| 96 | FavorSizeOrSpeed="1" |
|---|
| 97 | OmitFramePointers="TRUE" |
|---|
| 98 | EnableFiberSafeOptimizations="TRUE" |
|---|
| 99 | OptimizeForProcessor="2" |
|---|
| 100 | AdditionalIncludeDirectories="..\include;..\..\Dependencies\include" |
|---|
| 101 | PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;_MT;OGRE_NONCLIENT_BUILD" |
|---|
| 102 | StringPooling="TRUE" |
|---|
| 103 | MinimalRebuild="TRUE" |
|---|
| 104 | RuntimeLibrary="2" |
|---|
| 105 | BufferSecurityCheck="FALSE" |
|---|
| 106 | EnableFunctionLevelLinking="TRUE" |
|---|
| 107 | DisableLanguageExtensions="FALSE" |
|---|
| 108 | RuntimeTypeInfo="TRUE" |
|---|
| 109 | UsePrecompiledHeader="3" |
|---|
| 110 | PrecompiledHeaderThrough="OgreStableHeaders.h" |
|---|
| 111 | WarningLevel="3" |
|---|
| 112 | Detect64BitPortabilityProblems="TRUE" |
|---|
| 113 | DebugInformationFormat="3"/> |
|---|
| 114 | <Tool |
|---|
| 115 | Name="VCCustomBuildTool"/> |
|---|
| 116 | <Tool |
|---|
| 117 | Name="VCLinkerTool" |
|---|
| 118 | AdditionalDependencies="kernel32.lib user32.lib zziplib.lib zlib.lib freetype230.lib FreeImage.lib" |
|---|
| 119 | Version="0.99" |
|---|
| 120 | LinkIncremental="1" |
|---|
| 121 | SuppressStartupBanner="TRUE" |
|---|
| 122 | AdditionalLibraryDirectories="..\..\Dependencies\lib\$(ConfigurationName)" |
|---|
| 123 | IgnoreAllDefaultLibraries="FALSE" |
|---|
| 124 | IgnoreDefaultLibraryNames="" |
|---|
| 125 | GenerateDebugInformation="TRUE" |
|---|
| 126 | SubSystem="1" |
|---|
| 127 | OptimizeReferences="2" |
|---|
| 128 | EnableCOMDATFolding="2" |
|---|
| 129 | OptimizeForWindows98="1" |
|---|
| 130 | ImportLibrary="$(OutDir)/$(TargetName).lib" |
|---|
| 131 | TargetMachine="1"/> |
|---|
| 132 | <Tool |
|---|
| 133 | Name="VCMIDLTool"/> |
|---|
| 134 | <Tool |
|---|
| 135 | Name="VCPostBuildEventTool" |
|---|
| 136 | CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Samples\Common\bin\$(ConfigurationName) |
|---|
| 137 | copy $(OutDir)\$(TargetFileName) ..\..\Tools\Common\bin\$(ConfigurationName) |
|---|
| 138 | "/> |
|---|
| 139 | <Tool |
|---|
| 140 | Name="VCPreBuildEventTool"/> |
|---|
| 141 | <Tool |
|---|
| 142 | Name="VCPreLinkEventTool"/> |
|---|
| 143 | <Tool |
|---|
| 144 | Name="VCResourceCompilerTool"/> |
|---|
| 145 | <Tool |
|---|
| 146 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 147 | <Tool |
|---|
| 148 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 149 | <Tool |
|---|
| 150 | Name="VCWebDeploymentTool"/> |
|---|
| 151 | <Tool |
|---|
| 152 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 153 | <Tool |
|---|
| 154 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 155 | </Configuration> |
|---|
| 156 | <Configuration |
|---|
| 157 | Name="DebugStaticLib|Win32" |
|---|
| 158 | OutputDirectory="..\..\lib" |
|---|
| 159 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
|---|
| 160 | ConfigurationType="4" |
|---|
| 161 | CharacterSet="2"> |
|---|
| 162 | <Tool |
|---|
| 163 | Name="VCCLCompilerTool" |
|---|
| 164 | Optimization="0" |
|---|
| 165 | ImproveFloatingPointConsistency="FALSE" |
|---|
| 166 | OptimizeForProcessor="2" |
|---|
| 167 | AdditionalIncludeDirectories="..\include;..\..\Dependencies\include" |
|---|
| 168 | PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;_MT;OGRE_NONCLIENT_BUILD;OGRE_STATIC_LIB" |
|---|
| 169 | MinimalRebuild="TRUE" |
|---|
| 170 | BasicRuntimeChecks="3" |
|---|
| 171 | SmallerTypeCheck="TRUE" |
|---|
| 172 | RuntimeLibrary="3" |
|---|
| 173 | BufferSecurityCheck="TRUE" |
|---|
| 174 | EnableFunctionLevelLinking="TRUE" |
|---|
| 175 | DisableLanguageExtensions="FALSE" |
|---|
| 176 | RuntimeTypeInfo="TRUE" |
|---|
| 177 | UsePrecompiledHeader="3" |
|---|
| 178 | PrecompiledHeaderThrough="OgreStableHeaders.h" |
|---|
| 179 | WarningLevel="3" |
|---|
| 180 | Detect64BitPortabilityProblems="TRUE" |
|---|
| 181 | DebugInformationFormat="4"/> |
|---|
| 182 | <Tool |
|---|
| 183 | Name="VCCustomBuildTool"/> |
|---|
| 184 | <Tool |
|---|
| 185 | Name="VCLibrarianTool" |
|---|
| 186 | OutputFile="$(OutDir)/$(ProjectName)Static_d.lib"/> |
|---|
| 187 | <Tool |
|---|
| 188 | Name="VCMIDLTool"/> |
|---|
| 189 | <Tool |
|---|
| 190 | Name="VCPostBuildEventTool" |
|---|
| 191 | CommandLine="copy $(IntDir)\OgreWin32Resources.res ..\..\lib\OgreWin32Resources_d.res"/> |
|---|
| 192 | <Tool |
|---|
| 193 | Name="VCPreBuildEventTool"/> |
|---|
| 194 | <Tool |
|---|
| 195 | Name="VCPreLinkEventTool"/> |
|---|
| 196 | <Tool |
|---|
| 197 | Name="VCResourceCompilerTool"/> |
|---|
| 198 | <Tool |
|---|
| 199 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 200 | <Tool |
|---|
| 201 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 202 | <Tool |
|---|
| 203 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 204 | <Tool |
|---|
| 205 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 206 | </Configuration> |
|---|
| 207 | <Configuration |
|---|
| 208 | Name="ReleaseStaticLib|Win32" |
|---|
| 209 | OutputDirectory="..\..\lib" |
|---|
| 210 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
|---|
| 211 | ConfigurationType="4" |
|---|
| 212 | CharacterSet="2" |
|---|
| 213 | WholeProgramOptimization="FALSE"> |
|---|
| 214 | <Tool |
|---|
| 215 | Name="VCCLCompilerTool" |
|---|
| 216 | Optimization="2" |
|---|
| 217 | GlobalOptimizations="TRUE" |
|---|
| 218 | InlineFunctionExpansion="2" |
|---|
| 219 | EnableIntrinsicFunctions="TRUE" |
|---|
| 220 | ImproveFloatingPointConsistency="FALSE" |
|---|
| 221 | FavorSizeOrSpeed="1" |
|---|
| 222 | OmitFramePointers="TRUE" |
|---|
| 223 | EnableFiberSafeOptimizations="TRUE" |
|---|
| 224 | OptimizeForProcessor="2" |
|---|
| 225 | AdditionalIncludeDirectories="..\include;..\..\Dependencies\include" |
|---|
| 226 | PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;_MT;OGRE_NONCLIENT_BUILD;OGRE_STATIC_LIB" |
|---|
| 227 | StringPooling="TRUE" |
|---|
| 228 | MinimalRebuild="TRUE" |
|---|
| 229 | RuntimeLibrary="2" |
|---|
| 230 | BufferSecurityCheck="FALSE" |
|---|
| 231 | EnableFunctionLevelLinking="TRUE" |
|---|
| 232 | DisableLanguageExtensions="FALSE" |
|---|
| 233 | RuntimeTypeInfo="TRUE" |
|---|
| 234 | UsePrecompiledHeader="3" |
|---|
| 235 | PrecompiledHeaderThrough="OgreStableHeaders.h" |
|---|
| 236 | WarningLevel="3" |
|---|
| 237 | Detect64BitPortabilityProblems="TRUE" |
|---|
| 238 | DebugInformationFormat="3"/> |
|---|
| 239 | <Tool |
|---|
| 240 | Name="VCCustomBuildTool"/> |
|---|
| 241 | <Tool |
|---|
| 242 | Name="VCLibrarianTool" |
|---|
| 243 | OutputFile="$(OutDir)/$(ProjectName)Static.lib"/> |
|---|
| 244 | <Tool |
|---|
| 245 | Name="VCMIDLTool"/> |
|---|
| 246 | <Tool |
|---|
| 247 | Name="VCPostBuildEventTool" |
|---|
| 248 | CommandLine="copy $(IntDir)\OgreWin32Resources.res ..\..\lib\OgreWin32Resources.res"/> |
|---|
| 249 | <Tool |
|---|
| 250 | Name="VCPreBuildEventTool"/> |
|---|
| 251 | <Tool |
|---|
| 252 | Name="VCPreLinkEventTool"/> |
|---|
| 253 | <Tool |
|---|
| 254 | Name="VCResourceCompilerTool"/> |
|---|
| 255 | <Tool |
|---|
| 256 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 257 | <Tool |
|---|
| 258 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 259 | <Tool |
|---|
| 260 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 261 | <Tool |
|---|
| 262 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 263 | </Configuration> |
|---|
| 264 | </Configurations> |
|---|
| 265 | <References> |
|---|
| 266 | </References> |
|---|
| 267 | <Files> |
|---|
| 268 | <Filter |
|---|
| 269 | Name="Source Files" |
|---|
| 270 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> |
|---|
| 271 | <File |
|---|
| 272 | RelativePath="..\src\OgreAlignedAllocator.cpp"> |
|---|
| 273 | </File> |
|---|
| 274 | <File |
|---|
| 275 | RelativePath="..\src\OgreAnimable.cpp"> |
|---|
| 276 | </File> |
|---|
| 277 | <File |
|---|
| 278 | RelativePath="..\src\OgreAnimation.cpp"> |
|---|
| 279 | </File> |
|---|
| 280 | <File |
|---|
| 281 | RelativePath="..\src\OgreAnimationState.cpp"> |
|---|
| 282 | </File> |
|---|
| 283 | <File |
|---|
| 284 | RelativePath="..\src\OgreAnimationTrack.cpp"> |
|---|
| 285 | </File> |
|---|
| 286 | <File |
|---|
| 287 | RelativePath="..\src\OgreArchiveManager.cpp"> |
|---|
| 288 | </File> |
|---|
| 289 | <File |
|---|
| 290 | RelativePath="..\src\OgreAutoParamDataSource.cpp"> |
|---|
| 291 | </File> |
|---|
| 292 | <File |
|---|
| 293 | RelativePath="..\src\OgreBillboard.cpp"> |
|---|
| 294 | </File> |
|---|
| 295 | <File |
|---|
| 296 | RelativePath="..\src\OgreBillboardChain.cpp"> |
|---|
| 297 | </File> |
|---|
| 298 | <File |
|---|
| 299 | RelativePath="..\src\OgreBillboardParticleRenderer.cpp"> |
|---|
| 300 | </File> |
|---|
| 301 | <File |
|---|
| 302 | RelativePath="..\src\OgreBillboardSet.cpp"> |
|---|
| 303 | </File> |
|---|
| 304 | <File |
|---|
| 305 | RelativePath="..\src\OgreBone.cpp"> |
|---|
| 306 | </File> |
|---|
| 307 | <File |
|---|
| 308 | RelativePath="..\src\OgreBorderPanelOverlayElement.cpp"> |
|---|
| 309 | </File> |
|---|
| 310 | <File |
|---|
| 311 | RelativePath="..\src\OgreCamera.cpp"> |
|---|
| 312 | </File> |
|---|
| 313 | <File |
|---|
| 314 | RelativePath="..\src\OgreCodec.cpp"> |
|---|
| 315 | </File> |
|---|
| 316 | <File |
|---|
| 317 | RelativePath="..\src\OgreColourValue.cpp"> |
|---|
| 318 | </File> |
|---|
| 319 | <File |
|---|
| 320 | RelativePath="..\src\OgreCommon.cpp"> |
|---|
| 321 | </File> |
|---|
| 322 | <File |
|---|
| 323 | RelativePath="..\src\OgreCompiler2Pass.cpp"> |
|---|
| 324 | </File> |
|---|
| 325 | <File |
|---|
| 326 | RelativePath="..\src\OgreCompositionPass.cpp"> |
|---|
| 327 | </File> |
|---|
| 328 | <File |
|---|
| 329 | RelativePath="..\src\OgreCompositionTargetPass.cpp"> |
|---|
| 330 | </File> |
|---|
| 331 | <File |
|---|
| 332 | RelativePath="..\src\OgreCompositionTechnique.cpp"> |
|---|
| 333 | </File> |
|---|
| 334 | <File |
|---|
| 335 | RelativePath="..\src\OgreCompositor.cpp"> |
|---|
| 336 | </File> |
|---|
| 337 | <File |
|---|
| 338 | RelativePath="..\src\OgreCompositorChain.cpp"> |
|---|
| 339 | </File> |
|---|
| 340 | <File |
|---|
| 341 | RelativePath="..\src\OgreCompositorInstance.cpp"> |
|---|
| 342 | </File> |
|---|
| 343 | <File |
|---|
| 344 | RelativePath="..\src\OgreCompositorManager.cpp"> |
|---|
| 345 | </File> |
|---|
| 346 | <File |
|---|
| 347 | RelativePath="..\src\OgreCompositorScriptCompiler.cpp"> |
|---|
| 348 | </File> |
|---|
| 349 | <File |
|---|
| 350 | RelativePath="..\src\OgreCompositorSerializer.cpp"> |
|---|
| 351 | </File> |
|---|
| 352 | <File |
|---|
| 353 | RelativePath="..\src\Win32\OgreConfigDialog.cpp"> |
|---|
| 354 | </File> |
|---|
| 355 | <File |
|---|
| 356 | RelativePath="..\src\OgreConfigFile.cpp"> |
|---|
| 357 | </File> |
|---|
| 358 | <File |
|---|
| 359 | RelativePath="..\src\OgreControllerManager.cpp"> |
|---|
| 360 | </File> |
|---|
| 361 | <File |
|---|
| 362 | RelativePath="..\src\OgreConvexBody.cpp"> |
|---|
| 363 | </File> |
|---|
| 364 | <File |
|---|
| 365 | RelativePath="..\src\OgreDataStream.cpp"> |
|---|
| 366 | </File> |
|---|
| 367 | <File |
|---|
| 368 | RelativePath="..\src\OgreDDSCodec.cpp"> |
|---|
| 369 | </File> |
|---|
| 370 | <File |
|---|
| 371 | RelativePath="..\src\OgreDefaultHardwareBufferManager.cpp"> |
|---|
| 372 | </File> |
|---|
| 373 | <File |
|---|
| 374 | RelativePath="..\src\OgreDefaultSceneQueries.cpp"> |
|---|
| 375 | </File> |
|---|
| 376 | <File |
|---|
| 377 | RelativePath="..\src\OgreDynLib.cpp"> |
|---|
| 378 | </File> |
|---|
| 379 | <File |
|---|
| 380 | RelativePath="..\src\OgreDynLibManager.cpp"> |
|---|
| 381 | </File> |
|---|
| 382 | <File |
|---|
| 383 | RelativePath="..\src\OgreEdgeListBuilder.cpp"> |
|---|
| 384 | </File> |
|---|
| 385 | <File |
|---|
| 386 | RelativePath="..\src\OgreEntity.cpp"> |
|---|
| 387 | </File> |
|---|
| 388 | <File |
|---|
| 389 | RelativePath="..\src\Win32\OgreErrorDialog.cpp"> |
|---|
| 390 | </File> |
|---|
| 391 | <File |
|---|
| 392 | RelativePath="..\src\OgreException.cpp"> |
|---|
| 393 | </File> |
|---|
| 394 | <File |
|---|
| 395 | RelativePath="..\src\OgreExternalTextureSource.cpp"> |
|---|
| 396 | </File> |
|---|
| 397 | <File |
|---|
| 398 | RelativePath="..\src\OgreExternalTextureSourceManager.cpp"> |
|---|
| 399 | </File> |
|---|
| 400 | <File |
|---|
| 401 | RelativePath="..\src\OgreFileSystem.cpp"> |
|---|
| 402 | </File> |
|---|
| 403 | <File |
|---|
| 404 | RelativePath="..\src\OgreFont.cpp"> |
|---|
| 405 | </File> |
|---|
| 406 | <File |
|---|
| 407 | RelativePath="..\src\OgreFontManager.cpp"> |
|---|
| 408 | </File> |
|---|
| 409 | <File |
|---|
| 410 | RelativePath="..\src\OgreFreeImageCodec.cpp"> |
|---|
| 411 | <FileConfiguration |
|---|
| 412 | Name="Debug|Win32"> |
|---|
| 413 | <Tool |
|---|
| 414 | Name="VCCLCompilerTool" |
|---|
| 415 | PreprocessorDefinitions="FREEIMAGE_LIB" |
|---|
| 416 | UsePrecompiledHeader="0"/> |
|---|
| 417 | </FileConfiguration> |
|---|
| 418 | <FileConfiguration |
|---|
| 419 | Name="Release|Win32"> |
|---|
| 420 | <Tool |
|---|
| 421 | Name="VCCLCompilerTool" |
|---|
| 422 | PreprocessorDefinitions="FREEIMAGE_LIB" |
|---|
| 423 | UsePrecompiledHeader="0"/> |
|---|
| 424 | </FileConfiguration> |
|---|
| 425 | <FileConfiguration |
|---|
| 426 | Name="DebugStaticLib|Win32"> |
|---|
| 427 | <Tool |
|---|
| 428 | Name="VCCLCompilerTool" |
|---|
| 429 | PreprocessorDefinitions="FREEIMAGE_LIB" |
|---|
| 430 | UsePrecompiledHeader="0"/> |
|---|
| 431 | </FileConfiguration> |
|---|
| 432 | <FileConfiguration |
|---|
| 433 | Name="ReleaseStaticLib|Win32"> |
|---|
| 434 | <Tool |
|---|
| 435 | Name="VCCLCompilerTool" |
|---|
| 436 | PreprocessorDefinitions="FREEIMAGE_LIB" |
|---|
| 437 | UsePrecompiledHeader="0"/> |
|---|
| 438 | </FileConfiguration> |
|---|
| 439 | </File> |
|---|
| 440 | <File |
|---|
| 441 | RelativePath="..\src\OgreFrustum.cpp"> |
|---|
| 442 | </File> |
|---|
| 443 | <File |
|---|
| 444 | RelativePath="..\src\OgreGpuProgram.cpp"> |
|---|
| 445 | </File> |
|---|
| 446 | <File |
|---|
| 447 | RelativePath="..\src\OgreGpuProgramManager.cpp"> |
|---|
| 448 | </File> |
|---|
| 449 | <File |
|---|
| 450 | RelativePath="..\src\OgreGpuProgramUsage.cpp"> |
|---|
| 451 | </File> |
|---|
| 452 | <File |
|---|
| 453 | RelativePath="..\src\OgreHardwareBufferManager.cpp"> |
|---|
| 454 | </File> |
|---|
| 455 | <File |
|---|
| 456 | RelativePath="..\src\OgreHardwareIndexBuffer.cpp"> |
|---|
| 457 | </File> |
|---|
| 458 | <File |
|---|
| 459 | RelativePath="..\src\OgreHardwareOcclusionQuery.cpp"> |
|---|
| 460 | </File> |
|---|
| 461 | <File |
|---|
| 462 | RelativePath="..\src\OgreHardwarePixelBuffer.cpp"> |
|---|
| 463 | </File> |
|---|
| 464 | <File |
|---|
| 465 | RelativePath="..\src\OgreHardwareVertexBuffer.cpp"> |
|---|
| 466 | </File> |
|---|
| 467 | <File |
|---|
| 468 | RelativePath="..\src\OgreHighLevelGpuProgram.cpp"> |
|---|
| 469 | </File> |
|---|
| 470 | <File |
|---|
| 471 | RelativePath="..\src\OgreHighLevelGpuProgramManager.cpp"> |
|---|
| 472 | </File> |
|---|
| 473 | <File |
|---|
| 474 | RelativePath="..\src\OgreImage.cpp"> |
|---|
| 475 | </File> |
|---|
| 476 | <File |
|---|
| 477 | RelativePath="..\src\OgreImageResampler.h"> |
|---|
| 478 | </File> |
|---|
| 479 | <File |
|---|
| 480 | RelativePath="..\src\OgreInstancedGeometry.cpp"> |
|---|
| 481 | </File> |
|---|
| 482 | <File |
|---|
| 483 | RelativePath="..\src\OgreKeyFrame.cpp"> |
|---|
| 484 | </File> |
|---|
| 485 | <File |
|---|
| 486 | RelativePath="..\src\OgreLight.cpp"> |
|---|
| 487 | </File> |
|---|
| 488 | <File |
|---|
| 489 | RelativePath="..\src\OgreLog.cpp"> |
|---|
| 490 | </File> |
|---|
| 491 | <File |
|---|
| 492 | RelativePath="..\src\OgreLogManager.cpp"> |
|---|
| 493 | </File> |
|---|
| 494 | <File |
|---|
| 495 | RelativePath="..\src\OgreManualObject.cpp"> |
|---|
| 496 | </File> |
|---|
| 497 | <File |
|---|
| 498 | RelativePath="..\src\OgreMaterial.cpp"> |
|---|
| 499 | </File> |
|---|
| 500 | <File |
|---|
| 501 | RelativePath="..\src\OgreMaterialManager.cpp"> |
|---|
| 502 | </File> |
|---|
| 503 | <File |
|---|
| 504 | RelativePath="..\src\OgreMaterialScriptCompiler.cpp"> |
|---|
| 505 | </File> |
|---|
| 506 | <File |
|---|
| 507 | RelativePath="..\src\OgreMaterialSerializer.cpp"> |
|---|
| 508 | </File> |
|---|
| 509 | <File |
|---|
| 510 | RelativePath="..\src\OgreMath.cpp"> |
|---|
| 511 | </File> |
|---|
| 512 | <File |
|---|
| 513 | RelativePath="..\src\OgreMatrix3.cpp"> |
|---|
| 514 | </File> |
|---|
| 515 | <File |
|---|
| 516 | RelativePath="..\src\OgreMatrix4.cpp"> |
|---|
| 517 | </File> |
|---|
| 518 | <File |
|---|
| 519 | RelativePath="..\src\OgreMemoryManager.cpp"> |
|---|
| 520 | </File> |
|---|
| 521 | <File |
|---|
| 522 | RelativePath="..\src\OgreMesh.cpp"> |
|---|
| 523 | </File> |
|---|
| 524 | <File |
|---|
| 525 | RelativePath="..\src\OgreMeshManager.cpp"> |
|---|
| 526 | </File> |
|---|
| 527 | <File |
|---|
| 528 | RelativePath="..\src\OgreMeshSerializer.cpp"> |
|---|
| 529 | </File> |
|---|
| 530 | <File |
|---|
| 531 | RelativePath="..\src\OgreMeshSerializerImpl.cpp"> |
|---|
| 532 | </File> |
|---|
| 533 | <File |
|---|
| 534 | RelativePath="..\src\OgreMovableObject.cpp"> |
|---|
| 535 | </File> |
|---|
| 536 | <File |
|---|
| 537 | RelativePath="..\src\OgreMovablePlane.cpp"> |
|---|
| 538 | </File> |
|---|
| 539 | <File |
|---|
| 540 | RelativePath="..\src\OgreNode.cpp"> |
|---|
| 541 | </File> |
|---|
| 542 | <File |
|---|
| 543 | RelativePath="..\src\OgreNumerics.cpp"> |
|---|
| 544 | </File> |
|---|
| 545 | <File |
|---|
| 546 | RelativePath="..\src\OgreOptimisedUtil.cpp"> |
|---|
| 547 | </File> |
|---|
| 548 | <File |
|---|
| 549 | RelativePath="..\src\OgreOptimisedUtilGeneral.cpp"> |
|---|
| 550 | </File> |
|---|
| 551 | <File |
|---|
| 552 | RelativePath="..\src\OgreOptimisedUtilSSE.cpp"> |
|---|
| 553 | </File> |
|---|
| 554 | <File |
|---|
| 555 | RelativePath="..\src\OgreOverlay.cpp"> |
|---|
| 556 | </File> |
|---|
| 557 | <File |
|---|
| 558 | RelativePath="..\src\OgreOverlayContainer.cpp"> |
|---|
| 559 | </File> |
|---|
| 560 | <File |
|---|
| 561 | RelativePath="..\src\OgreOverlayElement.cpp"> |
|---|
| 562 | </File> |
|---|
| 563 | <File |
|---|
| 564 | RelativePath="..\src\OgreOverlayElementCommands.cpp"> |
|---|
| 565 | </File> |
|---|
| 566 | <File |
|---|
| 567 | RelativePath="..\src\OgreOverlayManager.cpp"> |
|---|
| 568 | </File> |
|---|
| 569 | <File |
|---|
| 570 | RelativePath="..\src\OgrePanelOverlayElement.cpp"> |
|---|
| 571 | </File> |
|---|
| 572 | <File |
|---|
| 573 | RelativePath="..\src\OgreParticle.cpp"> |
|---|
| 574 | </File> |
|---|
| 575 | <File |
|---|
| 576 | RelativePath="..\src\OgreParticleEmitter.cpp"> |
|---|
| 577 | </File> |
|---|
| 578 | <File |
|---|
| 579 | RelativePath="..\src\OgreParticleEmitterCommands.cpp"> |
|---|
| 580 | </File> |
|---|
| 581 | <File |
|---|
| 582 | RelativePath="..\src\OgreParticleIterator.cpp"> |
|---|
| 583 | </File> |
|---|
| 584 | <File |
|---|
| 585 | RelativePath="..\src\OgreParticleSystem.cpp"> |
|---|
| 586 | </File> |
|---|
| 587 | <File |
|---|
| 588 | RelativePath="..\src\OgreParticleSystemManager.cpp"> |
|---|
| 589 | </File> |
|---|
| 590 | <File |
|---|
| 591 | RelativePath="..\src\OgrePass.cpp"> |
|---|
| 592 | </File> |
|---|
| 593 | <File |
|---|
| 594 | RelativePath="..\src\OgrePatchMesh.cpp"> |
|---|
| 595 | </File> |
|---|
| 596 | <File |
|---|
| 597 | RelativePath="..\src\OgrePatchSurface.cpp"> |
|---|
| 598 | </File> |
|---|
| 599 | <File |
|---|
| 600 | RelativePath="..\src\OgrePixelConversions.h"> |
|---|
| 601 | </File> |
|---|
| 602 | <File |
|---|
| 603 | RelativePath="..\src\OgrePixelFormat.cpp"> |
|---|
| 604 | </File> |
|---|
| 605 | <File |
|---|
| 606 | RelativePath="..\src\OgrePlane.cpp"> |
|---|
| 607 | </File> |
|---|
| 608 | <File |
|---|
| 609 | RelativePath="..\src\OgrePlatformInformation.cpp"> |
|---|
| 610 | </File> |
|---|
| 611 | <File |
|---|
| 612 | RelativePath="..\src\OgrePolygon.cpp"> |
|---|
| 613 | </File> |
|---|
| 614 | <File |
|---|
| 615 | RelativePath="..\src\OgrePose.cpp"> |
|---|
| 616 | </File> |
|---|
| 617 | <File |
|---|
| 618 | RelativePath="..\src\OgrePrecompiledHeaders.cpp"> |
|---|
| 619 | <FileConfiguration |
|---|
| 620 | Name="Debug|Win32"> |
|---|
| 621 | <Tool |
|---|
| 622 | Name="VCCLCompilerTool" |
|---|
| 623 | UsePrecompiledHeader="1"/> |
|---|
| 624 | </FileConfiguration> |
|---|
| 625 | <FileConfiguration |
|---|
| 626 | Name="Release|Win32"> |
|---|
| 627 | <Tool |
|---|
| 628 | Name="VCCLCompilerTool" |
|---|
| 629 | UsePrecompiledHeader="1"/> |
|---|
| 630 | </FileConfiguration> |
|---|
| 631 | <FileConfiguration |
|---|
| 632 | Name="DebugStaticLib|Win32"> |
|---|
| 633 | <Tool |
|---|
| 634 | Name="VCCLCompilerTool" |
|---|
| 635 | UsePrecompiledHeader="1"/> |
|---|
| 636 | </FileConfiguration> |
|---|
| 637 | <FileConfiguration |
|---|
| 638 | Name="ReleaseStaticLib|Win32"> |
|---|
| 639 | <Tool |
|---|
| 640 | Name="VCCLCompilerTool" |
|---|
| 641 | UsePrecompiledHeader="1"/> |
|---|
| 642 | </FileConfiguration> |
|---|
| 643 | </File> |
|---|
| 644 | <File |
|---|
| 645 | RelativePath="..\src\OgrePredefinedControllers.cpp"> |
|---|
| 646 | </File> |
|---|
| 647 | <File |
|---|
| 648 | RelativePath="..\src\OgrePrefabFactory.cpp"> |
|---|
| 649 | </File> |
|---|
| 650 | <File |
|---|
| 651 | RelativePath="..\src\OgreProfiler.cpp"> |
|---|
| 652 | </File> |
|---|
| 653 | <File |
|---|
| 654 | RelativePath="..\src\OgreProgressiveMesh.cpp"> |
|---|
| 655 | </File> |
|---|
| 656 | <File |
|---|
| 657 | RelativePath="..\src\OgreQuaternion.cpp"> |
|---|
| 658 | </File> |
|---|
| 659 | <File |
|---|
| 660 | RelativePath="..\src\OgreRectangle2D.cpp"> |
|---|
| 661 | </File> |
|---|
| 662 | <File |
|---|
| 663 | RelativePath="..\src\OgreRenderQueue.cpp"> |
|---|
| 664 | </File> |
|---|
| 665 | <File |
|---|
| 666 | RelativePath="..\src\OgreRenderQueueInvocation.cpp"> |
|---|
| 667 | </File> |
|---|
| 668 | <File |
|---|
| 669 | RelativePath="..\src\OgreRenderQueueSortingGrouping.cpp"> |
|---|
| 670 | </File> |
|---|
| 671 | <File |
|---|
| 672 | RelativePath="..\src\OgreRenderSystem.cpp"> |
|---|
| 673 | </File> |
|---|
| 674 | <File |
|---|
| 675 | RelativePath="..\src\OgreRenderSystemCapabilities.cpp"> |
|---|
| 676 | </File> |
|---|
| 677 | <File |
|---|
| 678 | RelativePath="..\src\OgreRenderTarget.cpp"> |
|---|
| 679 | </File> |
|---|
| 680 | <File |
|---|
| 681 | RelativePath="..\src\OgreRenderTexture.cpp"> |
|---|
| 682 | </File> |
|---|
| 683 | <File |
|---|
| 684 | RelativePath="..\src\OgreRenderWindow.cpp"> |
|---|
| 685 | </File> |
|---|
| 686 | <File |
|---|
| 687 | RelativePath="..\src\OgreResource.cpp"> |
|---|
| 688 | </File> |
|---|
| 689 | <File |
|---|
| 690 | RelativePath="..\src\OgreResourceBackgroundQueue.cpp"> |
|---|
| 691 | </File> |
|---|
| 692 | <File |
|---|
| 693 | RelativePath="..\src\OgreResourceGroupManager.cpp"> |
|---|
| 694 | </File> |
|---|
| 695 | <File |
|---|
| 696 | RelativePath="..\src\OgreResourceManager.cpp"> |
|---|
| 697 | </File> |
|---|
| 698 | <File |
|---|
| 699 | RelativePath="..\src\OgreRibbonTrail.cpp"> |
|---|
| 700 | </File> |
|---|
| 701 | <File |
|---|
| 702 | RelativePath="..\src\OgreRoot.cpp"> |
|---|
| 703 | </File> |
|---|
| 704 | <File |
|---|
| 705 | RelativePath="..\src\OgreRotationSpline.cpp"> |
|---|
| 706 | </File> |
|---|
| 707 | <File |
|---|
| 708 | RelativePath="..\src\OgreSceneManager.cpp"> |
|---|
| 709 | </File> |
|---|
| 710 | <File |
|---|
| 711 | RelativePath="..\src\OgreSceneManagerEnumerator.cpp"> |
|---|
| 712 | </File> |
|---|
| 713 | <File |
|---|
| 714 | RelativePath="..\src\OgreSceneNode.cpp"> |
|---|
| 715 | </File> |
|---|
| 716 | <File |
|---|
| 717 | RelativePath="..\src\OgreSceneQuery.cpp"> |
|---|
| 718 | </File> |
|---|
| 719 | <File |
|---|
| 720 | RelativePath="..\src\OgreSerializer.cpp"> |
|---|
| 721 | </File> |
|---|
| 722 | <File |
|---|
| 723 | RelativePath="..\src\OgreShadowCameraSetup.cpp"> |
|---|
| 724 | </File> |
|---|
| 725 | <File |
|---|
| 726 | RelativePath="..\src\OgreShadowCameraSetupFocused.cpp"> |
|---|
| 727 | </File> |
|---|
| 728 | <File |
|---|
| 729 | RelativePath="..\src\OgreShadowCameraSetupLiSPSM.cpp"> |
|---|
| 730 | </File> |
|---|
| 731 | <File |
|---|
| 732 | RelativePath="..\src\OgreShadowCameraSetupPlaneOptimal.cpp"> |
|---|
| 733 | </File> |
|---|
| 734 | <File |
|---|
| 735 | RelativePath="..\src\OgreShadowCaster.cpp"> |
|---|
| 736 | </File> |
|---|
| 737 | <File |
|---|
| 738 | RelativePath="..\src\OgreShadowTextureManager.cpp"> |
|---|
| 739 | </File> |
|---|
| 740 | <File |
|---|
| 741 | RelativePath="..\src\OgreShadowVolumeExtrudeProgram.cpp"> |
|---|
| 742 | </File> |
|---|
| 743 | <File |
|---|
| 744 | RelativePath="..\src\OgreSIMDHelper.h"> |
|---|
| 745 | </File> |
|---|
| 746 | <File |
|---|
| 747 | RelativePath="..\src\OgreSimpleRenderable.cpp"> |
|---|
| 748 | </File> |
|---|
| 749 | <File |
|---|
| 750 | RelativePath="..\src\OgreSimpleSpline.cpp"> |
|---|
| 751 | </File> |
|---|
| 752 | <File |
|---|
| 753 | RelativePath="..\src\OgreSkeleton.cpp"> |
|---|
| 754 | </File> |
|---|
| 755 | <File |
|---|
| 756 | RelativePath="..\src\OgreSkeletonInstance.cpp"> |
|---|
| 757 | </File> |
|---|
| 758 | <File |
|---|
| 759 | RelativePath="..\src\OgreSkeletonManager.cpp"> |
|---|
| 760 | </File> |
|---|
| 761 | <File |
|---|
| 762 | RelativePath="..\src\OgreSkeletonSerializer.cpp"> |
|---|
| 763 | </File> |
|---|
| 764 | <File |
|---|
| 765 | RelativePath="..\src\OgreStaticGeometry.cpp"> |
|---|
| 766 | </File> |
|---|
| 767 | <File |
|---|
| 768 | RelativePath="..\src\OgreString.cpp"> |
|---|
| 769 | </File> |
|---|
| 770 | <File |
|---|
| 771 | RelativePath="..\src\OgreStringConverter.cpp"> |
|---|
| 772 | </File> |
|---|
| 773 | <File |
|---|
| 774 | RelativePath="..\src\OgreStringInterface.cpp"> |
|---|
| 775 | </File> |
|---|
| 776 | <File |
|---|
| 777 | RelativePath="..\src\OgreSubEntity.cpp"> |
|---|
| 778 | </File> |
|---|
| 779 | <File |
|---|
| 780 | RelativePath="..\src\OgreSubMesh.cpp"> |
|---|
| 781 | </File> |
|---|
| 782 | <File |
|---|
| 783 | RelativePath="..\src\OgreTagPoint.cpp"> |
|---|
| 784 | </File> |
|---|
| 785 | <File |
|---|
| 786 | RelativePath="..\src\OgreTechnique.cpp"> |
|---|
| 787 | </File> |
|---|
| 788 | <File |
|---|
| 789 | RelativePath="..\src\OgreTextAreaOverlayElement.cpp"> |
|---|
| 790 | </File> |
|---|
| 791 | <File |
|---|
| 792 | RelativePath="..\src\OgreTexture.cpp"> |
|---|
| 793 | </File> |
|---|
| 794 | <File |
|---|
| 795 | RelativePath="..\src\OgreTextureManager.cpp"> |
|---|
| 796 | </File> |
|---|
| 797 | <File |
|---|
| 798 | RelativePath="..\src\OgreTextureUnitState.cpp"> |
|---|
| 799 | </File> |
|---|
| 800 | <File |
|---|
| 801 | RelativePath="..\src\Win32\OgreTimer.cpp"> |
|---|
| 802 | </File> |
|---|
| 803 | <File |
|---|
| 804 | RelativePath="..\src\OgreUnifiedHighLevelGpuProgram.cpp"> |
|---|
| 805 | </File> |
|---|
| 806 | <File |
|---|
| 807 | RelativePath="..\src\OgreUserDefinedObject.cpp"> |
|---|
| 808 | </File> |
|---|
| 809 | <File |
|---|
| 810 | RelativePath="..\src\OgreVector2.cpp"> |
|---|
| 811 | </File> |
|---|
| 812 | <File |
|---|
| 813 | RelativePath="..\src\OgreVector3.cpp"> |
|---|
| 814 | </File> |
|---|
| 815 | <File |
|---|
| 816 | RelativePath="..\src\OgreVector4.cpp"> |
|---|
| 817 | </File> |
|---|
| 818 | <File |
|---|
| 819 | RelativePath="..\src\OgreVertexIndexData.cpp"> |
|---|
| 820 | </File> |
|---|
| 821 | <File |
|---|
| 822 | RelativePath="..\src\OgreViewport.cpp"> |
|---|
| 823 | </File> |
|---|
| 824 | <File |
|---|
| 825 | RelativePath="..\src\OgreWindowEventUtilities.cpp"> |
|---|
| 826 | </File> |
|---|
| 827 | <File |
|---|
| 828 | RelativePath="..\src\OgreWireBoundingBox.cpp"> |
|---|
| 829 | </File> |
|---|
| 830 | <File |
|---|
| 831 | RelativePath="..\src\OgreZip.cpp"> |
|---|
| 832 | </File> |
|---|
| 833 | </Filter> |
|---|
| 834 | <Filter |
|---|
| 835 | Name="Header Files" |
|---|
| 836 | Filter="h;hpp;hxx;hm;inl;inc"> |
|---|
| 837 | <File |
|---|
| 838 | RelativePath="..\include\asm_math.h"> |
|---|
| 839 | </File> |
|---|
| 840 | <File |
|---|
| 841 | RelativePath="..\include\Ogre.h"> |
|---|
| 842 | </File> |
|---|
| 843 | <File |
|---|
| 844 | RelativePath="..\include\OgreAlignedAllocator.h"> |
|---|
| 845 | </File> |
|---|
| 846 | <File |
|---|
| 847 | RelativePath="..\include\OgreAnimable.h"> |
|---|
| 848 | </File> |
|---|
| 849 | <File |
|---|
| 850 | RelativePath="..\include\OgreAnimation.h"> |
|---|
| 851 | </File> |
|---|
| 852 | <File |
|---|
| 853 | RelativePath="..\include\OgreAnimationState.h"> |
|---|
| 854 | </File> |
|---|
| 855 | <File |
|---|
| 856 | RelativePath="..\include\OgreAnimationTrack.h"> |
|---|
| 857 | </File> |
|---|
| 858 | <File |
|---|
| 859 | RelativePath="..\include\OgreAny.h"> |
|---|
| 860 | </File> |
|---|
| 861 | <File |
|---|
| 862 | RelativePath="..\include\OgreArchive.h"> |
|---|
| 863 | </File> |
|---|
| 864 | <File |
|---|
| 865 | RelativePath="..\include\OgreArchiveFactory.h"> |
|---|
| 866 | </File> |
|---|
| 867 | <File |
|---|
| 868 | RelativePath="..\include\OgreArchiveManager.h"> |
|---|
| 869 | </File> |
|---|
| 870 | <File |
|---|
| 871 | RelativePath="..\include\OgreAutoParamDataSource.h"> |
|---|
| 872 | </File> |
|---|
| 873 | <File |
|---|
| 874 | RelativePath="..\include\OgreAxisAlignedBox.h"> |
|---|
| 875 | </File> |
|---|
| 876 | <File |
|---|
| 877 | RelativePath="..\include\OgreBillboard.h"> |
|---|
| 878 | </File> |
|---|
| 879 | <File |
|---|
| 880 | RelativePath="..\include\OgreBillboardChain.h"> |
|---|
| 881 | </File> |
|---|
| 882 | <File |
|---|
| 883 | RelativePath="..\include\OgreBillboardParticleRenderer.h"> |
|---|
| 884 | </File> |
|---|
| 885 | <File |
|---|
| 886 | RelativePath="..\include\OgreBillboardSet.h"> |
|---|
| 887 | </File> |
|---|
| 888 | <File |
|---|
| 889 | RelativePath="..\include\OgreBitwise.h"> |
|---|
| 890 | </File> |
|---|
| 891 | <File |
|---|
| 892 | RelativePath="..\include\OgreBlendMode.h"> |
|---|
| 893 | </File> |
|---|
| 894 | <File |
|---|
| 895 | RelativePath="..\include\OgreBone.h"> |
|---|
| 896 | </File> |
|---|
| 897 | <File |
|---|
| 898 | RelativePath="..\include\OgreBorderPanelOverlayElement.h"> |
|---|
| 899 | </File> |
|---|
| 900 | <File |
|---|
| 901 | RelativePath="..\include\OgreCamera.h"> |
|---|
| 902 | </File> |
|---|
| 903 | <File |
|---|
| 904 | RelativePath="..\include\OgreCodec.h"> |
|---|
| 905 | </File> |
|---|
| 906 | <File |
|---|
| 907 | RelativePath="..\include\OgreCodecFactory.h"> |
|---|
| 908 | </File> |
|---|
| 909 | <File |
|---|
| 910 | RelativePath="..\include\OgreColourValue.h"> |
|---|
| 911 | </File> |
|---|
| 912 | <File |
|---|
| 913 | RelativePath="..\include\OgreCommon.h"> |
|---|
| 914 | </File> |
|---|
| 915 | <File |
|---|
| 916 | RelativePath="..\include\OgreCompiler2Pass.h"> |
|---|
| 917 | </File> |
|---|
| 918 | <File |
|---|
| 919 | RelativePath="..\include\OgreCompositionPass.h"> |
|---|
| 920 | </File> |
|---|
| 921 | <File |
|---|
| 922 | RelativePath="..\include\OgreCompositionTargetPass.h"> |
|---|
| 923 | </File> |
|---|
| 924 | <File |
|---|
| 925 | RelativePath="..\include\OgreCompositionTechnique.h"> |
|---|
| 926 | </File> |
|---|
| 927 | <File |
|---|
| 928 | RelativePath="..\include\OgreCompositor.h"> |
|---|
| 929 | </File> |
|---|
| 930 | <File |
|---|
| 931 | RelativePath="..\include\OgreCompositorChain.h"> |
|---|
| 932 | </File> |
|---|
| 933 | <File |
|---|
| 934 | RelativePath="..\include\OgreCompositorInstance.h"> |
|---|
| 935 | </File> |
|---|
| 936 | <File |
|---|
| 937 | RelativePath="..\include\OgreCompositorManager.h"> |
|---|
| 938 | </File> |
|---|
| 939 | <File |
|---|
| 940 | RelativePath="..\include\OgreCompositorScriptCompiler.h"> |
|---|
| 941 | </File> |
|---|
| 942 | <File |
|---|
| 943 | RelativePath="..\include\OgreCompositorSerializer.h"> |
|---|
| 944 | </File> |
|---|
| 945 | <File |
|---|
| 946 | RelativePath="..\include\OgreConfig.h"> |
|---|
| 947 | </File> |
|---|
| 948 | <File |
|---|
| 949 | RelativePath="..\include\OgreConfigDialog.h"> |
|---|
| 950 | </File> |
|---|
| 951 | <File |
|---|
| 952 | RelativePath="..\include\Win32\OgreConfigDialogImp.h"> |
|---|
| 953 | </File> |
|---|
| 954 | <File |
|---|
| 955 | RelativePath="..\include\OgreConfigFile.h"> |
|---|
| 956 | </File> |
|---|
| 957 | <File |
|---|
| 958 | RelativePath="..\include\OgreConfigOptionMap.h"> |
|---|
| 959 | </File> |
|---|
| 960 | <File |
|---|
| 961 | RelativePath="..\include\OgreController.h"> |
|---|
| 962 | </File> |
|---|
| 963 | <File |
|---|
| 964 | RelativePath="..\include\OgreControllerManager.h"> |
|---|
| 965 | </File> |
|---|
| 966 | <File |
|---|
| 967 | RelativePath="..\include\OgreConvexBody.h"> |
|---|
| 968 | </File> |
|---|
| 969 | <File |
|---|
| 970 | RelativePath="..\include\OgreDataStream.h"> |
|---|
| 971 | </File> |
|---|
| 972 | <File |
|---|
| 973 | RelativePath="..\include\OgreDDSCodec.h"> |
|---|
| 974 | </File> |
|---|
| 975 | <File |
|---|
| 976 | RelativePath="..\include\OgreDefaultHardwareBufferManager.h"> |
|---|
| 977 | </File> |
|---|
| 978 | <File |
|---|
| 979 | RelativePath="..\include\OgreDllInteface.h"> |
|---|
| 980 | </File> |
|---|
| 981 | <File |
|---|
| 982 | RelativePath="..\include\OgreDynLib.h"> |
|---|
| 983 | </File> |
|---|
| 984 | <File |
|---|
| 985 | RelativePath="..\include\OgreDynLibManager.h"> |
|---|
| 986 | </File> |
|---|
| 987 | <File |
|---|
| 988 | RelativePath="..\include\OgreEdgeListBuilder.h"> |
|---|
| 989 | </File> |
|---|
| 990 | <File |
|---|
| 991 | RelativePath="..\include\OgreEntity.h"> |
|---|
| 992 | </File> |
|---|
| 993 | <File |
|---|
| 994 | RelativePath="..\include\OgreErrorDialog.h"> |
|---|
| 995 | </File> |
|---|
| 996 | <File |
|---|
| 997 | RelativePath="..\include\Win32\OgreErrorDialogImp.h"> |
|---|
| 998 | </File> |
|---|
| 999 | <File |
|---|
| 1000 | RelativePath="..\include\OgreException.h"> |
|---|
| 1001 | </File> |
|---|
| 1002 | <File |
|---|
| 1003 | RelativePath="..\include\OgreExternalTextureSource.h"> |
|---|
| 1004 | </File> |
|---|
| 1005 | <File |
|---|
| 1006 | RelativePath="..\include\OgreExternalTextureSourceManager.h"> |
|---|
| 1007 | </File> |
|---|
| 1008 | <File |
|---|
| 1009 | RelativePath="..\include\OgreFactoryObj.h"> |
|---|
| 1010 | </File> |
|---|
| 1011 | <File |
|---|
| 1012 | RelativePath="..\include\OgreFileSystem.h"> |
|---|
| 1013 | </File> |
|---|
| 1014 | <File |
|---|
| 1015 | RelativePath="..\include\OgreFont.h"> |
|---|
| 1016 | </File> |
|---|
| 1017 | <File |
|---|
| 1018 | RelativePath="..\include\OgreFontManager.h"> |
|---|
| 1019 | </File> |
|---|
| 1020 | <File |
|---|
| 1021 | RelativePath="..\include\OgreFrameListener.h"> |
|---|
| 1022 | </File> |
|---|
| 1023 | <File |
|---|
| 1024 | RelativePath="..\include\OgreFreeImageCodec.h"> |
|---|
| 1025 | </File> |
|---|
| 1026 | <File |
|---|
| 1027 | RelativePath="..\include\OgreFrustum.h"> |
|---|
| 1028 | </File> |
|---|
| 1029 | <File |
|---|
| 1030 | RelativePath="..\include\OgreGpuProgram.h"> |
|---|
| 1031 | </File> |
|---|
| 1032 | <File |
|---|
| 1033 | RelativePath="..\include\OgreGpuProgramManager.h"> |
|---|
| 1034 | </File> |
|---|
| 1035 | <File |
|---|
| 1036 | RelativePath="..\include\OgreGpuProgramUsage.h"> |
|---|
| 1037 | </File> |
|---|
| 1038 | <File |
|---|
| 1039 | RelativePath="..\include\OgreHardwareBuffer.h"> |
|---|
| 1040 | </File> |
|---|
| 1041 | <File |
|---|
| 1042 | RelativePath="..\include\OgreHardwareBufferManager.h"> |
|---|
| 1043 | </File> |
|---|
| 1044 | <File |
|---|
| 1045 | RelativePath="..\include\OgreHardwareIndexBuffer.h"> |
|---|
| 1046 | </File> |
|---|
| 1047 | <File |
|---|
| 1048 | RelativePath="..\include\OgreHardwareOcclusionQuery.h"> |
|---|
| 1049 | </File> |
|---|
| 1050 | <File |
|---|
| 1051 | RelativePath="..\include\OgreHardwarePixelBuffer.h"> |
|---|
| 1052 | </File> |
|---|
| 1053 | <File |
|---|
| 1054 | RelativePath="..\include\OgreHardwareVertexBuffer.h"> |
|---|
| 1055 | </File> |
|---|
| 1056 | <File |
|---|
| 1057 | RelativePath="..\include\OgreHighLevelGpuProgram.h"> |
|---|
| 1058 | </File> |
|---|
| 1059 | <File |
|---|
| 1060 | RelativePath="..\include\OgreHighLevelGpuProgramManager.h"> |
|---|
| 1061 | </File> |
|---|
| 1062 | <File |
|---|
| 1063 | RelativePath="..\include\OgreImage.h"> |
|---|
| 1064 | </File> |
|---|
| 1065 | <File |
|---|
| 1066 | RelativePath="..\include\OgreImageCodec.h"> |
|---|
| 1067 | </File> |
|---|
| 1068 | <File |
|---|
| 1069 | RelativePath="..\include\OgreInstancedGeometry.h"> |
|---|
| 1070 | </File> |
|---|
| 1071 | <File |
|---|
| 1072 | RelativePath="..\include\OgreIteratorWrappers.h"> |
|---|
| 1073 | </File> |
|---|
| 1074 | <File |
|---|
| 1075 | RelativePath="..\include\OgreKeyFrame.h"> |
|---|
| 1076 | </File> |
|---|
| 1077 | <File |
|---|
| 1078 | RelativePath="..\include\OgreLight.h"> |
|---|
| 1079 | </File> |
|---|
| 1080 | <File |
|---|
| 1081 | RelativePath="..\include\OgreLog.h"> |
|---|
| 1082 | </File> |
|---|
| 1083 | <File |
|---|
| 1084 | RelativePath="..\include\OgreLogManager.h"> |
|---|
| 1085 | </File> |
|---|
| 1086 | <File |
|---|
| 1087 | RelativePath="..\include\OgreManualObject.h"> |
|---|
| 1088 | </File> |
|---|
| 1089 | <File |
|---|
| 1090 | RelativePath="..\include\OgreMaterial.h"> |
|---|
| 1091 | </File> |
|---|
| 1092 | <File |
|---|
| 1093 | RelativePath="..\include\OgreMaterialManager.h"> |
|---|
| 1094 | </File> |
|---|
| 1095 | <File |
|---|
| 1096 | RelativePath="..\include\OgreMaterialScriptCompiler.h"> |
|---|
| 1097 | </File> |
|---|
| 1098 | <File |
|---|
| 1099 | RelativePath="..\include\OgreMaterialSerializer.h"> |
|---|
| 1100 | </File> |
|---|
| 1101 | <File |
|---|
| 1102 | RelativePath="..\include\OgreMath.h"> |
|---|
| 1103 | </File> |
|---|
| 1104 | <File |
|---|
| 1105 | RelativePath="..\include\OgreMatrix3.h"> |
|---|
| 1106 | </File> |
|---|
| 1107 | <File |
|---|
| 1108 | RelativePath="..\include\OgreMatrix4.h"> |
|---|
| 1109 | </File> |
|---|
| 1110 | <File |
|---|
| 1111 | RelativePath="..\include\OgreMemoryMacros.h"> |
|---|
| 1112 | </File> |
|---|
| 1113 | <File |
|---|
| 1114 | RelativePath="..\include\OgreMemoryManager.h"> |
|---|
| 1115 | </File> |
|---|
| 1116 | <File |
|---|
| 1117 | RelativePath="..\include\OgreMesh.h"> |
|---|
| 1118 | </File> |
|---|
| 1119 | <File |
|---|
| 1120 | RelativePath="..\include\OgreMeshFileFormat.h"> |
|---|
| 1121 | </File> |
|---|
| 1122 | <File |
|---|
| 1123 | RelativePath="..\include\OgreMeshManager.h"> |
|---|
| 1124 | </File> |
|---|
| 1125 | <File |
|---|
| 1126 | RelativePath="..\include\OgreMeshSerializer.h"> |
|---|
| 1127 | </File> |
|---|
| 1128 | <File |
|---|
| 1129 | RelativePath="..\include\OgreMeshSerializerImpl.h"> |
|---|
| 1130 | </File> |
|---|
| 1131 | <File |
|---|
| 1132 | RelativePath="..\include\OgreMovableObject.h"> |
|---|
| 1133 | </File> |
|---|
| 1134 | <File |
|---|
| 1135 | RelativePath="..\include\OgreMovablePlane.h"> |
|---|
| 1136 | </File> |
|---|
| 1137 | <File |
|---|
| 1138 | RelativePath="..\include\OgreNode.h"> |
|---|
| 1139 | </File> |
|---|
| 1140 | <File |
|---|
| 1141 | RelativePath="..\include\OgreNoMemoryMacros.h"> |
|---|
| 1142 | </File> |
|---|
| 1143 | <File |
|---|
| 1144 | RelativePath="..\include\OgreNumerics.h"> |
|---|
| 1145 | </File> |
|---|
| 1146 | <File |
|---|
| 1147 | RelativePath="..\include\OgreOptimisedUtil.h"> |
|---|
| 1148 | </File> |
|---|
| 1149 | <File |
|---|
| 1150 | RelativePath="..\include\OgreOverlay.h"> |
|---|
| 1151 | </File> |
|---|
| 1152 | <File |
|---|
| 1153 | RelativePath="..\include\OgreOverlayContainer.h"> |
|---|
| 1154 | </File> |
|---|
| 1155 | <File |
|---|
| 1156 | RelativePath="..\include\OgreOverlayElement.h"> |
|---|
| 1157 | </File> |
|---|
| 1158 | <File |
|---|
| 1159 | RelativePath="..\include\OgreOverlayElementCommands.h"> |
|---|
| 1160 | </File> |
|---|
| 1161 | <File |
|---|
| 1162 | RelativePath="..\include\OgreOverlayElementFactory.h"> |
|---|
| 1163 | </File> |
|---|
| 1164 | <File |
|---|
| 1165 | RelativePath="..\include\OgreOverlayManager.h"> |
|---|
| 1166 | </File> |
|---|
| 1167 | <File |
|---|
| 1168 | RelativePath="..\include\OgrePanelOverlayElement.h"> |
|---|
| 1169 | </File> |
|---|
| 1170 | <File |
|---|
| 1171 | RelativePath="..\include\OgreParticle.h"> |
|---|
| 1172 | </File> |
|---|
| 1173 | <File |
|---|
| 1174 | RelativePath="..\include\OgreParticleAffector.h"> |
|---|
| 1175 | </File> |
|---|
| 1176 | <File |
|---|
| 1177 | RelativePath="..\include\OgreParticleAffectorFactory.h"> |
|---|
| 1178 | </File> |
|---|
| 1179 | <File |
|---|
| 1180 | RelativePath="..\include\OgreParticleEmitter.h"> |
|---|
| 1181 | </File> |
|---|
| 1182 | <File |
|---|
| 1183 | RelativePath="..\include\OgreParticleEmitterCommands.h"> |
|---|
| 1184 | </File> |
|---|
| 1185 | <File |
|---|
| 1186 | RelativePath="..\include\OgreParticleEmitterFactory.h"> |
|---|
| 1187 | </File> |
|---|
| 1188 | <File |
|---|
| 1189 | RelativePath="..\include\OgreParticleIterator.h"> |
|---|
| 1190 | </File> |
|---|
| 1191 | <File |
|---|
| 1192 | RelativePath="..\include\OgreParticleSystem.h"> |
|---|
| 1193 | </File> |
|---|
| 1194 | <File |
|---|
| 1195 | RelativePath="..\include\OgreParticleSystemManager.h"> |
|---|
| 1196 | </File> |
|---|
| 1197 | <File |
|---|
| 1198 | RelativePath="..\include\OgreParticleSystemRenderer.h"> |
|---|
| 1199 | </File> |
|---|
| 1200 | <File |
|---|
| 1201 | RelativePath="..\include\OgrePass.h"> |
|---|
| 1202 | </File> |
|---|
| 1203 | <File |
|---|
| 1204 | RelativePath="..\include\OgrePatchMesh.h"> |
|---|
| 1205 | </File> |
|---|
| 1206 | <File |
|---|
| 1207 | RelativePath="..\include\OgrePatchSurface.h"> |
|---|
| 1208 | </File> |
|---|
| 1209 | <File |
|---|
| 1210 | RelativePath="..\include\OgrePixelFormat.h"> |
|---|
| 1211 | </File> |
|---|
| 1212 | <File |
|---|
| 1213 | RelativePath="..\include\OgrePlane.h"> |
|---|
| 1214 | </File> |
|---|
| 1215 | <File |
|---|
| 1216 | RelativePath="..\include\OgrePlaneBoundedVolume.h"> |
|---|
| 1217 | </File> |
|---|
| 1218 | <File |
|---|
| 1219 | RelativePath="..\include\OgrePlatform.h"> |
|---|
| 1220 | </File> |
|---|
| 1221 | <File |
|---|
| 1222 | RelativePath="..\include\OgrePlatformInformation.h"> |
|---|
| 1223 | </File> |
|---|
| 1224 | <File |
|---|
| 1225 | RelativePath="..\include\OgrePlugin.h"> |
|---|
| 1226 | </File> |
|---|
| 1227 | <File |
|---|
| 1228 | RelativePath="..\include\OgrePolygon.h"> |
|---|
| 1229 | </File> |
|---|
| 1230 | <File |
|---|
| 1231 | RelativePath="..\include\OgrePose.h"> |
|---|
| 1232 | </File> |
|---|
| 1233 | <File |
|---|
| 1234 | RelativePath="..\include\OgrePredefinedControllers.h"> |
|---|
| 1235 | </File> |
|---|
| 1236 | <File |
|---|
| 1237 | RelativePath="..\include\OgrePrefabFactory.h"> |
|---|
| 1238 | </File> |
|---|
| 1239 | <File |
|---|
| 1240 | RelativePath="..\include\OgrePrerequisites.h"> |
|---|
| 1241 | </File> |
|---|
| 1242 | <File |
|---|
| 1243 | RelativePath="..\include\OgreProfiler.h"> |
|---|
| 1244 | </File> |
|---|
| 1245 | <File |
|---|
| 1246 | RelativePath="..\include\OgreProgressiveMesh.h"> |
|---|
| 1247 | </File> |
|---|
| 1248 | <File |
|---|
| 1249 | RelativePath="..\include\OgreQuaternion.h"> |
|---|
| 1250 | </File> |
|---|
| 1251 | <File |
|---|
| 1252 | RelativePath="..\include\OgreRadixSort.h"> |
|---|
| 1253 | </File> |
|---|
| 1254 | <File |
|---|
| 1255 | RelativePath="..\include\OgreRay.h"> |
|---|
| 1256 | </File> |
|---|
| 1257 | <File |
|---|
| 1258 | RelativePath="..\include\OgreRectangle.h"> |
|---|
| 1259 | </File> |
|---|
| 1260 | <File |
|---|
| 1261 | RelativePath="..\include\OgreRectangle2D.h"> |
|---|
| 1262 | </File> |
|---|
| 1263 | <File |
|---|
| 1264 | RelativePath="..\include\OgreRenderable.h"> |
|---|
| 1265 | </File> |
|---|
| 1266 | <File |
|---|
| 1267 | RelativePath="..\include\OgreRenderOperation.h"> |
|---|
| 1268 | </File> |
|---|
| 1269 | <File |
|---|
| 1270 | RelativePath="..\include\OgreRenderQueue.h"> |
|---|
| 1271 | </File> |
|---|
| 1272 | <File |
|---|
| 1273 | RelativePath="..\include\OgreRenderQueueInvocation.h"> |
|---|
| 1274 | </File> |
|---|
| 1275 | <File |
|---|
| 1276 | RelativePath="..\include\OgreRenderQueueListener.h"> |
|---|
| 1277 | </File> |
|---|
| 1278 | <File |
|---|
| 1279 | RelativePath="..\include\OgreRenderQueueSortingGrouping.h"> |
|---|
| 1280 | </File> |
|---|
| 1281 | <File |
|---|
| 1282 | RelativePath="..\include\OgreRenderSystem.h"> |
|---|
| 1283 | </File> |
|---|
| 1284 | <File |
|---|
| 1285 | RelativePath="..\include\OgreRenderSystemCapabilities.h"> |
|---|
| 1286 | </File> |
|---|
| 1287 | <File |
|---|
| 1288 | RelativePath="..\include\OgreRenderTarget.h"> |
|---|
| 1289 | </File> |
|---|
| 1290 | <File |
|---|
| 1291 | RelativePath="..\include\OgreRenderTargetListener.h"> |
|---|
| 1292 | </File> |
|---|
| 1293 | <File |
|---|
| 1294 | RelativePath="..\include\OgreRenderTexture.h"> |
|---|
| 1295 | </File> |
|---|
| 1296 | <File |
|---|
| 1297 | RelativePath="..\include\OgreRenderWindow.h"> |
|---|
| 1298 | </File> |
|---|
| 1299 | <File |
|---|
| 1300 | RelativePath="..\include\OgreResource.h"> |
|---|
| 1301 | </File> |
|---|
| 1302 | <File |
|---|
| 1303 | RelativePath="..\include\OgreResourceBackgroundQueue.h"> |
|---|
| 1304 | </File> |
|---|
| 1305 | <File |
|---|
| 1306 | RelativePath="..\include\OgreResourceGroupManager.h"> |
|---|
| 1307 | </File> |
|---|
| 1308 | <File |
|---|
| 1309 | RelativePath="..\include\OgreResourceManager.h"> |
|---|
| 1310 | </File> |
|---|
| 1311 | <File |
|---|
| 1312 | RelativePath="..\include\OgreRibbonTrail.h"> |
|---|
| 1313 | </File> |
|---|
| 1314 | <File |
|---|
| 1315 | RelativePath="..\include\OgreRoot.h"> |
|---|
| 1316 | </File> |
|---|
| 1317 | <File |
|---|
| 1318 | RelativePath="..\include\OgreRotationalSpline.h"> |
|---|
| 1319 | </File> |
|---|
| 1320 | <File |
|---|
| 1321 | RelativePath="..\include\OgreSceneManager.h"> |
|---|
| 1322 | </File> |
|---|
| 1323 | <File |
|---|
| 1324 | RelativePath="..\include\OgreSceneManagerEnumerator.h"> |
|---|
| 1325 | </File> |
|---|
| 1326 | <File |
|---|
| 1327 | RelativePath="..\include\OgreSceneNode.h"> |
|---|
| 1328 | </File> |
|---|
| 1329 | <File |
|---|
| 1330 | RelativePath="..\include\OgreSceneQuery.h"> |
|---|
| 1331 | </File> |
|---|
| 1332 | <File |
|---|
| 1333 | RelativePath="..\include\OgreScriptLoader.h"> |
|---|
| 1334 | </File> |
|---|
| 1335 | <File |
|---|
| 1336 | RelativePath="..\include\OgreSerializer.h"> |
|---|
| 1337 | </File> |
|---|
| 1338 | <File |
|---|
| 1339 | RelativePath="..\include\OgreShadowCameraSetup.h"> |
|---|
| 1340 | </File> |
|---|
| 1341 | <File |
|---|
| 1342 | RelativePath="..\include\OgreShadowCameraSetupFocused.h"> |
|---|
| 1343 | </File> |
|---|
| 1344 | <File |
|---|
| 1345 | RelativePath="..\include\OgreShadowCameraSetupLiSPSM.h"> |
|---|
| 1346 | </File> |
|---|
| 1347 | <File |
|---|
| 1348 | RelativePath="..\include\OgreShadowCameraSetupPlaneOptimal.h"> |
|---|
| 1349 | </File> |
|---|
| 1350 | <File |
|---|
| 1351 | RelativePath="..\include\OgreShadowCaster.h"> |
|---|
| 1352 | </File> |
|---|
| 1353 | <File |
|---|
| 1354 | RelativePath="..\include\OgreShadowTextureManager.h"> |
|---|
| 1355 | </File> |
|---|
| 1356 | <File |
|---|
| 1357 | RelativePath="..\include\OgreShadowVolumeExtrudeProgram.h"> |
|---|
| 1358 | </File> |
|---|
| 1359 | <File |
|---|
| 1360 | RelativePath="..\include\OgreSharedPtr.h"> |
|---|
| 1361 | </File> |
|---|
| 1362 | <File |
|---|
| 1363 | RelativePath="..\include\OgreSimpleRenderable.h"> |
|---|
| 1364 | </File> |
|---|
| 1365 | <File |
|---|
| 1366 | RelativePath="..\include\OgreSimpleSpline.h"> |
|---|
| 1367 | </File> |
|---|
| 1368 | <File |
|---|
| 1369 | RelativePath="..\include\OgreSingleton.h"> |
|---|
| 1370 | </File> |
|---|
| 1371 | <File |
|---|
| 1372 | RelativePath="..\include\OgreSkeleton.h"> |
|---|
| 1373 | </File> |
|---|
| 1374 | <File |
|---|
| 1375 | RelativePath="..\include\OgreSkeletonFileFormat.h"> |
|---|
| 1376 | </File> |
|---|
| 1377 | <File |
|---|
| 1378 | RelativePath="..\include\OgreSkeletonInstance.h"> |
|---|
| 1379 | </File> |
|---|
| 1380 | <File |
|---|
| 1381 | RelativePath="..\include\OgreSkeletonManager.h"> |
|---|
| 1382 | </File> |
|---|
| 1383 | <File |
|---|
| 1384 | RelativePath="..\include\OgreSkeletonSerializer.h"> |
|---|
| 1385 | </File> |
|---|
| 1386 | <File |
|---|
| 1387 | RelativePath="..\include\OgreSphere.h"> |
|---|
| 1388 | </File> |
|---|
| 1389 | <File |
|---|
| 1390 | RelativePath="..\include\OgreSpotShadowFadePng.h"> |
|---|
| 1391 | </File> |
|---|
| 1392 | <File |
|---|
| 1393 | RelativePath="..\include\OgreStableHeaders.h"> |
|---|
| 1394 | </File> |
|---|
| 1395 | <File |
|---|
| 1396 | RelativePath="..\include\OgreStaticFaceGroup.h"> |
|---|
| 1397 | </File> |
|---|
| 1398 | <File |
|---|
| 1399 | RelativePath="..\include\OgreStaticGeometry.h"> |
|---|
| 1400 | </File> |
|---|
| 1401 | <File |
|---|
| 1402 | RelativePath="..\include\OgreStdHeaders.h"> |
|---|
| 1403 | </File> |
|---|
| 1404 | <File |
|---|
| 1405 | RelativePath="..\include\OgreString.h"> |
|---|
| 1406 | </File> |
|---|
| 1407 | <File |
|---|
| 1408 | RelativePath="..\include\OgreStringConverter.h"> |
|---|
| 1409 | </File> |
|---|
| 1410 | <File |
|---|
| 1411 | RelativePath="..\include\OgreStringInterface.h"> |
|---|
| 1412 | </File> |
|---|
| 1413 | <File |
|---|
| 1414 | RelativePath="..\include\OgreStringResource.h"> |
|---|
| 1415 | </File> |
|---|
| 1416 | <File |
|---|
| 1417 | RelativePath="..\include\OgreStringVector.h"> |
|---|
| 1418 | </File> |
|---|
| 1419 | <File |
|---|
| 1420 | RelativePath="..\include\OgreSubEntity.h"> |
|---|
| 1421 | </File> |
|---|
| 1422 | <File |
|---|
| 1423 | RelativePath="..\include\OgreSubMesh.h"> |
|---|
| 1424 | </File> |
|---|
| 1425 | <File |
|---|
| 1426 | RelativePath="..\include\OgreTagPoint.h"> |
|---|
| 1427 | </File> |
|---|
| 1428 | <File |
|---|
| 1429 | RelativePath="..\include\OgreTechnique.h"> |
|---|
| 1430 | </File> |
|---|
| 1431 | <File |
|---|
| 1432 | RelativePath="..\include\OgreTextAreaOverlayElement.h"> |
|---|
| 1433 | </File> |
|---|
| 1434 | <File |
|---|
| 1435 | RelativePath="..\include\OgreTexture.h"> |
|---|
| 1436 | </File> |
|---|
| 1437 | <File |
|---|
| 1438 | RelativePath="..\include\OgreTextureManager.h"> |
|---|
| 1439 | </File> |
|---|
| 1440 | <File |
|---|
| 1441 | RelativePath="..\include\OgreTextureUnitState.h"> |
|---|
| 1442 | </File> |
|---|
| 1443 | <File |
|---|
| 1444 | RelativePath="..\include\OgreTimer.h"> |
|---|
| 1445 | </File> |
|---|
| 1446 | <File |
|---|
| 1447 | RelativePath="..\include\Win32\OgreTimerImp.h"> |
|---|
| 1448 | </File> |
|---|
| 1449 | <File |
|---|
| 1450 | RelativePath="..\include\OgreUnifiedHighLevelGpuProgram.h"> |
|---|
| 1451 | </File> |
|---|
| 1452 | <File |
|---|
| 1453 | RelativePath="..\include\OgreUserDefinedObject.h"> |
|---|
| 1454 | </File> |
|---|
| 1455 | <File |
|---|
| 1456 | RelativePath="..\include\OgreUTFString.h"> |
|---|
| 1457 | </File> |
|---|
| 1458 | <File |
|---|
| 1459 | RelativePath="..\include\OgreVector2.h"> |
|---|
| 1460 | </File> |
|---|
| 1461 | <File |
|---|
| 1462 | RelativePath="..\include\OgreVector3.h"> |
|---|
| 1463 | </File> |
|---|
| 1464 | <File |
|---|
| 1465 | RelativePath="..\include\OgreVector4.h"> |
|---|
| 1466 | </File> |
|---|
| 1467 | <File |
|---|
| 1468 | RelativePath="..\include\OgreVertexBoneAssignment.h"> |
|---|
| 1469 | </File> |
|---|
| 1470 | <File |
|---|
| 1471 | RelativePath="..\include\OgreVertexIndexData.h"> |
|---|
| 1472 | </File> |
|---|
| 1473 | <File |
|---|
| 1474 | RelativePath="..\include\OgreViewport.h"> |
|---|
| 1475 | </File> |
|---|
| 1476 | <File |
|---|
| 1477 | RelativePath="..\include\OgreWindowEventUtilities.h"> |
|---|
| 1478 | </File> |
|---|
| 1479 | <File |
|---|
| 1480 | RelativePath="..\include\OgreWireBoundingBox.h"> |
|---|
| 1481 | </File> |
|---|
| 1482 | <File |
|---|
| 1483 | RelativePath="..\include\OgreZip.h"> |
|---|
| 1484 | </File> |
|---|
| 1485 | </Filter> |
|---|
| 1486 | <Filter |
|---|
| 1487 | Name="Resource Files" |
|---|
| 1488 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> |
|---|
| 1489 | <File |
|---|
| 1490 | RelativePath="..\src\Win32\ogre.ico"> |
|---|
| 1491 | </File> |
|---|
| 1492 | <File |
|---|
| 1493 | RelativePath="..\src\Win32\ogrelogo.bmp"> |
|---|
| 1494 | </File> |
|---|
| 1495 | <File |
|---|
| 1496 | RelativePath="..\src\Win32\OgreWin32Resources.rc"> |
|---|
| 1497 | </File> |
|---|
| 1498 | <File |
|---|
| 1499 | RelativePath="..\src\Win32\resource.h"> |
|---|
| 1500 | </File> |
|---|
| 1501 | <File |
|---|
| 1502 | RelativePath="..\src\Win32\winres.h"> |
|---|
| 1503 | </File> |
|---|
| 1504 | </Filter> |
|---|
| 1505 | </Files> |
|---|
| 1506 | <Globals> |
|---|
| 1507 | </Globals> |
|---|
| 1508 | </VisualStudioProject> |
|---|