Chris Lattner | 0b6f0ee | 2007-09-03 18:21:31 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="8.00" |
| 5 | Name="clangSema" |
| 6 | ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}" |
| 7 | RootNamespace="clangSema" |
| 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="..\Debug" |
| 21 | IntermediateDirectory="Debug" |
| 22 | ConfigurationType="4" |
| 23 | CharacterSet="2" |
| 24 | > |
| 25 | <Tool |
| 26 | Name="VCPreBuildEventTool" |
| 27 | /> |
| 28 | <Tool |
| 29 | Name="VCCustomBuildTool" |
| 30 | /> |
| 31 | <Tool |
| 32 | Name="VCXMLDataGeneratorTool" |
| 33 | /> |
| 34 | <Tool |
| 35 | Name="VCWebServiceProxyGeneratorTool" |
| 36 | /> |
| 37 | <Tool |
| 38 | Name="VCMIDLTool" |
| 39 | /> |
| 40 | <Tool |
| 41 | Name="VCCLCompilerTool" |
| 42 | Optimization="0" |
| 43 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 44 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 45 | MinimalRebuild="true" |
| 46 | BasicRuntimeChecks="3" |
| 47 | RuntimeLibrary="3" |
| 48 | UsePrecompiledHeader="0" |
| 49 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 50 | WarningLevel="3" |
| 51 | Detect64BitPortabilityProblems="false" |
| 52 | DebugInformationFormat="3" |
Chris Lattner | 8c2944e | 2007-09-04 02:46:31 +0000 | [diff] [blame] | 53 | DisableSpecificWarnings="4146" |
| 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 | /> |
| 82 | </Configuration> |
| 83 | <Configuration |
| 84 | Name="Release|Win32" |
| 85 | OutputDirectory="..\Release" |
| 86 | IntermediateDirectory="Release" |
| 87 | ConfigurationType="4" |
| 88 | CharacterSet="2" |
| 89 | WholeProgramOptimization="1" |
| 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 | /> |
| 106 | <Tool |
| 107 | Name="VCCLCompilerTool" |
| 108 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 109 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 110 | RuntimeLibrary="2" |
| 111 | UsePrecompiledHeader="0" |
| 112 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 113 | WarningLevel="3" |
| 114 | Detect64BitPortabilityProblems="false" |
| 115 | DebugInformationFormat="3" |
| 116 | DisableSpecificWarnings="4146" |
| 117 | /> |
| 118 | <Tool |
| 119 | Name="VCManagedResourceCompilerTool" |
| 120 | /> |
| 121 | <Tool |
| 122 | Name="VCResourceCompilerTool" |
| 123 | /> |
| 124 | <Tool |
| 125 | Name="VCPreLinkEventTool" |
| 126 | /> |
| 127 | <Tool |
| 128 | Name="VCLibrarianTool" |
| 129 | /> |
| 130 | <Tool |
| 131 | Name="VCALinkTool" |
| 132 | /> |
| 133 | <Tool |
| 134 | Name="VCXDCMakeTool" |
| 135 | /> |
| 136 | <Tool |
| 137 | Name="VCBscMakeTool" |
| 138 | /> |
| 139 | <Tool |
| 140 | Name="VCFxCopTool" |
| 141 | /> |
| 142 | <Tool |
| 143 | Name="VCPostBuildEventTool" |
| 144 | /> |
| 145 | </Configuration> |
| 146 | </Configurations> |
| 147 | <References> |
| 148 | </References> |
| 149 | <Files> |
| 150 | <Filter |
| 151 | Name="Source Files" |
| 152 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 153 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 154 | > |
| 155 | <File |
| 156 | RelativePath="..\..\Sema\ASTStreamer.cpp" |
| 157 | > |
| 158 | </File> |
| 159 | <File |
| 160 | RelativePath="..\..\Sema\Sema.cpp" |
| 161 | > |
| 162 | </File> |
| 163 | <File |
| 164 | RelativePath="..\..\Sema\SemaChecking.cpp" |
| 165 | > |
| 166 | </File> |
| 167 | <File |
| 168 | RelativePath="..\..\Sema\SemaDecl.cpp" |
| 169 | > |
| 170 | </File> |
| 171 | <File |
| 172 | RelativePath="..\..\Sema\SemaExpr.cpp" |
| 173 | > |
| 174 | </File> |
| 175 | <File |
| 176 | RelativePath="..\..\Sema\SemaExprCXX.cpp" |
| 177 | > |
| 178 | </File> |
| 179 | <File |
| 180 | RelativePath="..\..\Sema\SemaStmt.cpp" |
| 181 | > |
| 182 | </File> |
| 183 | <File |
| 184 | RelativePath="..\..\Sema\SemaType.cpp" |
| 185 | > |
| 186 | </File> |
| 187 | </Filter> |
| 188 | <Filter |
| 189 | Name="Header Files" |
| 190 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 191 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 192 | > |
| 193 | <File |
| 194 | RelativePath="..\..\include\clang\Sema\ASTStreamer.h" |
| 195 | > |
| 196 | </File> |
| 197 | <File |
| 198 | RelativePath="..\..\Sema\Sema.h" |
| 199 | > |
| 200 | </File> |
| 201 | </Filter> |
| 202 | </Files> |
| 203 | <Globals> |
| 204 | </Globals> |
| 205 | </VisualStudioProject> |
| 206 | <?xml version="1.0" encoding="Windows-1252"?> |
| 207 | <VisualStudioProject |
| 208 | ProjectType="Visual C++" |
| 209 | Version="8.00" |
| 210 | Name="clangSema" |
| 211 | ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}" |
| 212 | RootNamespace="clangSema" |
| 213 | Keyword="Win32Proj" |
| 214 | > |
| 215 | <Platforms> |
| 216 | <Platform |
| 217 | Name="Win32" |
| 218 | /> |
| 219 | </Platforms> |
| 220 | <ToolFiles> |
| 221 | </ToolFiles> |
| 222 | <Configurations> |
| 223 | <Configuration |
| 224 | Name="Debug|Win32" |
| 225 | OutputDirectory="..\Debug" |
| 226 | IntermediateDirectory="Debug" |
| 227 | ConfigurationType="4" |
| 228 | CharacterSet="2" |
| 229 | > |
| 230 | <Tool |
| 231 | Name="VCPreBuildEventTool" |
| 232 | /> |
| 233 | <Tool |
| 234 | Name="VCCustomBuildTool" |
| 235 | /> |
| 236 | <Tool |
| 237 | Name="VCXMLDataGeneratorTool" |
| 238 | /> |
| 239 | <Tool |
| 240 | Name="VCWebServiceProxyGeneratorTool" |
| 241 | /> |
| 242 | <Tool |
| 243 | Name="VCMIDLTool" |
| 244 | /> |
| 245 | <Tool |
| 246 | Name="VCCLCompilerTool" |
| 247 | Optimization="0" |
| 248 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 249 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 250 | MinimalRebuild="true" |
| 251 | BasicRuntimeChecks="3" |
| 252 | RuntimeLibrary="3" |
| 253 | UsePrecompiledHeader="0" |
| 254 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 255 | WarningLevel="3" |
| 256 | Detect64BitPortabilityProblems="false" |
| 257 | DebugInformationFormat="3" |
| 258 | DisableSpecificWarnings="4146" |
| 259 | /> |
| 260 | <Tool |
| 261 | Name="VCManagedResourceCompilerTool" |
| 262 | /> |
| 263 | <Tool |
| 264 | Name="VCResourceCompilerTool" |
| 265 | /> |
| 266 | <Tool |
| 267 | Name="VCPreLinkEventTool" |
| 268 | /> |
| 269 | <Tool |
| 270 | Name="VCLibrarianTool" |
| 271 | /> |
| 272 | <Tool |
| 273 | Name="VCALinkTool" |
| 274 | /> |
| 275 | <Tool |
| 276 | Name="VCXDCMakeTool" |
| 277 | /> |
| 278 | <Tool |
| 279 | Name="VCBscMakeTool" |
| 280 | /> |
| 281 | <Tool |
| 282 | Name="VCFxCopTool" |
| 283 | /> |
| 284 | <Tool |
| 285 | Name="VCPostBuildEventTool" |
| 286 | /> |
| 287 | </Configuration> |
| 288 | <Configuration |
| 289 | Name="Release|Win32" |
| 290 | OutputDirectory="..\Release" |
| 291 | IntermediateDirectory="Release" |
| 292 | ConfigurationType="4" |
| 293 | CharacterSet="2" |
| 294 | WholeProgramOptimization="1" |
| 295 | > |
| 296 | <Tool |
| 297 | Name="VCPreBuildEventTool" |
| 298 | /> |
| 299 | <Tool |
| 300 | Name="VCCustomBuildTool" |
| 301 | /> |
| 302 | <Tool |
| 303 | Name="VCXMLDataGeneratorTool" |
| 304 | /> |
| 305 | <Tool |
| 306 | Name="VCWebServiceProxyGeneratorTool" |
| 307 | /> |
| 308 | <Tool |
| 309 | Name="VCMIDLTool" |
| 310 | /> |
| 311 | <Tool |
| 312 | Name="VCCLCompilerTool" |
| 313 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 314 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 315 | RuntimeLibrary="2" |
| 316 | UsePrecompiledHeader="0" |
| 317 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 318 | WarningLevel="3" |
| 319 | Detect64BitPortabilityProblems="false" |
| 320 | DebugInformationFormat="3" |
| 321 | DisableSpecificWarnings="4146" |
| 322 | /> |
| 323 | <Tool |
| 324 | Name="VCManagedResourceCompilerTool" |
| 325 | /> |
| 326 | <Tool |
| 327 | Name="VCResourceCompilerTool" |
| 328 | /> |
| 329 | <Tool |
| 330 | Name="VCPreLinkEventTool" |
| 331 | /> |
| 332 | <Tool |
| 333 | Name="VCLibrarianTool" |
| 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 | /> |
| 350 | </Configuration> |
| 351 | </Configurations> |
| 352 | <References> |
| 353 | </References> |
| 354 | <Files> |
| 355 | <Filter |
| 356 | Name="Source Files" |
| 357 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 358 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 359 | > |
| 360 | <File |
| 361 | RelativePath="..\..\Sema\ASTStreamer.cpp" |
| 362 | > |
| 363 | </File> |
| 364 | <File |
| 365 | RelativePath="..\..\Sema\Sema.cpp" |
| 366 | > |
| 367 | </File> |
| 368 | <File |
| 369 | RelativePath="..\..\Sema\SemaChecking.cpp" |
| 370 | > |
| 371 | </File> |
| 372 | <File |
| 373 | RelativePath="..\..\Sema\SemaDecl.cpp" |
| 374 | > |
| 375 | </File> |
| 376 | <File |
| 377 | RelativePath="..\..\Sema\SemaExpr.cpp" |
| 378 | > |
| 379 | </File> |
| 380 | <File |
| 381 | RelativePath="..\..\Sema\SemaExprCXX.cpp" |
| 382 | > |
| 383 | </File> |
| 384 | <File |
| 385 | RelativePath="..\..\Sema\SemaStmt.cpp" |
| 386 | > |
| 387 | </File> |
| 388 | <File |
| 389 | RelativePath="..\..\Sema\SemaType.cpp" |
| 390 | > |
| 391 | </File> |
| 392 | </Filter> |
| 393 | <Filter |
| 394 | Name="Header Files" |
| 395 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 396 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 397 | > |
| 398 | <File |
| 399 | RelativePath="..\..\include\clang\Sema\ASTStreamer.h" |
| 400 | > |
| 401 | </File> |
| 402 | <File |
| 403 | RelativePath="..\..\Sema\Sema.h" |
| 404 | > |
| 405 | </File> |
| 406 | </Filter> |
| 407 | </Files> |
| 408 | <Globals> |
| 409 | </Globals> |
| 410 | </VisualStudioProject> |
| 411 | <?xml version="1.0" encoding="Windows-1252"?> |
| 412 | <VisualStudioProject |
| 413 | ProjectType="Visual C++" |
| 414 | Version="8.00" |
| 415 | Name="clangSema" |
| 416 | ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}" |
| 417 | RootNamespace="clangSema" |
| 418 | Keyword="Win32Proj" |
| 419 | > |
| 420 | <Platforms> |
| 421 | <Platform |
| 422 | Name="Win32" |
| 423 | /> |
| 424 | </Platforms> |
| 425 | <ToolFiles> |
| 426 | </ToolFiles> |
| 427 | <Configurations> |
| 428 | <Configuration |
| 429 | Name="Debug|Win32" |
| 430 | OutputDirectory="..\Debug" |
| 431 | IntermediateDirectory="Debug" |
| 432 | ConfigurationType="4" |
| 433 | CharacterSet="2" |
| 434 | > |
| 435 | <Tool |
| 436 | Name="VCPreBuildEventTool" |
| 437 | /> |
| 438 | <Tool |
| 439 | Name="VCCustomBuildTool" |
| 440 | /> |
| 441 | <Tool |
| 442 | Name="VCXMLDataGeneratorTool" |
| 443 | /> |
| 444 | <Tool |
| 445 | Name="VCWebServiceProxyGeneratorTool" |
| 446 | /> |
| 447 | <Tool |
| 448 | Name="VCMIDLTool" |
| 449 | /> |
| 450 | <Tool |
| 451 | Name="VCCLCompilerTool" |
| 452 | Optimization="0" |
| 453 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 454 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 455 | MinimalRebuild="true" |
| 456 | BasicRuntimeChecks="3" |
| 457 | RuntimeLibrary="3" |
| 458 | UsePrecompiledHeader="0" |
| 459 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 460 | WarningLevel="3" |
| 461 | Detect64BitPortabilityProblems="false" |
| 462 | DebugInformationFormat="3" |
Chris Lattner | 0b6f0ee | 2007-09-03 18:21:31 +0000 | [diff] [blame] | 463 | DisableSpecificWarnings="4355,4146,4800" |
| 464 | /> |
| 465 | <Tool |
| 466 | Name="VCManagedResourceCompilerTool" |
| 467 | /> |
| 468 | <Tool |
| 469 | Name="VCResourceCompilerTool" |
| 470 | /> |
| 471 | <Tool |
| 472 | Name="VCPreLinkEventTool" |
| 473 | /> |
| 474 | <Tool |
| 475 | Name="VCLibrarianTool" |
| 476 | /> |
| 477 | <Tool |
| 478 | Name="VCALinkTool" |
| 479 | /> |
| 480 | <Tool |
| 481 | Name="VCXDCMakeTool" |
| 482 | /> |
| 483 | <Tool |
| 484 | Name="VCBscMakeTool" |
| 485 | /> |
| 486 | <Tool |
| 487 | Name="VCFxCopTool" |
| 488 | /> |
| 489 | <Tool |
| 490 | Name="VCPostBuildEventTool" |
| 491 | /> |
| 492 | </Configuration> |
| 493 | <Configuration |
| 494 | Name="Release|Win32" |
| 495 | OutputDirectory="..\Release" |
| 496 | IntermediateDirectory="Release" |
| 497 | ConfigurationType="4" |
| 498 | CharacterSet="2" |
| 499 | WholeProgramOptimization="1" |
| 500 | > |
| 501 | <Tool |
| 502 | Name="VCPreBuildEventTool" |
| 503 | /> |
| 504 | <Tool |
| 505 | Name="VCCustomBuildTool" |
| 506 | /> |
| 507 | <Tool |
| 508 | Name="VCXMLDataGeneratorTool" |
| 509 | /> |
| 510 | <Tool |
| 511 | Name="VCWebServiceProxyGeneratorTool" |
| 512 | /> |
| 513 | <Tool |
| 514 | Name="VCMIDLTool" |
| 515 | /> |
| 516 | <Tool |
| 517 | Name="VCCLCompilerTool" |
| 518 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 519 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 520 | RuntimeLibrary="2" |
| 521 | UsePrecompiledHeader="0" |
| 522 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 523 | WarningLevel="3" |
| 524 | Detect64BitPortabilityProblems="false" |
| 525 | DebugInformationFormat="3" |
| 526 | DisableSpecificWarnings="4355,4146,4800" |
| 527 | /> |
| 528 | <Tool |
| 529 | Name="VCManagedResourceCompilerTool" |
| 530 | /> |
| 531 | <Tool |
| 532 | Name="VCResourceCompilerTool" |
| 533 | /> |
| 534 | <Tool |
| 535 | Name="VCPreLinkEventTool" |
| 536 | /> |
| 537 | <Tool |
| 538 | Name="VCLibrarianTool" |
| 539 | /> |
| 540 | <Tool |
| 541 | Name="VCALinkTool" |
| 542 | /> |
| 543 | <Tool |
| 544 | Name="VCXDCMakeTool" |
| 545 | /> |
| 546 | <Tool |
| 547 | Name="VCBscMakeTool" |
| 548 | /> |
| 549 | <Tool |
| 550 | Name="VCFxCopTool" |
| 551 | /> |
| 552 | <Tool |
| 553 | Name="VCPostBuildEventTool" |
| 554 | /> |
| 555 | </Configuration> |
| 556 | </Configurations> |
| 557 | <References> |
| 558 | </References> |
| 559 | <Files> |
| 560 | <Filter |
| 561 | Name="Source Files" |
| 562 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 563 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 564 | > |
| 565 | <File |
| 566 | RelativePath="..\..\Sema\ASTStreamer.cpp" |
| 567 | > |
| 568 | </File> |
| 569 | <File |
| 570 | RelativePath="..\..\Sema\Sema.cpp" |
| 571 | > |
| 572 | </File> |
| 573 | <File |
| 574 | RelativePath="..\..\Sema\SemaChecking.cpp" |
| 575 | > |
| 576 | </File> |
| 577 | <File |
| 578 | RelativePath="..\..\Sema\SemaDecl.cpp" |
| 579 | > |
| 580 | </File> |
| 581 | <File |
| 582 | RelativePath="..\..\Sema\SemaExpr.cpp" |
| 583 | > |
| 584 | </File> |
| 585 | <File |
| 586 | RelativePath="..\..\Sema\SemaExprCXX.cpp" |
| 587 | > |
| 588 | </File> |
| 589 | <File |
| 590 | RelativePath="..\..\Sema\SemaStmt.cpp" |
| 591 | > |
| 592 | </File> |
| 593 | <File |
| 594 | RelativePath="..\..\Sema\SemaType.cpp" |
| 595 | > |
| 596 | </File> |
| 597 | </Filter> |
| 598 | <Filter |
| 599 | Name="Header Files" |
| 600 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 601 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 602 | > |
| 603 | <File |
| 604 | RelativePath="..\..\include\clang\Sema\ASTStreamer.h" |
| 605 | > |
| 606 | </File> |
| 607 | <File |
| 608 | RelativePath="..\..\Sema\Sema.h" |
| 609 | > |
| 610 | </File> |
| 611 | </Filter> |
| 612 | </Files> |
| 613 | <Globals> |
| 614 | </Globals> |
| 615 | </VisualStudioProject> |
| 616 | <?xml version="1.0" encoding="Windows-1252"?> |
| 617 | <VisualStudioProject |
| 618 | ProjectType="Visual C++" |
| 619 | Version="8.00" |
| 620 | Name="clangSema" |
| 621 | ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}" |
| 622 | RootNamespace="clangSema" |
| 623 | Keyword="Win32Proj" |
| 624 | > |
| 625 | <Platforms> |
| 626 | <Platform |
| 627 | Name="Win32" |
| 628 | /> |
| 629 | </Platforms> |
| 630 | <ToolFiles> |
| 631 | </ToolFiles> |
| 632 | <Configurations> |
| 633 | <Configuration |
| 634 | Name="Debug|Win32" |
| 635 | OutputDirectory="..\Debug" |
| 636 | IntermediateDirectory="Debug" |
| 637 | ConfigurationType="4" |
| 638 | CharacterSet="2" |
| 639 | > |
| 640 | <Tool |
| 641 | Name="VCPreBuildEventTool" |
| 642 | /> |
| 643 | <Tool |
| 644 | Name="VCCustomBuildTool" |
| 645 | /> |
| 646 | <Tool |
| 647 | Name="VCXMLDataGeneratorTool" |
| 648 | /> |
| 649 | <Tool |
| 650 | Name="VCWebServiceProxyGeneratorTool" |
| 651 | /> |
| 652 | <Tool |
| 653 | Name="VCMIDLTool" |
| 654 | /> |
| 655 | <Tool |
| 656 | Name="VCCLCompilerTool" |
| 657 | Optimization="0" |
| 658 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 659 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 660 | MinimalRebuild="true" |
| 661 | BasicRuntimeChecks="3" |
| 662 | RuntimeLibrary="3" |
| 663 | UsePrecompiledHeader="0" |
| 664 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 665 | WarningLevel="3" |
| 666 | Detect64BitPortabilityProblems="false" |
| 667 | DebugInformationFormat="3" |
| 668 | DisableSpecificWarnings="4355,4146,4800" |
| 669 | /> |
| 670 | <Tool |
| 671 | Name="VCManagedResourceCompilerTool" |
| 672 | /> |
| 673 | <Tool |
| 674 | Name="VCResourceCompilerTool" |
| 675 | /> |
| 676 | <Tool |
| 677 | Name="VCPreLinkEventTool" |
| 678 | /> |
| 679 | <Tool |
| 680 | Name="VCLibrarianTool" |
| 681 | /> |
| 682 | <Tool |
| 683 | Name="VCALinkTool" |
| 684 | /> |
| 685 | <Tool |
| 686 | Name="VCXDCMakeTool" |
| 687 | /> |
| 688 | <Tool |
| 689 | Name="VCBscMakeTool" |
| 690 | /> |
| 691 | <Tool |
| 692 | Name="VCFxCopTool" |
| 693 | /> |
| 694 | <Tool |
| 695 | Name="VCPostBuildEventTool" |
| 696 | /> |
| 697 | </Configuration> |
| 698 | <Configuration |
| 699 | Name="Release|Win32" |
| 700 | OutputDirectory="..\Release" |
| 701 | IntermediateDirectory="Release" |
| 702 | ConfigurationType="4" |
| 703 | CharacterSet="2" |
| 704 | WholeProgramOptimization="1" |
| 705 | > |
| 706 | <Tool |
| 707 | Name="VCPreBuildEventTool" |
| 708 | /> |
| 709 | <Tool |
| 710 | Name="VCCustomBuildTool" |
| 711 | /> |
| 712 | <Tool |
| 713 | Name="VCXMLDataGeneratorTool" |
| 714 | /> |
| 715 | <Tool |
| 716 | Name="VCWebServiceProxyGeneratorTool" |
| 717 | /> |
| 718 | <Tool |
| 719 | Name="VCMIDLTool" |
| 720 | /> |
| 721 | <Tool |
| 722 | Name="VCCLCompilerTool" |
| 723 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32" |
| 724 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS" |
| 725 | RuntimeLibrary="2" |
| 726 | UsePrecompiledHeader="0" |
| 727 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 728 | WarningLevel="3" |
| 729 | Detect64BitPortabilityProblems="false" |
| 730 | DebugInformationFormat="3" |
| 731 | DisableSpecificWarnings="4355,4146,4800" |
| 732 | /> |
| 733 | <Tool |
| 734 | Name="VCManagedResourceCompilerTool" |
| 735 | /> |
| 736 | <Tool |
| 737 | Name="VCResourceCompilerTool" |
| 738 | /> |
| 739 | <Tool |
| 740 | Name="VCPreLinkEventTool" |
| 741 | /> |
| 742 | <Tool |
| 743 | Name="VCLibrarianTool" |
| 744 | /> |
| 745 | <Tool |
| 746 | Name="VCALinkTool" |
| 747 | /> |
| 748 | <Tool |
| 749 | Name="VCXDCMakeTool" |
| 750 | /> |
| 751 | <Tool |
| 752 | Name="VCBscMakeTool" |
| 753 | /> |
| 754 | <Tool |
| 755 | Name="VCFxCopTool" |
| 756 | /> |
| 757 | <Tool |
| 758 | Name="VCPostBuildEventTool" |
| 759 | /> |
| 760 | </Configuration> |
| 761 | </Configurations> |
| 762 | <References> |
| 763 | </References> |
| 764 | <Files> |
| 765 | <Filter |
| 766 | Name="Source Files" |
| 767 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 768 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 769 | > |
| 770 | <File |
| 771 | RelativePath="..\..\Sema\ASTStreamer.cpp" |
| 772 | > |
| 773 | </File> |
| 774 | <File |
| 775 | RelativePath="..\..\Sema\Sema.cpp" |
| 776 | > |
| 777 | </File> |
| 778 | <File |
| 779 | RelativePath="..\..\Sema\SemaChecking.cpp" |
| 780 | > |
| 781 | </File> |
| 782 | <File |
| 783 | RelativePath="..\..\Sema\SemaDecl.cpp" |
| 784 | > |
| 785 | </File> |
| 786 | <File |
| 787 | RelativePath="..\..\Sema\SemaExpr.cpp" |
| 788 | > |
| 789 | </File> |
| 790 | <File |
| 791 | RelativePath="..\..\Sema\SemaExprCXX.cpp" |
| 792 | > |
| 793 | </File> |
| 794 | <File |
| 795 | RelativePath="..\..\Sema\SemaStmt.cpp" |
| 796 | > |
| 797 | </File> |
| 798 | <File |
| 799 | RelativePath="..\..\Sema\SemaType.cpp" |
| 800 | > |
| 801 | </File> |
| 802 | </Filter> |
| 803 | <Filter |
| 804 | Name="Header Files" |
| 805 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 806 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 807 | > |
| 808 | <File |
| 809 | RelativePath="..\..\include\clang\Sema\ASTStreamer.h" |
| 810 | > |
| 811 | </File> |
| 812 | <File |
| 813 | RelativePath="..\..\Sema\Sema.h" |
| 814 | > |
| 815 | </File> |
| 816 | </Filter> |
| 817 | </Files> |
| 818 | <Globals> |
| 819 | </Globals> |
| 820 | </VisualStudioProject> |