Changeset 2092 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 02/05/07 15:54:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj
r2077 r2092 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="7.10" 5 5 Name="Preprocessor" 6 6 ProjectGUID="{EABCE292-D598-4600-A1C9-2591E7D62FDA}" 7 Keyword="Win32Proj" 8 > 7 Keyword="Win32Proj"> 9 8 <Platforms> 10 9 <Platform 11 Name="Win32" 12 /> 10 Name="Win32"/> 13 11 </Platforms> 14 <ToolFiles>15 </ToolFiles>16 12 <Configurations> 17 13 <Configuration … … 20 16 IntermediateDirectory="..\obj\$(ConfigurationName)" 21 17 ConfigurationType="4" 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 /> 18 CharacterSet="2"> 40 19 <Tool 41 20 Name="VCCLCompilerTool" … … 43 22 AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost" 44 23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;" 45 MinimalRebuild=" true"24 MinimalRebuild="TRUE" 46 25 BasicRuntimeChecks="3" 47 26 RuntimeLibrary="3" 48 RuntimeTypeInfo=" true"27 RuntimeTypeInfo="TRUE" 49 28 UsePrecompiledHeader="0" 50 29 BrowseInformation="1" 51 30 WarningLevel="3" 52 Detect64BitPortabilityProblems="true" 53 DebugInformationFormat="3" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCPreLinkEventTool" 63 /> 64 <Tool 65 Name="VCLibrarianTool" 66 /> 67 <Tool 68 Name="VCALinkTool" 69 /> 70 <Tool 71 Name="VCXDCMakeTool" 72 /> 73 <Tool 74 Name="VCBscMakeTool" 75 /> 76 <Tool 77 Name="VCFxCopTool" 78 /> 79 <Tool 80 Name="VCPostBuildEventTool" 81 /> 31 Detect64BitPortabilityProblems="TRUE" 32 DebugInformationFormat="3"/> 33 <Tool 34 Name="VCCustomBuildTool"/> 35 <Tool 36 Name="VCLibrarianTool"/> 37 <Tool 38 Name="VCMIDLTool"/> 39 <Tool 40 Name="VCPostBuildEventTool"/> 41 <Tool 42 Name="VCPreBuildEventTool"/> 43 <Tool 44 Name="VCPreLinkEventTool"/> 45 <Tool 46 Name="VCResourceCompilerTool"/> 47 <Tool 48 Name="VCWebServiceProxyGeneratorTool"/> 49 <Tool 50 Name="VCXMLDataGeneratorTool"/> 51 <Tool 52 Name="VCManagedWrapperGeneratorTool"/> 53 <Tool 54 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 82 55 </Configuration> 83 56 <Configuration … … 86 59 IntermediateDirectory="..\obj\$(ConfigurationName)" 87 60 ConfigurationType="4" 88 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 89 CharacterSet="2" 90 > 91 <Tool 92 Name="VCPreBuildEventTool" 93 /> 94 <Tool 95 Name="VCCustomBuildTool" 96 /> 97 <Tool 98 Name="VCXMLDataGeneratorTool" 99 /> 100 <Tool 101 Name="VCWebServiceProxyGeneratorTool" 102 /> 103 <Tool 104 Name="VCMIDLTool" 105 /> 61 CharacterSet="2"> 106 62 <Tool 107 63 Name="VCCLCompilerTool" 108 64 Optimization="3" 65 GlobalOptimizations="TRUE" 109 66 InlineFunctionExpansion="2" 110 EnableIntrinsicFunctions=" true"67 EnableIntrinsicFunctions="TRUE" 111 68 FavorSizeOrSpeed="1" 112 OmitFramePointers="true" 113 EnableFiberSafeOptimizations="true" 69 OmitFramePointers="TRUE" 70 EnableFiberSafeOptimizations="TRUE" 71 OptimizeForProcessor="0" 72 OptimizeForWindowsApplication="TRUE" 114 73 AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;Timer" 115 74 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 116 ExceptionHandling=" 1"75 ExceptionHandling="TRUE" 117 76 RuntimeLibrary="2" 118 DisableLanguageExtensions=" false"119 ForceConformanceInForLoopScope=" false"120 RuntimeTypeInfo=" false"77 DisableLanguageExtensions="FALSE" 78 ForceConformanceInForLoopScope="FALSE" 79 RuntimeTypeInfo="FALSE" 121 80 UsePrecompiledHeader="0" 122 81 BrowseInformation="1" 123 82 WarningLevel="2" 124 Detect64BitPortabilityProblems="true" 125 DebugInformationFormat="3" 126 /> 127 <Tool 128 Name="VCManagedResourceCompilerTool" 129 /> 130 <Tool 131 Name="VCResourceCompilerTool" 132 /> 133 <Tool 134 Name="VCPreLinkEventTool" 135 /> 136 <Tool 137 Name="VCLibrarianTool" 138 /> 139 <Tool 140 Name="VCALinkTool" 141 /> 142 <Tool 143 Name="VCXDCMakeTool" 144 /> 145 <Tool 146 Name="VCBscMakeTool" 147 /> 148 <Tool 149 Name="VCFxCopTool" 150 /> 151 <Tool 152 Name="VCPostBuildEventTool" 153 /> 83 Detect64BitPortabilityProblems="TRUE" 84 DebugInformationFormat="3"/> 85 <Tool 86 Name="VCCustomBuildTool"/> 87 <Tool 88 Name="VCLibrarianTool"/> 89 <Tool 90 Name="VCMIDLTool"/> 91 <Tool 92 Name="VCPostBuildEventTool"/> 93 <Tool 94 Name="VCPreBuildEventTool"/> 95 <Tool 96 Name="VCPreLinkEventTool"/> 97 <Tool 98 Name="VCResourceCompilerTool"/> 99 <Tool 100 Name="VCWebServiceProxyGeneratorTool"/> 101 <Tool 102 Name="VCXMLDataGeneratorTool"/> 103 <Tool 104 Name="VCManagedWrapperGeneratorTool"/> 105 <Tool 106 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 154 107 </Configuration> 155 108 <Configuration … … 158 111 IntermediateDirectory="$(ConfigurationName)" 159 112 ConfigurationType="4" 160 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 161 CharacterSet="2" 162 > 163 <Tool 164 Name="VCPreBuildEventTool" 165 /> 166 <Tool 167 Name="VCCustomBuildTool" 168 /> 169 <Tool 170 Name="VCXMLDataGeneratorTool" 171 /> 172 <Tool 173 Name="VCWebServiceProxyGeneratorTool" 174 /> 175 <Tool 176 Name="VCMIDLTool" 177 /> 113 CharacterSet="2"> 178 114 <Tool 179 115 Name="VCCLCompilerTool" 180 116 Optimization="2" 117 GlobalOptimizations="FALSE" 181 118 InlineFunctionExpansion="0" 182 EnableIntrinsicFunctions=" false"119 EnableIntrinsicFunctions="FALSE" 183 120 FavorSizeOrSpeed="1" 184 OmitFramePointers="false" 185 EnableFiberSafeOptimizations="false" 121 OmitFramePointers="FALSE" 122 EnableFiberSafeOptimizations="FALSE" 123 OptimizeForProcessor="3" 124 OptimizeForWindowsApplication="TRUE" 186 125 AdditionalIncludeDirectories="..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\..\Preprocessing\MultiLevelRayTracing" 187 126 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL" 188 MinimalRebuild=" true"189 ExceptionHandling=" 1"127 MinimalRebuild="TRUE" 128 ExceptionHandling="TRUE" 190 129 RuntimeLibrary="2" 191 DisableLanguageExtensions=" false"192 ForceConformanceInForLoopScope=" false"193 RuntimeTypeInfo=" true"130 DisableLanguageExtensions="FALSE" 131 ForceConformanceInForLoopScope="FALSE" 132 RuntimeTypeInfo="TRUE" 194 133 UsePrecompiledHeader="0" 195 134 WarningLevel="2" 196 Detect64BitPortabilityProblems="true" 197 DebugInformationFormat="3" 198 /> 199 <Tool 200 Name="VCManagedResourceCompilerTool" 201 /> 202 <Tool 203 Name="VCResourceCompilerTool" 204 /> 205 <Tool 206 Name="VCPreLinkEventTool" 207 /> 208 <Tool 209 Name="VCLibrarianTool" 210 /> 211 <Tool 212 Name="VCALinkTool" 213 /> 214 <Tool 215 Name="VCXDCMakeTool" 216 /> 217 <Tool 218 Name="VCBscMakeTool" 219 /> 220 <Tool 221 Name="VCFxCopTool" 222 /> 223 <Tool 224 Name="VCPostBuildEventTool" 225 /> 135 Detect64BitPortabilityProblems="TRUE" 136 DebugInformationFormat="3"/> 137 <Tool 138 Name="VCCustomBuildTool"/> 139 <Tool 140 Name="VCLibrarianTool"/> 141 <Tool 142 Name="VCMIDLTool"/> 143 <Tool 144 Name="VCPostBuildEventTool"/> 145 <Tool 146 Name="VCPreBuildEventTool"/> 147 <Tool 148 Name="VCPreLinkEventTool"/> 149 <Tool 150 Name="VCResourceCompilerTool"/> 151 <Tool 152 Name="VCWebServiceProxyGeneratorTool"/> 153 <Tool 154 Name="VCXMLDataGeneratorTool"/> 155 <Tool 156 Name="VCManagedWrapperGeneratorTool"/> 157 <Tool 158 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 226 159 </Configuration> 227 160 <Configuration … … 230 163 IntermediateDirectory="$(ConfigurationName)" 231 164 ConfigurationType="4" 232 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 233 CharacterSet="2" 234 > 235 <Tool 236 Name="VCPreBuildEventTool" 237 /> 238 <Tool 239 Name="VCCustomBuildTool" 240 /> 241 <Tool 242 Name="VCXMLDataGeneratorTool" 243 /> 244 <Tool 245 Name="VCWebServiceProxyGeneratorTool" 246 /> 247 <Tool 248 Name="VCMIDLTool" 249 /> 165 CharacterSet="2"> 250 166 <Tool 251 167 Name="VCCLCompilerTool" … … 253 169 InlineFunctionExpansion="0" 254 170 FavorSizeOrSpeed="0" 171 OptimizeForWindowsApplication="TRUE" 255 172 AdditionalIncludeDirectories="..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;"$(BOOST_INCLUDE)";..\..\Preprocessing\MultiLevelRayTracing" 256 173 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 257 ExceptionHandling=" 1"174 ExceptionHandling="TRUE" 258 175 RuntimeLibrary="2" 259 DisableLanguageExtensions=" false"260 ForceConformanceInForLoopScope=" false"261 RuntimeTypeInfo=" true"176 DisableLanguageExtensions="FALSE" 177 ForceConformanceInForLoopScope="FALSE" 178 RuntimeTypeInfo="TRUE" 262 179 UsePrecompiledHeader="0" 263 180 WarningLevel="2" 264 Detect64BitPortabilityProblems="true" 265 DebugInformationFormat="3" 266 /> 267 <Tool 268 Name="VCManagedResourceCompilerTool" 269 /> 270 <Tool 271 Name="VCResourceCompilerTool" 272 /> 273 <Tool 274 Name="VCPreLinkEventTool" 275 /> 276 <Tool 277 Name="VCLibrarianTool" 278 /> 279 <Tool 280 Name="VCALinkTool" 281 /> 282 <Tool 283 Name="VCXDCMakeTool" 284 /> 285 <Tool 286 Name="VCBscMakeTool" 287 /> 288 <Tool 289 Name="VCFxCopTool" 290 /> 291 <Tool 292 Name="VCPostBuildEventTool" 293 /> 181 Detect64BitPortabilityProblems="TRUE" 182 DebugInformationFormat="3"/> 183 <Tool 184 Name="VCCustomBuildTool"/> 185 <Tool 186 Name="VCLibrarianTool"/> 187 <Tool 188 Name="VCMIDLTool"/> 189 <Tool 190 Name="VCPostBuildEventTool"/> 191 <Tool 192 Name="VCPreBuildEventTool"/> 193 <Tool 194 Name="VCPreLinkEventTool"/> 195 <Tool 196 Name="VCResourceCompilerTool"/> 197 <Tool 198 Name="VCWebServiceProxyGeneratorTool"/> 199 <Tool 200 Name="VCXMLDataGeneratorTool"/> 201 <Tool 202 Name="VCManagedWrapperGeneratorTool"/> 203 <Tool 204 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 294 205 </Configuration> 295 206 <Configuration … … 298 209 IntermediateDirectory="$(ConfigurationName)" 299 210 ConfigurationType="4" 300 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 301 CharacterSet="2" 302 > 303 <Tool 304 Name="VCPreBuildEventTool" 305 /> 306 <Tool 307 Name="VCCustomBuildTool" 308 /> 309 <Tool 310 Name="VCXMLDataGeneratorTool" 311 /> 312 <Tool 313 Name="VCWebServiceProxyGeneratorTool" 314 /> 315 <Tool 316 Name="VCMIDLTool" 317 /> 211 CharacterSet="2"> 318 212 <Tool 319 213 Name="VCCLCompilerTool" 320 214 Optimization="3" 215 GlobalOptimizations="TRUE" 321 216 InlineFunctionExpansion="0" 322 EnableIntrinsicFunctions=" true"217 EnableIntrinsicFunctions="TRUE" 323 218 FavorSizeOrSpeed="1" 324 OmitFramePointers="true" 325 EnableFiberSafeOptimizations="true" 219 OmitFramePointers="TRUE" 220 EnableFiberSafeOptimizations="TRUE" 221 OptimizeForProcessor="3" 222 OptimizeForWindowsApplication="TRUE" 326 223 AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";"$(CG_INC_PATH)";Timer" 327 224 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT" 328 ExceptionHandling=" 1"225 ExceptionHandling="TRUE" 329 226 RuntimeLibrary="2" 330 227 EnableEnhancedInstructionSet="2" 331 DisableLanguageExtensions=" false"332 ForceConformanceInForLoopScope=" false"333 RuntimeTypeInfo=" false"228 DisableLanguageExtensions="FALSE" 229 ForceConformanceInForLoopScope="FALSE" 230 RuntimeTypeInfo="FALSE" 334 231 UsePrecompiledHeader="0" 335 232 BrowseInformation="1" 336 233 WarningLevel="2" 337 Detect64BitPortabilityProblems="true" 338 DebugInformationFormat="3" 339 /> 340 <Tool 341 Name="VCManagedResourceCompilerTool" 342 /> 343 <Tool 344 Name="VCResourceCompilerTool" 345 /> 346 <Tool 347 Name="VCPreLinkEventTool" 348 /> 234 Detect64BitPortabilityProblems="TRUE" 235 DebugInformationFormat="3"/> 236 <Tool 237 Name="VCCustomBuildTool"/> 349 238 <Tool 350 239 Name="VCLibrarianTool" 351 OutputFile="../lib/Release/$(ProjectName).lib" 352 /> 353 <Tool 354 Name="VCALinkTool" 355 /> 356 <Tool 357 Name="VCXDCMakeTool" 358 /> 359 <Tool 360 Name="VCBscMakeTool" 361 /> 362 <Tool 363 Name="VCFxCopTool" 364 /> 365 <Tool 366 Name="VCPostBuildEventTool" 367 /> 240 OutputFile="../lib/Release/$(ProjectName).lib"/> 241 <Tool 242 Name="VCMIDLTool"/> 243 <Tool 244 Name="VCPostBuildEventTool"/> 245 <Tool 246 Name="VCPreBuildEventTool"/> 247 <Tool 248 Name="VCPreLinkEventTool"/> 249 <Tool 250 Name="VCResourceCompilerTool"/> 251 <Tool 252 Name="VCWebServiceProxyGeneratorTool"/> 253 <Tool 254 Name="VCXMLDataGeneratorTool"/> 255 <Tool 256 Name="VCManagedWrapperGeneratorTool"/> 257 <Tool 258 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 368 259 </Configuration> 369 260 <Configuration … … 372 263 IntermediateDirectory="$(ConfigurationName)" 373 264 ConfigurationType="4" 374 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 375 CharacterSet="2" 376 > 377 <Tool 378 Name="VCPreBuildEventTool" 379 /> 380 <Tool 381 Name="VCCustomBuildTool" 382 /> 383 <Tool 384 Name="VCXMLDataGeneratorTool" 385 /> 386 <Tool 387 Name="VCWebServiceProxyGeneratorTool" 388 /> 389 <Tool 390 Name="VCMIDLTool" 391 /> 265 CharacterSet="2"> 392 266 <Tool 393 267 Name="VCCLCompilerTool" … … 395 269 InlineFunctionExpansion="0" 396 270 FavorSizeOrSpeed="0" 271 OptimizeForProcessor="3" 272 OptimizeForWindowsApplication="TRUE" 397 273 AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include"" 398 274 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;NO_QT" 399 ExceptionHandling=" 1"275 ExceptionHandling="TRUE" 400 276 RuntimeLibrary="2" 401 DisableLanguageExtensions=" false"402 ForceConformanceInForLoopScope=" false"403 RuntimeTypeInfo=" true"277 DisableLanguageExtensions="FALSE" 278 ForceConformanceInForLoopScope="FALSE" 279 RuntimeTypeInfo="TRUE" 404 280 UsePrecompiledHeader="0" 405 281 BrowseInformation="1" 406 282 WarningLevel="2" 407 Detect64BitPortabilityProblems="true" 408 DebugInformationFormat="3" 409 /> 410 <Tool 411 Name="VCManagedResourceCompilerTool" 412 /> 413 <Tool 414 Name="VCResourceCompilerTool" 415 /> 416 <Tool 417 Name="VCPreLinkEventTool" 418 /> 283 Detect64BitPortabilityProblems="TRUE" 284 DebugInformationFormat="3"/> 285 <Tool 286 Name="VCCustomBuildTool"/> 419 287 <Tool 420 288 Name="VCLibrarianTool" 421 OutputFile="../lib/Release/$(ProjectName).lib" 422 /> 423 <Tool 424 Name="VCALinkTool" 425 /> 426 <Tool 427 Name="VCXDCMakeTool" 428 /> 429 <Tool 430 Name="VCBscMakeTool" 431 /> 432 <Tool 433 Name="VCFxCopTool" 434 /> 435 <Tool 436 Name="VCPostBuildEventTool" 437 /> 289 OutputFile="../lib/Release/$(ProjectName).lib"/> 290 <Tool 291 Name="VCMIDLTool"/> 292 <Tool 293 Name="VCPostBuildEventTool"/> 294 <Tool 295 Name="VCPreBuildEventTool"/> 296 <Tool 297 Name="VCPreLinkEventTool"/> 298 <Tool 299 Name="VCResourceCompilerTool"/> 300 <Tool 301 Name="VCWebServiceProxyGeneratorTool"/> 302 <Tool 303 Name="VCXMLDataGeneratorTool"/> 304 <Tool 305 Name="VCManagedWrapperGeneratorTool"/> 306 <Tool 307 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 438 308 </Configuration> 439 309 <Configuration … … 442 312 IntermediateDirectory="$(ConfigurationName)" 443 313 ConfigurationType="4" 444 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 445 CharacterSet="2" 446 > 447 <Tool 448 Name="VCPreBuildEventTool" 449 /> 450 <Tool 451 Name="VCCustomBuildTool" 452 /> 453 <Tool 454 Name="VCXMLDataGeneratorTool" 455 /> 456 <Tool 457 Name="VCWebServiceProxyGeneratorTool" 458 /> 459 <Tool 460 Name="VCMIDLTool" 461 /> 314 CharacterSet="2"> 462 315 <Tool 463 316 Name="VCCLCompilerTool" … … 465 318 InlineFunctionExpansion="0" 466 319 FavorSizeOrSpeed="0" 320 OptimizeForProcessor="3" 321 OptimizeForWindowsApplication="TRUE" 467 322 AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";"$(CG_INC_PATH)";Timer" 468 323 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_QT;ATI" 469 ExceptionHandling=" 1"324 ExceptionHandling="TRUE" 470 325 RuntimeLibrary="2" 471 DisableLanguageExtensions=" false"472 ForceConformanceInForLoopScope=" false"473 RuntimeTypeInfo=" true"326 DisableLanguageExtensions="FALSE" 327 ForceConformanceInForLoopScope="FALSE" 328 RuntimeTypeInfo="TRUE" 474 329 UsePrecompiledHeader="0" 475 330 BrowseInformation="1" 476 331 WarningLevel="2" 477 Detect64BitPortabilityProblems="true" 478 DebugInformationFormat="3" 479 /> 480 <Tool 481 Name="VCManagedResourceCompilerTool" 482 /> 483 <Tool 484 Name="VCResourceCompilerTool" 485 /> 486 <Tool 487 Name="VCPreLinkEventTool" 488 /> 332 Detect64BitPortabilityProblems="TRUE" 333 DebugInformationFormat="3"/> 334 <Tool 335 Name="VCCustomBuildTool"/> 489 336 <Tool 490 337 Name="VCLibrarianTool" 491 OutputFile="../lib/Release/$(ProjectName).lib" 492 /> 493 <Tool 494 Name="VCALinkTool" 495 /> 496 <Tool 497 Name="VCXDCMakeTool" 498 /> 499 <Tool 500 Name="VCBscMakeTool" 501 /> 502 <Tool 503 Name="VCFxCopTool" 504 /> 505 <Tool 506 Name="VCPostBuildEventTool" 507 /> 338 OutputFile="../lib/Release/$(ProjectName).lib"/> 339 <Tool 340 Name="VCMIDLTool"/> 341 <Tool 342 Name="VCPostBuildEventTool"/> 343 <Tool 344 Name="VCPreBuildEventTool"/> 345 <Tool 346 Name="VCPreLinkEventTool"/> 347 <Tool 348 Name="VCResourceCompilerTool"/> 349 <Tool 350 Name="VCWebServiceProxyGeneratorTool"/> 351 <Tool 352 Name="VCXMLDataGeneratorTool"/> 353 <Tool 354 Name="VCManagedWrapperGeneratorTool"/> 355 <Tool 356 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 508 357 </Configuration> 509 358 </Configurations> … … 514 363 Name="Source Files" 515 364 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 516 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 517 > 518 <File 519 RelativePath="..\src\AxisAlignedBox3.cpp" 520 > 521 </File> 522 <File 523 RelativePath="..\src\AxisAlignedBox3.h" 524 > 525 </File> 526 <File 527 RelativePath="..\src\Beam.cpp" 528 > 529 </File> 530 <File 531 RelativePath="..\src\Beam.h" 532 > 533 </File> 534 <File 535 RelativePath=".\Timer\BenchTimer.cpp" 536 > 537 </File> 538 <File 539 RelativePath=".\Timer\BenchTimer.h" 540 > 541 </File> 542 <File 543 RelativePath="..\src\BoostPreprocessorThread.cpp" 544 > 545 </File> 546 <File 547 RelativePath="..\src\BoostPreprocessorThread.h" 548 > 549 </File> 550 <File 551 RelativePath="..\src\BoundingBoxConverter.h" 552 > 553 </File> 554 <File 555 RelativePath=".\BvHierarchy.cpp" 556 > 557 </File> 558 <File 559 RelativePath=".\BvHierarchy.h" 560 > 561 </File> 562 <File 563 RelativePath="..\src\Camera.cpp" 564 > 565 </File> 566 <File 567 RelativePath="..\src\Camera.h" 568 > 569 </File> 570 <File 571 RelativePath=".\CombinedPreprocessor.cpp" 572 > 573 </File> 574 <File 575 RelativePath=".\CombinedPreprocessor.h" 576 > 577 </File> 578 <File 579 RelativePath="..\src\common.cpp" 580 > 581 </File> 582 <File 583 RelativePath="..\src\common.h" 584 > 585 </File> 586 <File 587 RelativePath="..\src\Containers.h" 588 > 589 </File> 590 <File 591 RelativePath="..\src\dual_depth.cg" 592 > 593 </File> 594 <File 595 RelativePath="..\src\Environment.cpp" 596 > 597 </File> 598 <File 599 RelativePath="..\src\Environment.h" 600 > 601 </File> 602 <File 603 RelativePath="..\src\ExactPreprocessor.cpp" 604 > 605 </File> 606 <File 607 RelativePath="..\src\ExactPreprocessor.h" 608 > 609 </File> 610 <File 611 RelativePath="..\src\Exporter.cpp" 612 > 613 </File> 614 <File 615 RelativePath="..\src\Exporter.h" 616 > 617 </File> 618 <File 619 RelativePath="..\src\FlexibleHeap.h" 620 > 621 </File> 622 <File 623 RelativePath="..\src\glInterface.h" 624 > 625 </File> 626 <File 627 RelativePath=".\GlobalLinesRenderer.cpp" 628 > 629 </File> 630 <File 631 RelativePath=".\GlobalLinesRenderer.h" 632 > 633 </File> 634 <File 635 RelativePath=".\GvsPreprocessor.cpp" 636 > 637 </File> 638 <File 639 RelativePath=".\GvsPreprocessor.h" 640 > 641 </File> 642 <File 643 RelativePath="..\src\GzBinFileInputStream.cpp" 644 > 645 </File> 646 <File 647 RelativePath="..\src\GzBinFileInputStream.h" 648 > 649 </File> 650 <File 651 RelativePath="..\src\GzFileInputSource.cpp" 652 > 653 </File> 654 <File 655 RelativePath="..\src\GzFileInputSource.h" 656 > 657 </File> 658 <File 659 RelativePath="..\src\gzstream.cpp" 660 > 661 </File> 662 <File 663 RelativePath="..\src\gzstream.h" 664 > 665 </File> 666 <File 667 RelativePath="..\src\Halton.cpp" 668 > 669 </File> 670 <File 671 RelativePath="..\src\Halton.h" 672 > 673 </File> 674 <File 675 RelativePath=".\HierarchyManager.cpp" 676 > 677 </File> 678 <File 679 RelativePath=".\HierarchyManager.h" 680 > 681 </File> 682 <File 683 RelativePath=".\IntelRayCaster.cpp" 684 > 685 </File> 686 <File 687 RelativePath=".\IntelRayCaster.h" 688 > 689 </File> 690 <File 691 RelativePath=".\InternalRayCaster.cpp" 692 > 693 </File> 694 <File 695 RelativePath=".\InternalRayCaster.h" 696 > 697 </File> 698 <File 699 RelativePath=".\Intersectable.cpp" 700 > 701 </File> 702 <File 703 RelativePath=".\Intersectable.h" 704 > 705 </File> 706 <File 707 RelativePath=".\IntersectableWrapper.cpp" 708 > 709 </File> 710 <File 711 RelativePath=".\IntersectableWrapper.h" 712 > 713 </File> 714 <File 715 RelativePath="..\src\KdTree.cpp" 716 > 717 </File> 718 <File 719 RelativePath="..\src\KdTree.h" 720 > 721 </File> 722 <File 723 RelativePath="..\src\LogManager.cpp" 724 > 725 </File> 726 <File 727 RelativePath="..\src\LogManager.h" 728 > 729 </File> 730 <File 731 RelativePath="..\src\Material.cpp" 732 > 733 </File> 734 <File 735 RelativePath="..\src\Material.h" 736 > 737 </File> 738 <File 739 RelativePath="..\src\Matrix4x4.cpp" 740 > 741 </File> 742 <File 743 RelativePath="..\src\Matrix4x4.h" 744 > 745 </File> 746 <File 747 RelativePath=".\Timer\merror.cpp" 748 > 749 </File> 750 <File 751 RelativePath=".\Timer\merror.h" 752 > 753 </File> 754 <File 755 RelativePath="..\src\Mesh.cpp" 756 > 757 </File> 758 <File 759 RelativePath="..\src\Mesh.h" 760 > 761 </File> 762 <File 763 RelativePath="..\src\MeshKdTree.cpp" 764 > 765 </File> 766 <File 767 RelativePath="..\src\MeshKdTree.h" 768 > 769 </File> 770 <File 771 RelativePath=".\Timer\mstring.h" 772 > 773 </File> 774 <File 775 RelativePath=".\Mutation.cpp" 776 > 777 </File> 778 <File 779 RelativePath=".\Mutation.h" 780 > 781 </File> 782 <File 783 RelativePath="..\src\MutualVisibility.cpp" 784 > 785 </File> 786 <File 787 RelativePath="..\src\MutualVisibility.h" 788 > 789 </File> 790 <File 791 RelativePath=".\ObjExporter.cpp" 792 > 793 </File> 794 <File 795 RelativePath=".\ObjExporter.h" 796 > 797 </File> 798 <File 799 RelativePath="..\src\ObjParser.cpp" 800 > 801 </File> 802 <File 803 RelativePath="..\src\ObjParser.h" 804 > 805 </File> 806 <File 807 RelativePath="..\src\OcclusionQuery.cpp" 808 > 809 </File> 810 <File 811 RelativePath="..\src\OcclusionQuery.h" 812 > 813 </File> 814 <File 815 RelativePath=".\OspTree.cpp" 816 > 817 </File> 818 <File 819 RelativePath=".\OspTree.h" 820 > 821 </File> 822 <File 823 RelativePath="..\src\Parser.h" 824 > 825 </File> 826 <File 827 RelativePath=".\Timer\PerfTimer.h" 828 > 829 </File> 830 <File 831 RelativePath=".\Timer\PerfTimerSkeleton.h" 832 > 833 </File> 834 <File 835 RelativePath="..\src\Plane3.cpp" 836 > 837 </File> 838 <File 839 RelativePath="..\src\Plane3.h" 840 > 841 </File> 842 <File 843 RelativePath="..\src\ply.h" 844 > 845 </File> 846 <File 847 RelativePath="..\src\plyfile.c" 848 > 849 </File> 850 <File 851 RelativePath="..\src\PlyParser.cpp" 852 > 853 </File> 854 <File 855 RelativePath="..\src\PlyParser.h" 856 > 857 </File> 858 <File 859 RelativePath="..\src\Polygon3.cpp" 860 > 861 </File> 862 <File 863 RelativePath="..\src\Polygon3.h" 864 > 865 </File> 866 <File 867 RelativePath="..\src\Polytope.cpp" 868 > 869 </File> 870 <File 871 RelativePath="..\src\Polytope.h" 872 > 873 </File> 874 <File 875 RelativePath="..\src\Preprocessor.cpp" 876 > 877 </File> 878 <File 879 RelativePath="..\src\Preprocessor.h" 880 > 881 <FileConfiguration 882 Name="Release|Win32" 883 > 884 <Tool 885 Name="VCCustomBuildTool" 886 Description="" 887 CommandLine="" 888 Outputs="" 889 /> 890 </FileConfiguration> 891 <FileConfiguration 892 Name="mlrt|Win32" 893 > 894 <Tool 895 Name="VCCustomBuildTool" 896 Description="" 897 CommandLine="" 898 Outputs="" 899 /> 900 </FileConfiguration> 901 <FileConfiguration 902 Name="Release_Internal|Win32" 903 > 904 <Tool 905 Name="VCCustomBuildTool" 906 Description="" 907 CommandLine="" 908 Outputs="" 909 /> 910 </FileConfiguration> 911 <FileConfiguration 912 Name="Release Internal|Win32" 913 > 914 <Tool 915 Name="VCCustomBuildTool" 916 Description="" 917 CommandLine="" 918 Outputs="" 919 /> 920 </FileConfiguration> 921 <FileConfiguration 922 Name="release_noqt|Win32" 923 > 924 <Tool 925 Name="VCCustomBuildTool" 926 Description="" 927 CommandLine="" 928 Outputs="" 929 /> 930 </FileConfiguration> 931 <FileConfiguration 932 Name="Release_Qt|Win32" 933 > 934 <Tool 935 Name="VCCustomBuildTool" 936 Description="" 937 CommandLine="" 938 Outputs="" 939 /> 940 </FileConfiguration> 941 </File> 942 <File 943 RelativePath=".\PreprocessorFactory.cpp" 944 > 945 </File> 946 <File 947 RelativePath=".\PreprocessorFactory.h" 948 > 949 </File> 950 <File 951 RelativePath="..\src\PreprocessorThread.cpp" 952 > 953 </File> 954 <File 955 RelativePath="..\src\PreprocessorThread.h" 956 > 957 <FileConfiguration 958 Name="Release|Win32" 959 > 960 <Tool 961 Name="VCCustomBuildTool" 962 Description="" 963 CommandLine="" 964 Outputs="" 965 /> 966 </FileConfiguration> 967 <FileConfiguration 968 Name="mlrt|Win32" 969 > 970 <Tool 971 Name="VCCustomBuildTool" 972 Description="" 973 CommandLine="" 974 Outputs="" 975 /> 976 </FileConfiguration> 977 <FileConfiguration 978 Name="Release_Internal|Win32" 979 > 980 <Tool 981 Name="VCCustomBuildTool" 982 Description="" 983 CommandLine="" 984 Outputs="" 985 /> 986 </FileConfiguration> 987 <FileConfiguration 988 Name="Release Internal|Win32" 989 > 990 <Tool 991 Name="VCCustomBuildTool" 992 Description="" 993 CommandLine="" 994 Outputs="" 995 /> 996 </FileConfiguration> 997 <FileConfiguration 998 Name="release_noqt|Win32" 999 > 1000 <Tool 1001 Name="VCCustomBuildTool" 1002 Description="" 1003 CommandLine="" 1004 Outputs="" 1005 /> 1006 </FileConfiguration> 1007 <FileConfiguration 1008 Name="Release_Qt|Win32" 1009 > 1010 <Tool 1011 Name="VCCustomBuildTool" 1012 Description="" 1013 CommandLine="" 1014 Outputs="" 1015 /> 1016 </FileConfiguration> 1017 </File> 1018 <File 1019 RelativePath="..\src\Pvs.cpp" 1020 > 1021 </File> 1022 <File 1023 RelativePath="..\src\Pvs.h" 1024 > 1025 </File> 1026 <File 1027 RelativePath="..\src\Ray.cpp" 1028 > 1029 </File> 1030 <File 1031 RelativePath="..\src\Ray.h" 1032 > 1033 </File> 1034 <File 1035 RelativePath=".\RayCaster.cpp" 1036 > 1037 </File> 1038 <File 1039 RelativePath=".\RayCaster.h" 1040 > 1041 </File> 1042 <File 1043 RelativePath="..\src\RayInfo.cpp" 1044 > 1045 </File> 1046 <File 1047 RelativePath="..\src\RayInfo.h" 1048 > 1049 </File> 1050 <File 1051 RelativePath=".\Timer\RDTSCTimer.cpp" 1052 > 1053 </File> 1054 <File 1055 RelativePath=".\Timer\RDTSCTimer.h" 1056 > 1057 </File> 1058 <File 1059 RelativePath="..\src\Rectangle3.cpp" 1060 > 1061 </File> 1062 <File 1063 RelativePath="..\src\Rectangle3.h" 1064 > 1065 </File> 1066 <File 1067 RelativePath="..\src\RenderSampler.cpp" 1068 > 1069 </File> 1070 <File 1071 RelativePath="..\src\RenderSampler.h" 1072 > 1073 </File> 1074 <File 1075 RelativePath="..\src\RenderSimulator.cpp" 1076 > 1077 </File> 1078 <File 1079 RelativePath="..\src\RenderSimulator.h" 1080 > 1081 </File> 1082 <File 1083 RelativePath=".\RenderTexture.cpp" 1084 > 1085 </File> 1086 <File 1087 RelativePath=".\RenderTexture.h" 1088 > 1089 </File> 1090 <File 1091 RelativePath="..\src\ResourceManager.h" 1092 > 1093 </File> 1094 <File 1095 RelativePath="..\src\RssPreprocessor.cpp" 1096 > 1097 </File> 1098 <File 1099 RelativePath="..\src\RssPreprocessor.h" 1100 > 1101 </File> 1102 <File 1103 RelativePath="..\src\RssTree.cpp" 1104 > 1105 </File> 1106 <File 1107 RelativePath="..\src\RssTree.h" 1108 > 1109 </File> 1110 <File 1111 RelativePath="..\src\SamplingPreprocessor.cpp" 1112 > 1113 </File> 1114 <File 1115 RelativePath="..\src\SamplingPreprocessor.h" 1116 > 1117 </File> 1118 <File 1119 RelativePath="..\src\SamplingStrategy.cpp" 1120 > 1121 </File> 1122 <File 1123 RelativePath="..\src\SamplingStrategy.h" 1124 > 1125 </File> 1126 <File 1127 RelativePath="..\src\SceneGraph.cpp" 1128 > 1129 </File> 1130 <File 1131 RelativePath="..\src\SceneGraph.h" 1132 > 1133 </File> 1134 <File 1135 RelativePath="..\src\Statistics.h" 1136 > 1137 </File> 1138 <File 1139 RelativePath=".\SubdivisionCandidate.cpp" 1140 > 1141 </File> 1142 <File 1143 RelativePath=".\SubdivisionCandidate.h" 1144 > 1145 </File> 1146 <File 1147 RelativePath="..\src\Tetrahedron3.cpp" 1148 > 1149 </File> 1150 <File 1151 RelativePath="..\src\Tetrahedron3.h" 1152 > 1153 </File> 1154 <File 1155 RelativePath=".\Trackball.cpp" 1156 > 1157 </File> 1158 <File 1159 RelativePath=".\Trackball.h" 1160 > 1161 </File> 1162 <File 1163 RelativePath=".\TraversalTree.cpp" 1164 > 1165 </File> 1166 <File 1167 RelativePath=".\TraversalTree.h" 1168 > 1169 </File> 1170 <File 1171 RelativePath="..\src\Triangle3.cpp" 1172 > 1173 </File> 1174 <File 1175 RelativePath="..\src\Triangle3.h" 1176 > 1177 </File> 1178 <File 1179 RelativePath="..\src\UnigraphicsParser.cpp" 1180 > 1181 </File> 1182 <File 1183 RelativePath="..\src\UnigraphicsParser.h" 1184 > 1185 </File> 1186 <File 1187 RelativePath="..\src\Vector3.cpp" 1188 > 1189 </File> 1190 <File 1191 RelativePath="..\src\Vector3.h" 1192 > 1193 </File> 1194 <File 1195 RelativePath="..\src\ViewCell.cpp" 1196 > 1197 </File> 1198 <File 1199 RelativePath="..\src\ViewCell.h" 1200 > 1201 </File> 1202 <File 1203 RelativePath="..\src\ViewCellBsp.cpp" 1204 > 1205 </File> 1206 <File 1207 RelativePath="..\src\ViewCellBsp.h" 1208 > 1209 </File> 1210 <File 1211 RelativePath="..\src\ViewCellsManager.cpp" 1212 > 1213 </File> 1214 <File 1215 RelativePath="..\src\ViewCellsManager.h" 1216 > 1217 </File> 1218 <File 1219 RelativePath="..\src\ViewCellsParser.cpp" 1220 > 1221 </File> 1222 <File 1223 RelativePath="..\src\ViewCellsParser.h" 1224 > 1225 </File> 1226 <File 1227 RelativePath="..\src\ViewCellsParserXerces.h" 1228 > 1229 </File> 1230 <File 1231 RelativePath="..\src\VrmlExporter.cpp" 1232 > 1233 </File> 1234 <File 1235 RelativePath="..\src\VrmlExporter.h" 1236 > 1237 </File> 1238 <File 1239 RelativePath="..\src\VspBspTree.cpp" 1240 > 1241 </File> 1242 <File 1243 RelativePath="..\src\VspBspTree.h" 1244 > 1245 </File> 1246 <File 1247 RelativePath=".\VspTree.cpp" 1248 > 1249 </File> 1250 <File 1251 RelativePath=".\VspTree.h" 1252 > 1253 </File> 1254 <File 1255 RelativePath="..\src\VssPreprocessor.cpp" 1256 > 1257 </File> 1258 <File 1259 RelativePath="..\src\VssPreprocessor.h" 1260 > 1261 </File> 1262 <File 1263 RelativePath="..\src\VssRay.cpp" 1264 > 1265 </File> 1266 <File 1267 RelativePath="..\src\VssRay.h" 1268 > 1269 </File> 1270 <File 1271 RelativePath="..\src\VssTree.cpp" 1272 > 1273 </File> 1274 <File 1275 RelativePath="..\src\VssTree.h" 1276 > 1277 </File> 1278 <File 1279 RelativePath="..\src\X3dExporter.cpp" 1280 > 1281 </File> 1282 <File 1283 RelativePath="..\src\X3dExporter.h" 1284 > 1285 </File> 1286 <File 1287 RelativePath="..\src\X3dParser.cpp" 1288 > 1289 </File> 1290 <File 1291 RelativePath="..\src\X3dParser.h" 1292 > 365 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 366 <File 367 RelativePath="..\src\AxisAlignedBox3.cpp"> 368 </File> 369 <File 370 RelativePath="..\src\AxisAlignedBox3.h"> 371 </File> 372 <File 373 RelativePath="..\src\Beam.cpp"> 374 </File> 375 <File 376 RelativePath="..\src\Beam.h"> 377 </File> 378 <File 379 RelativePath=".\Timer\BenchTimer.cpp"> 380 </File> 381 <File 382 RelativePath=".\Timer\BenchTimer.h"> 383 </File> 384 <File 385 RelativePath="..\src\BoostPreprocessorThread.cpp"> 386 </File> 387 <File 388 RelativePath="..\src\BoostPreprocessorThread.h"> 389 </File> 390 <File 391 RelativePath="..\src\BoundingBoxConverter.h"> 392 </File> 393 <File 394 RelativePath=".\BvHierarchy.cpp"> 395 </File> 396 <File 397 RelativePath=".\BvHierarchy.h"> 398 </File> 399 <File 400 RelativePath="..\src\Camera.cpp"> 401 </File> 402 <File 403 RelativePath="..\src\Camera.h"> 404 </File> 405 <File 406 RelativePath=".\CombinedPreprocessor.cpp"> 407 </File> 408 <File 409 RelativePath=".\CombinedPreprocessor.h"> 410 </File> 411 <File 412 RelativePath="..\src\common.cpp"> 413 </File> 414 <File 415 RelativePath="..\src\common.h"> 416 </File> 417 <File 418 RelativePath="..\src\Containers.h"> 419 </File> 420 <File 421 RelativePath="..\src\dual_depth.cg"> 422 </File> 423 <File 424 RelativePath="..\src\Environment.cpp"> 425 </File> 426 <File 427 RelativePath="..\src\Environment.h"> 428 </File> 429 <File 430 RelativePath="..\src\ExactPreprocessor.cpp"> 431 </File> 432 <File 433 RelativePath="..\src\ExactPreprocessor.h"> 434 </File> 435 <File 436 RelativePath="..\src\Exporter.cpp"> 437 </File> 438 <File 439 RelativePath="..\src\Exporter.h"> 440 </File> 441 <File 442 RelativePath="..\src\FlexibleHeap.h"> 443 </File> 444 <File 445 RelativePath="..\src\glInterface.h"> 446 </File> 447 <File 448 RelativePath=".\GlobalLinesRenderer.cpp"> 449 </File> 450 <File 451 RelativePath=".\GlobalLinesRenderer.h"> 452 </File> 453 <File 454 RelativePath=".\GvsPreprocessor.cpp"> 455 </File> 456 <File 457 RelativePath=".\GvsPreprocessor.h"> 458 </File> 459 <File 460 RelativePath="..\src\GzBinFileInputStream.cpp"> 461 </File> 462 <File 463 RelativePath="..\src\GzBinFileInputStream.h"> 464 </File> 465 <File 466 RelativePath="..\src\GzFileInputSource.cpp"> 467 </File> 468 <File 469 RelativePath="..\src\GzFileInputSource.h"> 470 </File> 471 <File 472 RelativePath="..\src\gzstream.cpp"> 473 </File> 474 <File 475 RelativePath="..\src\gzstream.h"> 476 </File> 477 <File 478 RelativePath="..\src\Halton.cpp"> 479 </File> 480 <File 481 RelativePath="..\src\Halton.h"> 482 </File> 483 <File 484 RelativePath=".\HierarchyManager.cpp"> 485 </File> 486 <File 487 RelativePath=".\HierarchyManager.h"> 488 </File> 489 <File 490 RelativePath=".\IntelRayCaster.cpp"> 491 </File> 492 <File 493 RelativePath=".\IntelRayCaster.h"> 494 </File> 495 <File 496 RelativePath=".\InternalRayCaster.cpp"> 497 </File> 498 <File 499 RelativePath=".\InternalRayCaster.h"> 500 </File> 501 <File 502 RelativePath=".\Intersectable.cpp"> 503 </File> 504 <File 505 RelativePath=".\Intersectable.h"> 506 </File> 507 <File 508 RelativePath=".\IntersectableWrapper.cpp"> 509 </File> 510 <File 511 RelativePath=".\IntersectableWrapper.h"> 512 </File> 513 <File 514 RelativePath="..\src\KdTree.cpp"> 515 </File> 516 <File 517 RelativePath="..\src\KdTree.h"> 518 </File> 519 <File 520 RelativePath="..\src\LogManager.cpp"> 521 </File> 522 <File 523 RelativePath="..\src\LogManager.h"> 524 </File> 525 <File 526 RelativePath="..\src\Material.cpp"> 527 </File> 528 <File 529 RelativePath="..\src\Material.h"> 530 </File> 531 <File 532 RelativePath="..\src\Matrix4x4.cpp"> 533 </File> 534 <File 535 RelativePath="..\src\Matrix4x4.h"> 536 </File> 537 <File 538 RelativePath=".\Timer\merror.cpp"> 539 </File> 540 <File 541 RelativePath=".\Timer\merror.h"> 542 </File> 543 <File 544 RelativePath="..\src\Mesh.cpp"> 545 </File> 546 <File 547 RelativePath="..\src\Mesh.h"> 548 </File> 549 <File 550 RelativePath="..\src\MeshKdTree.cpp"> 551 </File> 552 <File 553 RelativePath="..\src\MeshKdTree.h"> 554 </File> 555 <File 556 RelativePath=".\Timer\mstring.h"> 557 </File> 558 <File 559 RelativePath=".\Mutation.cpp"> 560 </File> 561 <File 562 RelativePath=".\Mutation.h"> 563 </File> 564 <File 565 RelativePath="..\src\MutualVisibility.cpp"> 566 </File> 567 <File 568 RelativePath="..\src\MutualVisibility.h"> 569 </File> 570 <File 571 RelativePath=".\ObjExporter.cpp"> 572 </File> 573 <File 574 RelativePath=".\ObjExporter.h"> 575 </File> 576 <File 577 RelativePath="..\src\ObjParser.cpp"> 578 </File> 579 <File 580 RelativePath="..\src\ObjParser.h"> 581 </File> 582 <File 583 RelativePath="..\src\OcclusionQuery.cpp"> 584 </File> 585 <File 586 RelativePath="..\src\OcclusionQuery.h"> 587 </File> 588 <File 589 RelativePath=".\OspTree.cpp"> 590 </File> 591 <File 592 RelativePath=".\OspTree.h"> 593 </File> 594 <File 595 RelativePath="..\src\Parser.h"> 596 </File> 597 <File 598 RelativePath=".\Timer\PerfTimer.h"> 599 </File> 600 <File 601 RelativePath=".\Timer\PerfTimerSkeleton.h"> 602 </File> 603 <File 604 RelativePath="..\src\Plane3.cpp"> 605 </File> 606 <File 607 RelativePath="..\src\Plane3.h"> 608 </File> 609 <File 610 RelativePath="..\src\ply.h"> 611 </File> 612 <File 613 RelativePath="..\src\plyfile.c"> 614 </File> 615 <File 616 RelativePath="..\src\PlyParser.cpp"> 617 </File> 618 <File 619 RelativePath="..\src\PlyParser.h"> 620 </File> 621 <File 622 RelativePath="..\src\Polygon3.cpp"> 623 </File> 624 <File 625 RelativePath="..\src\Polygon3.h"> 626 </File> 627 <File 628 RelativePath="..\src\Polytope.cpp"> 629 </File> 630 <File 631 RelativePath="..\src\Polytope.h"> 632 </File> 633 <File 634 RelativePath="..\src\Preprocessor.cpp"> 635 </File> 636 <File 637 RelativePath="..\src\Preprocessor.h"> 638 <FileConfiguration 639 Name="Release|Win32"> 640 <Tool 641 Name="VCCustomBuildTool" 642 Description="" 643 CommandLine="" 644 Outputs=""/> 645 </FileConfiguration> 646 <FileConfiguration 647 Name="mlrt|Win32"> 648 <Tool 649 Name="VCCustomBuildTool" 650 Description="" 651 CommandLine="" 652 Outputs=""/> 653 </FileConfiguration> 654 <FileConfiguration 655 Name="Release_Internal|Win32"> 656 <Tool 657 Name="VCCustomBuildTool" 658 Description="" 659 CommandLine="" 660 Outputs=""/> 661 </FileConfiguration> 662 <FileConfiguration 663 Name="Release Internal|Win32"> 664 <Tool 665 Name="VCCustomBuildTool" 666 Description="" 667 CommandLine="" 668 Outputs=""/> 669 </FileConfiguration> 670 <FileConfiguration 671 Name="release_noqt|Win32"> 672 <Tool 673 Name="VCCustomBuildTool" 674 Description="" 675 CommandLine="" 676 Outputs=""/> 677 </FileConfiguration> 678 <FileConfiguration 679 Name="Release_Qt|Win32"> 680 <Tool 681 Name="VCCustomBuildTool" 682 Description="" 683 CommandLine="" 684 Outputs=""/> 685 </FileConfiguration> 686 </File> 687 <File 688 RelativePath=".\PreprocessorFactory.cpp"> 689 </File> 690 <File 691 RelativePath=".\PreprocessorFactory.h"> 692 </File> 693 <File 694 RelativePath="..\src\PreprocessorThread.cpp"> 695 </File> 696 <File 697 RelativePath="..\src\PreprocessorThread.h"> 698 <FileConfiguration 699 Name="Release|Win32"> 700 <Tool 701 Name="VCCustomBuildTool" 702 Description="" 703 CommandLine="" 704 Outputs=""/> 705 </FileConfiguration> 706 <FileConfiguration 707 Name="mlrt|Win32"> 708 <Tool 709 Name="VCCustomBuildTool" 710 Description="" 711 CommandLine="" 712 Outputs=""/> 713 </FileConfiguration> 714 <FileConfiguration 715 Name="Release_Internal|Win32"> 716 <Tool 717 Name="VCCustomBuildTool" 718 Description="" 719 CommandLine="" 720 Outputs=""/> 721 </FileConfiguration> 722 <FileConfiguration 723 Name="Release Internal|Win32"> 724 <Tool 725 Name="VCCustomBuildTool" 726 Description="" 727 CommandLine="" 728 Outputs=""/> 729 </FileConfiguration> 730 <FileConfiguration 731 Name="release_noqt|Win32"> 732 <Tool 733 Name="VCCustomBuildTool" 734 Description="" 735 CommandLine="" 736 Outputs=""/> 737 </FileConfiguration> 738 <FileConfiguration 739 Name="Release_Qt|Win32"> 740 <Tool 741 Name="VCCustomBuildTool" 742 Description="" 743 CommandLine="" 744 Outputs=""/> 745 </FileConfiguration> 746 </File> 747 <File 748 RelativePath="..\src\Pvs.cpp"> 749 </File> 750 <File 751 RelativePath="..\src\Pvs.h"> 752 </File> 753 <File 754 RelativePath="..\src\Ray.cpp"> 755 </File> 756 <File 757 RelativePath="..\src\Ray.h"> 758 </File> 759 <File 760 RelativePath=".\RayCaster.cpp"> 761 </File> 762 <File 763 RelativePath=".\RayCaster.h"> 764 </File> 765 <File 766 RelativePath="..\src\RayInfo.cpp"> 767 </File> 768 <File 769 RelativePath="..\src\RayInfo.h"> 770 </File> 771 <File 772 RelativePath=".\Timer\RDTSCTimer.cpp"> 773 </File> 774 <File 775 RelativePath=".\Timer\RDTSCTimer.h"> 776 </File> 777 <File 778 RelativePath="..\src\Rectangle3.cpp"> 779 </File> 780 <File 781 RelativePath="..\src\Rectangle3.h"> 782 </File> 783 <File 784 RelativePath="..\src\RenderSampler.cpp"> 785 </File> 786 <File 787 RelativePath="..\src\RenderSampler.h"> 788 </File> 789 <File 790 RelativePath="..\src\RenderSimulator.cpp"> 791 </File> 792 <File 793 RelativePath="..\src\RenderSimulator.h"> 794 </File> 795 <File 796 RelativePath=".\RenderTexture.cpp"> 797 </File> 798 <File 799 RelativePath=".\RenderTexture.h"> 800 </File> 801 <File 802 RelativePath="..\src\ResourceManager.h"> 803 </File> 804 <File 805 RelativePath="..\src\RssPreprocessor.cpp"> 806 </File> 807 <File 808 RelativePath="..\src\RssPreprocessor.h"> 809 </File> 810 <File 811 RelativePath="..\src\RssTree.cpp"> 812 </File> 813 <File 814 RelativePath="..\src\RssTree.h"> 815 </File> 816 <File 817 RelativePath="..\src\SamplingPreprocessor.cpp"> 818 </File> 819 <File 820 RelativePath="..\src\SamplingPreprocessor.h"> 821 </File> 822 <File 823 RelativePath="..\src\SamplingStrategy.cpp"> 824 </File> 825 <File 826 RelativePath="..\src\SamplingStrategy.h"> 827 </File> 828 <File 829 RelativePath="..\src\SceneGraph.cpp"> 830 </File> 831 <File 832 RelativePath="..\src\SceneGraph.h"> 833 </File> 834 <File 835 RelativePath="..\src\Statistics.h"> 836 </File> 837 <File 838 RelativePath=".\SubdivisionCandidate.cpp"> 839 </File> 840 <File 841 RelativePath=".\SubdivisionCandidate.h"> 842 </File> 843 <File 844 RelativePath="..\src\Tetrahedron3.cpp"> 845 </File> 846 <File 847 RelativePath="..\src\Tetrahedron3.h"> 848 </File> 849 <File 850 RelativePath=".\Trackball.cpp"> 851 </File> 852 <File 853 RelativePath=".\Trackball.h"> 854 </File> 855 <File 856 RelativePath=".\TraversalTree.cpp"> 857 </File> 858 <File 859 RelativePath=".\TraversalTree.h"> 860 </File> 861 <File 862 RelativePath="..\src\Triangle3.cpp"> 863 </File> 864 <File 865 RelativePath="..\src\Triangle3.h"> 866 </File> 867 <File 868 RelativePath="..\src\UnigraphicsParser.cpp"> 869 </File> 870 <File 871 RelativePath="..\src\UnigraphicsParser.h"> 872 </File> 873 <File 874 RelativePath="..\src\Vector3.cpp"> 875 </File> 876 <File 877 RelativePath="..\src\Vector3.h"> 878 </File> 879 <File 880 RelativePath="..\src\ViewCell.cpp"> 881 </File> 882 <File 883 RelativePath="..\src\ViewCell.h"> 884 </File> 885 <File 886 RelativePath="..\src\ViewCellBsp.cpp"> 887 </File> 888 <File 889 RelativePath="..\src\ViewCellBsp.h"> 890 </File> 891 <File 892 RelativePath="..\src\ViewCellsManager.cpp"> 893 </File> 894 <File 895 RelativePath="..\src\ViewCellsManager.h"> 896 </File> 897 <File 898 RelativePath="..\src\ViewCellsParser.cpp"> 899 </File> 900 <File 901 RelativePath="..\src\ViewCellsParser.h"> 902 </File> 903 <File 904 RelativePath="..\src\ViewCellsParserXerces.h"> 905 </File> 906 <File 907 RelativePath="..\src\VrmlExporter.cpp"> 908 </File> 909 <File 910 RelativePath="..\src\VrmlExporter.h"> 911 </File> 912 <File 913 RelativePath="..\src\VspBspTree.cpp"> 914 </File> 915 <File 916 RelativePath="..\src\VspBspTree.h"> 917 </File> 918 <File 919 RelativePath=".\VspTree.cpp"> 920 </File> 921 <File 922 RelativePath=".\VspTree.h"> 923 </File> 924 <File 925 RelativePath="..\src\VssPreprocessor.cpp"> 926 </File> 927 <File 928 RelativePath="..\src\VssPreprocessor.h"> 929 </File> 930 <File 931 RelativePath="..\src\VssRay.cpp"> 932 </File> 933 <File 934 RelativePath="..\src\VssRay.h"> 935 </File> 936 <File 937 RelativePath="..\src\VssTree.cpp"> 938 </File> 939 <File 940 RelativePath="..\src\VssTree.h"> 941 </File> 942 <File 943 RelativePath="..\src\X3dExporter.cpp"> 944 </File> 945 <File 946 RelativePath="..\src\X3dExporter.h"> 947 </File> 948 <File 949 RelativePath="..\src\X3dParser.cpp"> 950 </File> 951 <File 952 RelativePath="..\src\X3dParser.h"> 1293 953 </File> 1294 954 </Filter> … … 1296 956 Name="Header Files" 1297 957 Filter="h;hpp;hxx;hm;inl;inc;xsd" 1298 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 1299 > 1300 <File 1301 RelativePath="..\include\AxisAlignedBox3.h" 1302 > 1303 </File> 1304 <File 1305 RelativePath="..\include\Containers.h" 1306 > 1307 </File> 1308 <File 1309 RelativePath="..\include\ExactPreprocessor.h" 1310 > 1311 </File> 1312 <File 1313 RelativePath="..\include\KdTree.h" 1314 > 1315 </File> 1316 <File 1317 RelativePath="..\include\Mesh.h" 1318 > 1319 </File> 1320 <File 1321 RelativePath="..\include\Plane3.h" 1322 > 1323 </File> 1324 <File 1325 RelativePath="..\include\Preprocessor.h" 1326 > 1327 </File> 1328 <File 1329 RelativePath="..\include\SamplingPreprocessor.h" 1330 > 1331 </File> 1332 <File 1333 RelativePath="..\include\SceneGraph.h" 1334 > 1335 </File> 1336 <File 1337 RelativePath="..\include\Vector3.h" 1338 > 1339 </File> 1340 <File 1341 RelativePath="..\include\ViewCell.h" 1342 > 1343 </File> 1344 <File 1345 RelativePath="..\src\X3dParserXerces.h" 1346 > 958 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 959 <File 960 RelativePath="..\include\AxisAlignedBox3.h"> 961 </File> 962 <File 963 RelativePath="..\include\Containers.h"> 964 </File> 965 <File 966 RelativePath="..\include\ExactPreprocessor.h"> 967 </File> 968 <File 969 RelativePath="..\include\KdTree.h"> 970 </File> 971 <File 972 RelativePath="..\include\Mesh.h"> 973 </File> 974 <File 975 RelativePath="..\include\Plane3.h"> 976 </File> 977 <File 978 RelativePath="..\include\Preprocessor.h"> 979 </File> 980 <File 981 RelativePath="..\include\SamplingPreprocessor.h"> 982 </File> 983 <File 984 RelativePath="..\include\SceneGraph.h"> 985 </File> 986 <File 987 RelativePath="..\include\Vector3.h"> 988 </File> 989 <File 990 RelativePath="..\include\ViewCell.h"> 991 </File> 992 <File 993 RelativePath="..\src\X3dParserXerces.h"> 1347 994 </File> 1348 995 </Filter> 1349 996 <Filter 1350 997 Name="Renderer" 1351 > 1352 <File 1353 RelativePath="..\src\GlRenderer.cpp" 1354 > 1355 </File> 1356 <File 1357 RelativePath="..\src\GlRenderer.h" 1358 > 1359 </File> 1360 <File 1361 RelativePath="..\src\Renderer.cpp" 1362 > 1363 </File> 1364 <File 1365 RelativePath="..\src\Renderer.h" 1366 > 998 Filter=""> 999 <File 1000 RelativePath="..\src\GlRenderer.cpp"> 1001 </File> 1002 <File 1003 RelativePath="..\src\GlRenderer.h"> 1004 </File> 1005 <File 1006 RelativePath="..\src\Renderer.cpp"> 1007 </File> 1008 <File 1009 RelativePath="..\src\Renderer.h"> 1367 1010 </File> 1368 1011 </Filter> 1369 1012 <File 1370 RelativePath=".\VTune\Preprocessor.vpj" 1371 > 1013 RelativePath=".\VTune\Preprocessor.vpj"> 1372 1014 </File> 1373 1015 </Files>
Note: See TracChangeset
for help on using the changeset viewer.