[3] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
---|
| 2 | <VisualStudioProject |
---|
| 3 | ProjectType="Visual C++" |
---|
| 4 | Version="8.00" |
---|
| 5 | Name="RenderSystem_GL" |
---|
| 6 | ProjectGUID="{7D0A20FE-40A6-4E64-AD26-5E34AE391DF4}" |
---|
| 7 | RootNamespace="RenderSystem_GL" |
---|
| 8 | Keyword="Win32Proj" |
---|
| 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="..\..\..\lib" |
---|
| 21 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
---|
| 22 | ConfigurationType="2" |
---|
| 23 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops" |
---|
| 24 | CharacterSet="2" |
---|
| 25 | > |
---|
| 26 | <Tool |
---|
| 27 | Name="VCPreBuildEventTool" |
---|
| 28 | /> |
---|
| 29 | <Tool |
---|
| 30 | Name="VCCustomBuildTool" |
---|
| 31 | /> |
---|
| 32 | <Tool |
---|
| 33 | Name="VCXMLDataGeneratorTool" |
---|
| 34 | /> |
---|
| 35 | <Tool |
---|
| 36 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 37 | /> |
---|
| 38 | <Tool |
---|
| 39 | Name="VCMIDLTool" |
---|
| 40 | /> |
---|
| 41 | <Tool |
---|
| 42 | Name="VCCLCompilerTool" |
---|
| 43 | Optimization="0" |
---|
| 44 | AdditionalIncludeDirectories="..\include;..\src\win32;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\src\nvparse;..\src\nvparse\winheaders;..\src\atifs\include;..\src\glsl\include" |
---|
| 45 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_GLPLUGIN_EXPORTS" |
---|
| 46 | MinimalRebuild="true" |
---|
| 47 | BasicRuntimeChecks="3" |
---|
| 48 | RuntimeLibrary="3" |
---|
| 49 | EnableFunctionLevelLinking="true" |
---|
| 50 | FloatingPointModel="2" |
---|
| 51 | UsePrecompiledHeader="0" |
---|
| 52 | WarningLevel="3" |
---|
| 53 | Detect64BitPortabilityProblems="true" |
---|
| 54 | DebugInformationFormat="4" |
---|
| 55 | /> |
---|
| 56 | <Tool |
---|
| 57 | Name="VCManagedResourceCompilerTool" |
---|
| 58 | /> |
---|
| 59 | <Tool |
---|
| 60 | Name="VCResourceCompilerTool" |
---|
| 61 | /> |
---|
| 62 | <Tool |
---|
| 63 | Name="VCPreLinkEventTool" |
---|
| 64 | /> |
---|
| 65 | <Tool |
---|
| 66 | Name="VCLinkerTool" |
---|
| 67 | IgnoreImportLibrary="true" |
---|
| 68 | AdditionalDependencies="OgreMain_d.lib OPENGL32.lib GLU32.lib" |
---|
| 69 | OutputFile="$(OutDir)/RenderSystem_GL_d.dll" |
---|
| 70 | Version="" |
---|
| 71 | LinkIncremental="2" |
---|
| 72 | SuppressStartupBanner="true" |
---|
| 73 | AdditionalLibraryDirectories=""..\..\..\lib";"..\..\..\Dependencies\lib\$(ConfigurationName)"" |
---|
| 74 | ModuleDefinitionFile="" |
---|
| 75 | GenerateDebugInformation="true" |
---|
| 76 | ProgramDatabaseFile="$(OutDir)/$(ProjectName)_d.pdb" |
---|
| 77 | SubSystem="2" |
---|
| 78 | ImportLibrary="$(OutDir)/RenderSystem_GL_d.lib" |
---|
| 79 | TargetMachine="1" |
---|
| 80 | /> |
---|
| 81 | <Tool |
---|
| 82 | Name="VCALinkTool" |
---|
| 83 | /> |
---|
| 84 | <Tool |
---|
| 85 | Name="VCManifestTool" |
---|
| 86 | UseFAT32Workaround="true" |
---|
| 87 | /> |
---|
| 88 | <Tool |
---|
| 89 | Name="VCXDCMakeTool" |
---|
| 90 | /> |
---|
| 91 | <Tool |
---|
| 92 | Name="VCBscMakeTool" |
---|
| 93 | /> |
---|
| 94 | <Tool |
---|
| 95 | Name="VCFxCopTool" |
---|
| 96 | /> |
---|
| 97 | <Tool |
---|
| 98 | Name="VCAppVerifierTool" |
---|
| 99 | /> |
---|
| 100 | <Tool |
---|
| 101 | Name="VCWebDeploymentTool" |
---|
| 102 | /> |
---|
| 103 | <Tool |
---|
| 104 | Name="VCPostBuildEventTool" |
---|
| 105 | CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)" |
---|
| 106 | /> |
---|
| 107 | </Configuration> |
---|
| 108 | <Configuration |
---|
| 109 | Name="Release|Win32" |
---|
| 110 | OutputDirectory="..\..\..\lib" |
---|
| 111 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
---|
| 112 | ConfigurationType="2" |
---|
| 113 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops" |
---|
| 114 | CharacterSet="2" |
---|
| 115 | WholeProgramOptimization="1" |
---|
| 116 | > |
---|
| 117 | <Tool |
---|
| 118 | Name="VCPreBuildEventTool" |
---|
| 119 | /> |
---|
| 120 | <Tool |
---|
| 121 | Name="VCCustomBuildTool" |
---|
| 122 | /> |
---|
| 123 | <Tool |
---|
| 124 | Name="VCXMLDataGeneratorTool" |
---|
| 125 | /> |
---|
| 126 | <Tool |
---|
| 127 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 128 | /> |
---|
| 129 | <Tool |
---|
| 130 | Name="VCMIDLTool" |
---|
| 131 | /> |
---|
| 132 | <Tool |
---|
| 133 | Name="VCCLCompilerTool" |
---|
| 134 | Optimization="3" |
---|
| 135 | InlineFunctionExpansion="2" |
---|
| 136 | EnableIntrinsicFunctions="true" |
---|
| 137 | FavorSizeOrSpeed="1" |
---|
| 138 | OmitFramePointers="true" |
---|
| 139 | EnableFiberSafeOptimizations="true" |
---|
| 140 | AdditionalIncludeDirectories="..\include;..\src\win32;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\src\nvparse;..\src\nvparse\winheaders;..\src\atifs\include;..\src\glsl\include" |
---|
| 141 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_GLPLUGIN_EXPORTS" |
---|
| 142 | StringPooling="true" |
---|
| 143 | RuntimeLibrary="2" |
---|
| 144 | BufferSecurityCheck="false" |
---|
| 145 | EnableFunctionLevelLinking="true" |
---|
| 146 | FloatingPointModel="2" |
---|
| 147 | UsePrecompiledHeader="0" |
---|
| 148 | WarningLevel="3" |
---|
| 149 | Detect64BitPortabilityProblems="true" |
---|
| 150 | DebugInformationFormat="3" |
---|
| 151 | /> |
---|
| 152 | <Tool |
---|
| 153 | Name="VCManagedResourceCompilerTool" |
---|
| 154 | /> |
---|
| 155 | <Tool |
---|
| 156 | Name="VCResourceCompilerTool" |
---|
| 157 | /> |
---|
| 158 | <Tool |
---|
| 159 | Name="VCPreLinkEventTool" |
---|
| 160 | /> |
---|
| 161 | <Tool |
---|
| 162 | Name="VCLinkerTool" |
---|
| 163 | IgnoreImportLibrary="true" |
---|
| 164 | AdditionalDependencies="OgreMain.lib OPENGL32.lib GLU32.lib" |
---|
| 165 | OutputFile="$(OutDir)/RenderSystem_GL.dll" |
---|
| 166 | Version="0.99" |
---|
| 167 | LinkIncremental="1" |
---|
| 168 | SuppressStartupBanner="true" |
---|
| 169 | AdditionalLibraryDirectories=""..\..\..\lib";"..\..\..\Dependencies\lib\$(ConfigurationName)"" |
---|
| 170 | ModuleDefinitionFile="" |
---|
| 171 | GenerateDebugInformation="false" |
---|
| 172 | SubSystem="2" |
---|
| 173 | OptimizeReferences="2" |
---|
| 174 | EnableCOMDATFolding="2" |
---|
| 175 | ImportLibrary="$(OutDir)/RenderSystem_GL.lib" |
---|
| 176 | TargetMachine="1" |
---|
| 177 | /> |
---|
| 178 | <Tool |
---|
| 179 | Name="VCALinkTool" |
---|
| 180 | /> |
---|
| 181 | <Tool |
---|
| 182 | Name="VCManifestTool" |
---|
| 183 | UseFAT32Workaround="true" |
---|
| 184 | /> |
---|
| 185 | <Tool |
---|
| 186 | Name="VCXDCMakeTool" |
---|
| 187 | /> |
---|
| 188 | <Tool |
---|
| 189 | Name="VCBscMakeTool" |
---|
| 190 | /> |
---|
| 191 | <Tool |
---|
| 192 | Name="VCFxCopTool" |
---|
| 193 | /> |
---|
| 194 | <Tool |
---|
| 195 | Name="VCAppVerifierTool" |
---|
| 196 | /> |
---|
| 197 | <Tool |
---|
| 198 | Name="VCWebDeploymentTool" |
---|
| 199 | /> |
---|
| 200 | <Tool |
---|
| 201 | Name="VCPostBuildEventTool" |
---|
| 202 | CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\Samples\Common\bin\$(ConfigurationName)" |
---|
| 203 | /> |
---|
| 204 | </Configuration> |
---|
| 205 | <Configuration |
---|
| 206 | Name="DebugStaticLib|Win32" |
---|
| 207 | OutputDirectory="..\..\..\lib" |
---|
| 208 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
---|
| 209 | ConfigurationType="4" |
---|
| 210 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops" |
---|
| 211 | CharacterSet="2" |
---|
| 212 | > |
---|
| 213 | <Tool |
---|
| 214 | Name="VCPreBuildEventTool" |
---|
| 215 | /> |
---|
| 216 | <Tool |
---|
| 217 | Name="VCCustomBuildTool" |
---|
| 218 | /> |
---|
| 219 | <Tool |
---|
| 220 | Name="VCXMLDataGeneratorTool" |
---|
| 221 | /> |
---|
| 222 | <Tool |
---|
| 223 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 224 | /> |
---|
| 225 | <Tool |
---|
| 226 | Name="VCMIDLTool" |
---|
| 227 | /> |
---|
| 228 | <Tool |
---|
| 229 | Name="VCCLCompilerTool" |
---|
| 230 | Optimization="0" |
---|
| 231 | AdditionalIncludeDirectories="..\include;..\src\win32;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\src\nvparse;..\src\nvparse\winheaders;..\src\atifs\include;..\src\glsl\include" |
---|
| 232 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGRE_GL_USE_MULTITEXTURING;OGRE_STATIC_LIB" |
---|
| 233 | MinimalRebuild="true" |
---|
| 234 | BasicRuntimeChecks="3" |
---|
| 235 | RuntimeLibrary="3" |
---|
| 236 | EnableFunctionLevelLinking="true" |
---|
| 237 | FloatingPointModel="2" |
---|
| 238 | UsePrecompiledHeader="0" |
---|
| 239 | WarningLevel="3" |
---|
| 240 | Detect64BitPortabilityProblems="true" |
---|
| 241 | DebugInformationFormat="4" |
---|
| 242 | /> |
---|
| 243 | <Tool |
---|
| 244 | Name="VCManagedResourceCompilerTool" |
---|
| 245 | /> |
---|
| 246 | <Tool |
---|
| 247 | Name="VCResourceCompilerTool" |
---|
| 248 | /> |
---|
| 249 | <Tool |
---|
| 250 | Name="VCPreLinkEventTool" |
---|
| 251 | /> |
---|
| 252 | <Tool |
---|
| 253 | Name="VCLibrarianTool" |
---|
| 254 | AdditionalDependencies="OPENGL32.lib GLU32.lib" |
---|
| 255 | OutputFile="$(OutDir)\$(ProjectName)Static_d.lib" |
---|
| 256 | AdditionalLibraryDirectories=""..\..\..\lib";"..\..\..\Dependencies\lib\$(ConfigurationName)"" |
---|
| 257 | /> |
---|
| 258 | <Tool |
---|
| 259 | Name="VCALinkTool" |
---|
| 260 | /> |
---|
| 261 | <Tool |
---|
| 262 | Name="VCXDCMakeTool" |
---|
| 263 | /> |
---|
| 264 | <Tool |
---|
| 265 | Name="VCBscMakeTool" |
---|
| 266 | /> |
---|
| 267 | <Tool |
---|
| 268 | Name="VCFxCopTool" |
---|
| 269 | /> |
---|
| 270 | <Tool |
---|
| 271 | Name="VCPostBuildEventTool" |
---|
| 272 | CommandLine="" |
---|
| 273 | /> |
---|
| 274 | </Configuration> |
---|
| 275 | <Configuration |
---|
| 276 | Name="ReleaseStaticLib|Win32" |
---|
| 277 | OutputDirectory="..\..\..\lib" |
---|
| 278 | IntermediateDirectory="..\obj\$(ConfigurationName)" |
---|
| 279 | ConfigurationType="4" |
---|
| 280 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops" |
---|
| 281 | CharacterSet="2" |
---|
| 282 | WholeProgramOptimization="1" |
---|
| 283 | > |
---|
| 284 | <Tool |
---|
| 285 | Name="VCPreBuildEventTool" |
---|
| 286 | /> |
---|
| 287 | <Tool |
---|
| 288 | Name="VCCustomBuildTool" |
---|
| 289 | /> |
---|
| 290 | <Tool |
---|
| 291 | Name="VCXMLDataGeneratorTool" |
---|
| 292 | /> |
---|
| 293 | <Tool |
---|
| 294 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 295 | /> |
---|
| 296 | <Tool |
---|
| 297 | Name="VCMIDLTool" |
---|
| 298 | /> |
---|
| 299 | <Tool |
---|
| 300 | Name="VCCLCompilerTool" |
---|
| 301 | Optimization="3" |
---|
| 302 | InlineFunctionExpansion="2" |
---|
| 303 | EnableIntrinsicFunctions="true" |
---|
| 304 | FavorSizeOrSpeed="1" |
---|
| 305 | OmitFramePointers="true" |
---|
| 306 | EnableFiberSafeOptimizations="true" |
---|
| 307 | AdditionalIncludeDirectories="..\include;..\src\win32;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\src\nvparse;..\src\nvparse\winheaders;..\src\atifs\include;..\src\glsl\include" |
---|
| 308 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGRE_STATIC_LIB" |
---|
| 309 | IgnoreStandardIncludePath="false" |
---|
| 310 | StringPooling="true" |
---|
| 311 | RuntimeLibrary="2" |
---|
| 312 | BufferSecurityCheck="false" |
---|
| 313 | EnableFunctionLevelLinking="true" |
---|
| 314 | FloatingPointModel="2" |
---|
| 315 | UsePrecompiledHeader="0" |
---|
| 316 | WarningLevel="3" |
---|
| 317 | Detect64BitPortabilityProblems="true" |
---|
| 318 | DebugInformationFormat="3" |
---|
| 319 | /> |
---|
| 320 | <Tool |
---|
| 321 | Name="VCManagedResourceCompilerTool" |
---|
| 322 | /> |
---|
| 323 | <Tool |
---|
| 324 | Name="VCResourceCompilerTool" |
---|
| 325 | /> |
---|
| 326 | <Tool |
---|
| 327 | Name="VCPreLinkEventTool" |
---|
| 328 | /> |
---|
| 329 | <Tool |
---|
| 330 | Name="VCLibrarianTool" |
---|
| 331 | AdditionalDependencies="OPENGL32.lib GLU32.lib" |
---|
| 332 | OutputFile="$(OutDir)\$(ProjectName)Static.lib" |
---|
| 333 | AdditionalLibraryDirectories=""..\..\..\lib";"..\..\..\Dependencies\lib\$(ConfigurationName)"" |
---|
| 334 | /> |
---|
| 335 | <Tool |
---|
| 336 | Name="VCALinkTool" |
---|
| 337 | /> |
---|
| 338 | <Tool |
---|
| 339 | Name="VCXDCMakeTool" |
---|
| 340 | /> |
---|
| 341 | <Tool |
---|
| 342 | Name="VCBscMakeTool" |
---|
| 343 | /> |
---|
| 344 | <Tool |
---|
| 345 | Name="VCFxCopTool" |
---|
| 346 | /> |
---|
| 347 | <Tool |
---|
| 348 | Name="VCPostBuildEventTool" |
---|
| 349 | CommandLine="" |
---|
| 350 | /> |
---|
| 351 | </Configuration> |
---|
| 352 | </Configurations> |
---|
| 353 | <References> |
---|
| 354 | </References> |
---|
| 355 | <Files> |
---|
| 356 | <Filter |
---|
| 357 | Name="Source Files" |
---|
| 358 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" |
---|
| 359 | > |
---|
| 360 | <File |
---|
| 361 | RelativePath="..\src\glew.cpp" |
---|
| 362 | > |
---|
| 363 | </File> |
---|
| 364 | <File |
---|
| 365 | RelativePath="..\src\OgreGLATIFSInit.cpp" |
---|
| 366 | > |
---|
| 367 | </File> |
---|
| 368 | <File |
---|
| 369 | RelativePath="..\src\OgreGLContext.cpp" |
---|
| 370 | > |
---|
| 371 | </File> |
---|
| 372 | <File |
---|
| 373 | RelativePath="..\src\OgreGLDefaultHardwareBufferManager.cpp" |
---|
| 374 | > |
---|
| 375 | </File> |
---|
| 376 | <File |
---|
| 377 | RelativePath="..\src\OgreGLEngineDll.cpp" |
---|
| 378 | > |
---|
| 379 | </File> |
---|
| 380 | <File |
---|
| 381 | RelativePath="..\src\OgreGLFBOMultiRenderTarget.cpp" |
---|
| 382 | > |
---|
| 383 | </File> |
---|
| 384 | <File |
---|
| 385 | RelativePath="..\src\OgreGLFBORenderTexture.cpp" |
---|
| 386 | > |
---|
| 387 | </File> |
---|
| 388 | <File |
---|
| 389 | RelativePath="..\src\OgreGLFrameBufferObject.cpp" |
---|
| 390 | > |
---|
| 391 | </File> |
---|
| 392 | <File |
---|
| 393 | RelativePath="..\src\OgreGLGpuNvparseProgram.cpp" |
---|
| 394 | > |
---|
| 395 | </File> |
---|
| 396 | <File |
---|
| 397 | RelativePath="..\src\OgreGLGpuProgram.cpp" |
---|
| 398 | > |
---|
| 399 | </File> |
---|
| 400 | <File |
---|
| 401 | RelativePath="..\src\OgreGLGpuProgramManager.cpp" |
---|
| 402 | > |
---|
| 403 | </File> |
---|
| 404 | <File |
---|
| 405 | RelativePath="..\src\OgreGLHardwareBufferManager.cpp" |
---|
| 406 | > |
---|
| 407 | </File> |
---|
| 408 | <File |
---|
| 409 | RelativePath="..\src\OgreGLHardwareIndexBuffer.cpp" |
---|
| 410 | > |
---|
| 411 | </File> |
---|
| 412 | <File |
---|
| 413 | RelativePath="..\src\OgreGLHardwareOcclusionQuery.cpp" |
---|
| 414 | > |
---|
| 415 | </File> |
---|
| 416 | <File |
---|
| 417 | RelativePath="..\src\OgreGLHardwarePixelBuffer.cpp" |
---|
| 418 | > |
---|
| 419 | </File> |
---|
| 420 | <File |
---|
| 421 | RelativePath="..\src\OgreGLHardwareVertexBuffer.cpp" |
---|
| 422 | > |
---|
| 423 | </File> |
---|
| 424 | <File |
---|
| 425 | RelativePath="..\src\OgreGLPBRenderTexture.cpp" |
---|
| 426 | > |
---|
| 427 | </File> |
---|
| 428 | <File |
---|
| 429 | RelativePath="..\src\OgreGLPixelFormat.cpp" |
---|
| 430 | > |
---|
| 431 | </File> |
---|
| 432 | <File |
---|
| 433 | RelativePath="..\src\OgreGLPlugin.cpp" |
---|
| 434 | > |
---|
| 435 | </File> |
---|
| 436 | <File |
---|
| 437 | RelativePath="..\src\OgreGLRenderSystem.cpp" |
---|
| 438 | > |
---|
| 439 | </File> |
---|
| 440 | <File |
---|
| 441 | RelativePath="..\src\OgreGLRenderTexture.cpp" |
---|
| 442 | > |
---|
| 443 | </File> |
---|
| 444 | <File |
---|
| 445 | RelativePath="..\src\OgreGLSupport.cpp" |
---|
| 446 | > |
---|
| 447 | </File> |
---|
| 448 | <File |
---|
| 449 | RelativePath="..\src\OgreGLTexture.cpp" |
---|
| 450 | > |
---|
| 451 | </File> |
---|
| 452 | <File |
---|
| 453 | RelativePath="..\src\OgreGLTextureManager.cpp" |
---|
| 454 | > |
---|
| 455 | </File> |
---|
| 456 | <File |
---|
| 457 | RelativePath="..\src\win32\OgreWin32Context.cpp" |
---|
| 458 | > |
---|
| 459 | </File> |
---|
| 460 | <File |
---|
| 461 | RelativePath="..\src\OgreWin32GLSupport.cpp" |
---|
| 462 | > |
---|
| 463 | </File> |
---|
| 464 | <File |
---|
| 465 | RelativePath="..\src\OgreWin32RenderTexture.cpp" |
---|
| 466 | > |
---|
| 467 | </File> |
---|
| 468 | <File |
---|
| 469 | RelativePath="..\src\OgreWin32Window.cpp" |
---|
| 470 | > |
---|
| 471 | </File> |
---|
| 472 | <Filter |
---|
| 473 | Name="nvparse" |
---|
| 474 | > |
---|
| 475 | <File |
---|
| 476 | RelativePath="..\src\nvparse\_ps1.0_lexer.cpp" |
---|
| 477 | > |
---|
| 478 | </File> |
---|
| 479 | <File |
---|
| 480 | RelativePath="..\src\nvparse\_ps1.0_parser.cpp" |
---|
| 481 | > |
---|
| 482 | </File> |
---|
| 483 | <File |
---|
| 484 | RelativePath="..\src\nvparse\_ps1.0_parser.h" |
---|
| 485 | > |
---|
| 486 | </File> |
---|
| 487 | <File |
---|
| 488 | RelativePath="..\src\nvparse\_rc1.0_lexer.cpp" |
---|
| 489 | > |
---|
| 490 | </File> |
---|
| 491 | <File |
---|
| 492 | RelativePath="..\src\nvparse\_rc1.0_parser.cpp" |
---|
| 493 | > |
---|
| 494 | </File> |
---|
| 495 | <File |
---|
| 496 | RelativePath="..\src\nvparse\_rc1.0_parser.h" |
---|
| 497 | > |
---|
| 498 | </File> |
---|
| 499 | <File |
---|
| 500 | RelativePath="..\src\nvparse\_ts1.0_lexer.cpp" |
---|
| 501 | > |
---|
| 502 | </File> |
---|
| 503 | <File |
---|
| 504 | RelativePath="..\src\nvparse\_ts1.0_parser.cpp" |
---|
| 505 | > |
---|
| 506 | </File> |
---|
| 507 | <File |
---|
| 508 | RelativePath="..\src\nvparse\_ts1.0_parser.h" |
---|
| 509 | > |
---|
| 510 | </File> |
---|
| 511 | <File |
---|
| 512 | RelativePath="..\src\nvparse\_vs1.0_lexer.cpp" |
---|
| 513 | > |
---|
| 514 | </File> |
---|
| 515 | <File |
---|
| 516 | RelativePath="..\src\nvparse\_vs1.0_parser.cpp" |
---|
| 517 | > |
---|
| 518 | </File> |
---|
| 519 | <File |
---|
| 520 | RelativePath="..\src\nvparse\_vs1.0_parser.h" |
---|
| 521 | > |
---|
| 522 | </File> |
---|
| 523 | <File |
---|
| 524 | RelativePath="..\src\nvparse\avp1.0_impl.cpp" |
---|
| 525 | > |
---|
| 526 | </File> |
---|
| 527 | <File |
---|
| 528 | RelativePath="..\src\nvparse\macro.h" |
---|
| 529 | > |
---|
| 530 | </File> |
---|
| 531 | <File |
---|
| 532 | RelativePath="..\src\nvparse\nvparse.cpp" |
---|
| 533 | > |
---|
| 534 | </File> |
---|
| 535 | <File |
---|
| 536 | RelativePath="..\src\nvparse\nvparse.h" |
---|
| 537 | > |
---|
| 538 | </File> |
---|
| 539 | <File |
---|
| 540 | RelativePath="..\src\nvparse\nvparse_errors.cpp" |
---|
| 541 | > |
---|
| 542 | </File> |
---|
| 543 | <File |
---|
| 544 | RelativePath="..\src\nvparse\nvparse_errors.h" |
---|
| 545 | > |
---|
| 546 | </File> |
---|
| 547 | <File |
---|
| 548 | RelativePath="..\src\nvparse\nvparse_externs.h" |
---|
| 549 | > |
---|
| 550 | </File> |
---|
| 551 | <File |
---|
| 552 | RelativePath="..\src\nvparse\ps1.0_program.cpp" |
---|
| 553 | > |
---|
| 554 | </File> |
---|
| 555 | <File |
---|
| 556 | RelativePath="..\src\nvparse\ps1.0_program.h" |
---|
| 557 | > |
---|
| 558 | </File> |
---|
| 559 | <File |
---|
| 560 | RelativePath="..\src\nvparse\rc1.0_combiners.cpp" |
---|
| 561 | > |
---|
| 562 | </File> |
---|
| 563 | <File |
---|
| 564 | RelativePath="..\src\nvparse\rc1.0_combiners.h" |
---|
| 565 | > |
---|
| 566 | </File> |
---|
| 567 | <File |
---|
| 568 | RelativePath="..\src\nvparse\rc1.0_final.cpp" |
---|
| 569 | > |
---|
| 570 | </File> |
---|
| 571 | <File |
---|
| 572 | RelativePath="..\src\nvparse\rc1.0_final.h" |
---|
| 573 | > |
---|
| 574 | </File> |
---|
| 575 | <File |
---|
| 576 | RelativePath="..\src\nvparse\rc1.0_general.cpp" |
---|
| 577 | > |
---|
| 578 | </File> |
---|
| 579 | <File |
---|
| 580 | RelativePath="..\src\nvparse\rc1.0_general.h" |
---|
| 581 | > |
---|
| 582 | </File> |
---|
| 583 | <File |
---|
| 584 | RelativePath="..\src\nvparse\rc1.0_register.h" |
---|
| 585 | > |
---|
| 586 | </File> |
---|
| 587 | <File |
---|
| 588 | RelativePath="..\src\nvparse\ts1.0_inst.cpp" |
---|
| 589 | > |
---|
| 590 | </File> |
---|
| 591 | <File |
---|
| 592 | RelativePath="..\src\nvparse\ts1.0_inst.h" |
---|
| 593 | > |
---|
| 594 | </File> |
---|
| 595 | <File |
---|
| 596 | RelativePath="..\src\nvparse\ts1.0_inst_list.cpp" |
---|
| 597 | > |
---|
| 598 | </File> |
---|
| 599 | <File |
---|
| 600 | RelativePath="..\src\nvparse\ts1.0_inst_list.h" |
---|
| 601 | > |
---|
| 602 | </File> |
---|
| 603 | <File |
---|
| 604 | RelativePath="..\src\nvparse\winheaders\unistd.h" |
---|
| 605 | > |
---|
| 606 | </File> |
---|
| 607 | <File |
---|
| 608 | RelativePath="..\src\nvparse\vcp1.0_impl.cpp" |
---|
| 609 | > |
---|
| 610 | </File> |
---|
| 611 | <File |
---|
| 612 | RelativePath="..\src\nvparse\vp1.0_impl.cpp" |
---|
| 613 | > |
---|
| 614 | </File> |
---|
| 615 | <File |
---|
| 616 | RelativePath="..\src\nvparse\vs1.0_inst.cpp" |
---|
| 617 | > |
---|
| 618 | </File> |
---|
| 619 | <File |
---|
| 620 | RelativePath="..\src\nvparse\vs1.0_inst.h" |
---|
| 621 | > |
---|
| 622 | </File> |
---|
| 623 | <File |
---|
| 624 | RelativePath="..\src\nvparse\vs1.0_inst_list.cpp" |
---|
| 625 | > |
---|
| 626 | </File> |
---|
| 627 | <File |
---|
| 628 | RelativePath="..\src\nvparse\vs1.0_inst_list.h" |
---|
| 629 | > |
---|
| 630 | </File> |
---|
| 631 | <File |
---|
| 632 | RelativePath="..\src\nvparse\vsp1.0_impl.cpp" |
---|
| 633 | > |
---|
| 634 | </File> |
---|
| 635 | </Filter> |
---|
| 636 | <Filter |
---|
| 637 | Name="atifs" |
---|
| 638 | > |
---|
| 639 | <File |
---|
| 640 | RelativePath="..\src\atifs\src\ATI_FS_GLGpuProgram.cpp" |
---|
| 641 | > |
---|
| 642 | </File> |
---|
| 643 | <File |
---|
| 644 | RelativePath="..\src\atifs\include\ATI_FS_GLGpuProgram.h" |
---|
| 645 | > |
---|
| 646 | </File> |
---|
| 647 | <File |
---|
| 648 | RelativePath="..\src\atifs\src\Compiler2Pass.cpp" |
---|
| 649 | > |
---|
| 650 | </File> |
---|
| 651 | <File |
---|
| 652 | RelativePath="..\src\atifs\include\Compiler2Pass.h" |
---|
| 653 | > |
---|
| 654 | </File> |
---|
| 655 | <File |
---|
| 656 | RelativePath="..\src\atifs\src\ps_1_4.cpp" |
---|
| 657 | > |
---|
| 658 | </File> |
---|
| 659 | <File |
---|
| 660 | RelativePath="..\src\atifs\include\ps_1_4.h" |
---|
| 661 | > |
---|
| 662 | </File> |
---|
| 663 | </Filter> |
---|
| 664 | <Filter |
---|
| 665 | Name="glsl" |
---|
| 666 | > |
---|
| 667 | <File |
---|
| 668 | RelativePath="..\src\GLSL\src\OgreGLSLExtSupport.cpp" |
---|
| 669 | > |
---|
| 670 | </File> |
---|
| 671 | <File |
---|
| 672 | RelativePath="..\src\GLSL\src\OgreGLSLGpuProgram.cpp" |
---|
| 673 | > |
---|
| 674 | </File> |
---|
| 675 | <File |
---|
| 676 | RelativePath="..\src\GLSL\src\OgreGLSLLinkProgram.cpp" |
---|
| 677 | > |
---|
| 678 | </File> |
---|
| 679 | <File |
---|
| 680 | RelativePath="..\src\GLSL\src\OgreGLSLLinkProgramManager.cpp" |
---|
| 681 | > |
---|
| 682 | </File> |
---|
| 683 | <File |
---|
| 684 | RelativePath="..\src\GLSL\src\OgreGLSLProgram.cpp" |
---|
| 685 | > |
---|
| 686 | </File> |
---|
| 687 | <File |
---|
| 688 | RelativePath="..\src\GLSL\src\OgreGLSLProgramFactory.cpp" |
---|
| 689 | > |
---|
| 690 | </File> |
---|
| 691 | </Filter> |
---|
| 692 | </Filter> |
---|
| 693 | <Filter |
---|
| 694 | Name="Header Files" |
---|
| 695 | Filter="h;hpp;hxx;hm;inl;inc" |
---|
| 696 | > |
---|
| 697 | <File |
---|
| 698 | RelativePath="..\..\..\Dependencies\include\GL\gl.h" |
---|
| 699 | > |
---|
| 700 | </File> |
---|
| 701 | <File |
---|
| 702 | RelativePath="..\include\GL\glew.h" |
---|
| 703 | > |
---|
| 704 | </File> |
---|
| 705 | <File |
---|
| 706 | RelativePath="..\..\..\Dependencies\include\GL\glext.h" |
---|
| 707 | > |
---|
| 708 | </File> |
---|
| 709 | <File |
---|
| 710 | RelativePath="..\..\..\Dependencies\include\GL\glxext.h" |
---|
| 711 | > |
---|
| 712 | </File> |
---|
| 713 | <File |
---|
| 714 | RelativePath="..\include\OgreGLContext.h" |
---|
| 715 | > |
---|
| 716 | </File> |
---|
| 717 | <File |
---|
| 718 | RelativePath="..\include\OgreGLDefaultHardwareBufferManager.h" |
---|
| 719 | > |
---|
| 720 | </File> |
---|
| 721 | <File |
---|
| 722 | RelativePath="..\include\OgreGLFBOMultiRenderTarget.h" |
---|
| 723 | > |
---|
| 724 | </File> |
---|
| 725 | <File |
---|
| 726 | RelativePath="..\include\OgreGLFBORenderTexture.h" |
---|
| 727 | > |
---|
| 728 | </File> |
---|
| 729 | <File |
---|
| 730 | RelativePath="..\include\OgreGLFrameBufferObject.h" |
---|
| 731 | > |
---|
| 732 | </File> |
---|
| 733 | <File |
---|
| 734 | RelativePath="..\include\OgreGLGpuNvparseProgram.h" |
---|
| 735 | > |
---|
| 736 | </File> |
---|
| 737 | <File |
---|
| 738 | RelativePath="..\include\OgreGLGpuProgram.h" |
---|
| 739 | > |
---|
| 740 | </File> |
---|
| 741 | <File |
---|
| 742 | RelativePath="..\include\OgreGLGpuProgramManager.h" |
---|
| 743 | > |
---|
| 744 | </File> |
---|
| 745 | <File |
---|
| 746 | RelativePath="..\include\OgreGLHardwareBufferManager.h" |
---|
| 747 | > |
---|
| 748 | </File> |
---|
| 749 | <File |
---|
| 750 | RelativePath="..\include\OgreGLHardwareIndexBuffer.h" |
---|
| 751 | > |
---|
| 752 | </File> |
---|
| 753 | <File |
---|
| 754 | RelativePath="..\include\OgreGLHardwareOcclusionQuery.h" |
---|
| 755 | > |
---|
| 756 | </File> |
---|
| 757 | <File |
---|
| 758 | RelativePath="..\include\OgreGLHardwarePixelBuffer.h" |
---|
| 759 | > |
---|
| 760 | </File> |
---|
| 761 | <File |
---|
| 762 | RelativePath="..\include\OgreGLHardwareVertexBuffer.h" |
---|
| 763 | > |
---|
| 764 | </File> |
---|
| 765 | <File |
---|
| 766 | RelativePath="..\include\OgreGLPBRenderTexture.h" |
---|
| 767 | > |
---|
| 768 | </File> |
---|
| 769 | <File |
---|
| 770 | RelativePath="..\include\OgreGLPBuffer.h" |
---|
| 771 | > |
---|
| 772 | </File> |
---|
| 773 | <File |
---|
| 774 | RelativePath="..\include\OgreGLPixelFormat.h" |
---|
| 775 | > |
---|
| 776 | </File> |
---|
| 777 | <File |
---|
| 778 | RelativePath="..\include\OgreGLPlugin.h" |
---|
| 779 | > |
---|
| 780 | </File> |
---|
| 781 | <File |
---|
| 782 | RelativePath="..\include\OgreGLPrerequisites.h" |
---|
| 783 | > |
---|
| 784 | </File> |
---|
| 785 | <File |
---|
| 786 | RelativePath="..\include\OgreGLRenderSystem.h" |
---|
| 787 | > |
---|
| 788 | </File> |
---|
| 789 | <File |
---|
| 790 | RelativePath="..\include\OgreGLRenderTexture.h" |
---|
| 791 | > |
---|
| 792 | </File> |
---|
| 793 | <File |
---|
| 794 | RelativePath="..\include\OgreGLSupport.h" |
---|
| 795 | > |
---|
| 796 | </File> |
---|
| 797 | <File |
---|
| 798 | RelativePath="..\include\OgreGLTexture.h" |
---|
| 799 | > |
---|
| 800 | </File> |
---|
| 801 | <File |
---|
| 802 | RelativePath="..\include\OgreGLTextureManager.h" |
---|
| 803 | > |
---|
| 804 | </File> |
---|
| 805 | <File |
---|
| 806 | RelativePath="..\include\OgreWin32Context.h" |
---|
| 807 | > |
---|
| 808 | </File> |
---|
| 809 | <File |
---|
| 810 | RelativePath="..\include\OgreWin32GLSupport.h" |
---|
| 811 | > |
---|
| 812 | </File> |
---|
| 813 | <File |
---|
| 814 | RelativePath="..\include\OgreWin32Prerequisites.h" |
---|
| 815 | > |
---|
| 816 | </File> |
---|
| 817 | <File |
---|
| 818 | RelativePath="..\include\OgreWin32RenderTexture.h" |
---|
| 819 | > |
---|
| 820 | </File> |
---|
| 821 | <File |
---|
| 822 | RelativePath="..\include\OgreWin32Window.h" |
---|
| 823 | > |
---|
| 824 | </File> |
---|
| 825 | <File |
---|
| 826 | RelativePath="..\include\GL\wglew.h" |
---|
| 827 | > |
---|
| 828 | </File> |
---|
| 829 | <Filter |
---|
| 830 | Name="glsl" |
---|
| 831 | > |
---|
| 832 | <File |
---|
| 833 | RelativePath="..\src\GLSL\include\OgreGLSLExtSupport.h" |
---|
| 834 | > |
---|
| 835 | </File> |
---|
| 836 | <File |
---|
| 837 | RelativePath="..\src\GLSL\include\OgreGLSLGpuProgram.h" |
---|
| 838 | > |
---|
| 839 | </File> |
---|
| 840 | <File |
---|
| 841 | RelativePath="..\src\GLSL\include\OgreGLSLLinkProgram.h" |
---|
| 842 | > |
---|
| 843 | </File> |
---|
| 844 | <File |
---|
| 845 | RelativePath="..\src\GLSL\include\OgreGLSLLinkProgramManager.h" |
---|
| 846 | > |
---|
| 847 | </File> |
---|
| 848 | <File |
---|
| 849 | RelativePath="..\src\GLSL\include\OgreGLSLProgram.h" |
---|
| 850 | > |
---|
| 851 | </File> |
---|
| 852 | <File |
---|
| 853 | RelativePath="..\src\GLSL\include\OgreGLSLProgramFactory.h" |
---|
| 854 | > |
---|
| 855 | </File> |
---|
| 856 | </Filter> |
---|
| 857 | </Filter> |
---|
| 858 | <Filter |
---|
| 859 | Name="Resource Files" |
---|
| 860 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" |
---|
| 861 | > |
---|
| 862 | </Filter> |
---|
| 863 | </Files> |
---|
| 864 | <Globals> |
---|
| 865 | </Globals> |
---|
| 866 | </VisualStudioProject> |
---|