Changeset 2662 for code/trunk/visual_studio/vc8/core.vcproj
- Timestamp:
- Feb 14, 2009, 10:17:35 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/visual_studio/vc8/core.vcproj
r2087 r2662 101 101 <Tool 102 102 Name="VCCLCompilerTool" 103 AdditionalOptions="/MP2" 103 104 /> 104 105 <Tool … … 153 154 </File> 154 155 <File 156 RelativePath="..\..\src\core\CommandLine.cc" 157 > 158 </File> 159 <File 155 160 RelativePath="..\..\src\core\ConfigFileManager.cc" 156 161 > … … 169 174 </File> 170 175 <File 176 RelativePath="..\..\src\core\Executor.cc" 177 > 178 </File> 179 <File 171 180 RelativePath="..\..\src\core\GameState.cc" 172 181 > … … 181 190 </File> 182 191 <File 183 RelativePath="..\..\src\core\OrxonoxClass.cc"184 >185 </File>186 <File187 192 RelativePath="..\..\src\core\RootGameState.cc" 188 >189 </File>190 <File191 RelativePath="..\..\src\core\Template.cc"192 >193 </File>194 <File195 RelativePath="..\..\src\core\XMLNameListener.cc"196 193 > 197 194 </File> … … 231 228 </Filter> 232 229 <Filter 233 Name="command "230 Name="commands" 234 231 > 235 232 <File … … 246 243 </File> 247 244 <File 248 RelativePath="..\..\src\core\CommandLine.cc"249 >250 </File>251 <File252 245 RelativePath="..\..\src\core\ConsoleCommand.cc" 253 246 > … … 257 250 > 258 251 </File> 259 <File260 RelativePath="..\..\src\core\Executor.cc"261 >262 </File>263 252 </Filter> 264 253 <Filter … … 266 255 > 267 256 <File 257 RelativePath="..\..\src\core\BaseObject.cc" 258 > 259 </File> 260 <File 268 261 RelativePath="..\..\src\core\Factory.cc" 269 262 > … … 281 274 > 282 275 </File> 283 </Filter>284 <Filter285 Name="level"286 >287 <File288 RelativePath="..\..\src\core\BaseObject.cc"289 >290 </File>276 <File 277 RelativePath="..\..\src\core\OrxonoxClass.cc" 278 > 279 </File> 280 </Filter> 281 <Filter 282 Name="loading" 283 > 291 284 <File 292 285 RelativePath="..\..\src\core\ClassTreeMask.cc" … … 303 296 <File 304 297 RelativePath="..\..\src\core\NamespaceNode.cc" 298 > 299 </File> 300 <File 301 RelativePath="..\..\src\core\Template.cc" 302 > 303 </File> 304 <File 305 RelativePath="..\..\src\core\XMLNameListener.cc" 305 306 > 306 307 </File> … … 389 390 </File> 390 391 <File 392 RelativePath="..\..\src\core\CommandLine.h" 393 > 394 </File> 395 <File 391 396 RelativePath="..\..\src\core\ConfigFileManager.h" 392 397 > … … 417 422 </File> 418 423 <File 424 RelativePath="..\..\src\core\Executor.h" 425 > 426 </File> 427 <File 428 RelativePath="..\..\src\core\Functor.h" 429 > 430 </File> 431 <File 419 432 RelativePath="..\..\src\core\GameState.h" 420 433 > … … 429 442 </File> 430 443 <File 431 RelativePath="..\..\src\core\OrxonoxClass.h"432 >433 </File>434 <File435 444 RelativePath="..\..\src\core\RootGameState.h" 436 445 > … … 440 449 > 441 450 </File> 442 <File443 RelativePath="..\..\src\core\Template.h"444 >445 </File>446 <File447 RelativePath="..\..\src\core\XMLIncludes.h"448 >449 </File>450 <File451 RelativePath="..\..\src\core\XMLNameListener.h"452 >453 </File>454 451 <Filter 455 452 Name="input" … … 509 506 </Filter> 510 507 <Filter 511 Name="command "508 Name="commands" 512 509 > 513 510 <File … … 532 529 </File> 533 530 <File 534 RelativePath="..\..\src\core\CommandLine.h"535 >536 </File>537 <File538 531 RelativePath="..\..\src\core\ConsoleCommand.h" 539 532 > … … 543 536 > 544 537 </File> 545 <File546 RelativePath="..\..\src\core\Executor.h"547 >548 </File>549 <File550 RelativePath="..\..\src\core\Functor.h"551 >552 </File>553 538 </Filter> 554 539 <Filter … … 576 561 > 577 562 <File 563 RelativePath="..\..\src\core\BaseObject.h" 564 > 565 </File> 566 <File 578 567 RelativePath="..\..\src\core\ClassFactory.h" 579 568 > … … 611 600 > 612 601 </File> 613 </Filter>614 <Filter615 Name="level"616 >617 <File618 RelativePath="..\..\src\core\BaseObject.h"619 >620 </File>602 <File 603 RelativePath="..\..\src\core\OrxonoxClass.h" 604 > 605 </File> 606 </Filter> 607 <Filter 608 Name="loading" 609 > 621 610 <File 622 611 RelativePath="..\..\src\core\ClassTreeMask.h" … … 636 625 </File> 637 626 <File 627 RelativePath="..\..\src\core\Template.h" 628 > 629 </File> 630 <File 638 631 RelativePath="..\..\src\core\XMLFile.h" 632 > 633 </File> 634 <File 635 RelativePath="..\..\src\core\XMLIncludes.h" 636 > 637 </File> 638 <File 639 RelativePath="..\..\src\core\XMLNameListener.h" 639 640 > 640 641 </File>
Note: See TracChangeset
for help on using the changeset viewer.