Changeset 1535 for code/trunk/visual_studio/vc8
- Timestamp:
- Jun 4, 2008, 8:54:43 PM (16 years ago)
- Location:
- code/trunk/visual_studio/vc8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/visual_studio/vc8/core.vcproj
r1502 r1535 157 157 </File> 158 158 <File 159 RelativePath="..\..\src\core\Core Settings.cc"159 RelativePath="..\..\src\core\Core.cc" 160 160 > 161 161 </File> … … 188 188 > 189 189 </File> 190 <File191 RelativePath="..\..\src\core\Tickable.cc"192 >193 </File>194 190 <Filter 195 191 Name="tolua" … … 280 276 > 281 277 <File 282 RelativePath="..\..\src\core\InputBuffer.cc" 283 > 284 </File> 285 <File 286 RelativePath="..\..\src\core\InputManager.cc" 287 > 288 </File> 289 <File 290 RelativePath="..\..\src\core\KeyBinder.cc" 278 RelativePath="..\..\src\core\input\Button.cc" 279 > 280 </File> 281 <File 282 RelativePath="..\..\src\core\input\CalibratorCallback.cc" 283 > 284 </File> 285 <File 286 RelativePath="..\..\src\core\input\HalfAxis.cc" 287 > 288 </File> 289 <File 290 RelativePath="..\..\src\core\input\InputBuffer.cc" 291 > 292 </File> 293 <File 294 RelativePath="..\..\src\core\input\InputCommands.cc" 295 > 296 </File> 297 <File 298 RelativePath="..\..\src\core\input\InputManager.cc" 299 > 300 </File> 301 <File 302 RelativePath="..\..\src\core\input\KeyBinder.cc" 303 > 304 </File> 305 <File 306 RelativePath="..\..\src\core\input\KeyDetector.cc" 291 307 > 292 308 </File> … … 331 347 </File> 332 348 <File 349 RelativePath="..\..\src\core\Core.h" 350 > 351 </File> 352 <File 333 353 RelativePath="..\..\src\core\CorePrereqs.h" 334 354 > 335 355 </File> 336 356 <File 337 RelativePath="..\..\src\core\CoreSettings.h"338 >339 </File>340 <File341 357 RelativePath="..\..\src\core\Debug.h" 342 358 > … … 374 390 > 375 391 </File> 376 <File377 RelativePath="..\..\src\core\Tickable.h"378 >379 </File>380 392 <Filter 381 393 Name="input" 382 394 > 383 395 <File 384 RelativePath="..\..\src\core\InputBuffer.h" 385 > 386 </File> 387 <File 388 RelativePath="..\..\src\core\InputInterfaces.h" 389 > 390 </File> 391 <File 392 RelativePath="..\..\src\core\InputManager.h" 393 > 394 </File> 395 <File 396 RelativePath="..\..\src\core\KeyBinder.h" 396 RelativePath="..\..\src\core\input\Button.h" 397 > 398 </File> 399 <File 400 RelativePath="..\..\src\core\input\CalibratorCallback.h" 401 > 402 </File> 403 <File 404 RelativePath="..\..\src\core\input\HalfAxis.h" 405 > 406 </File> 407 <File 408 RelativePath="..\..\src\core\input\InputBuffer.h" 409 > 410 </File> 411 <File 412 RelativePath="..\..\src\core\input\InputCommands.h" 413 > 414 </File> 415 <File 416 RelativePath="..\..\src\core\input\InputInterfaces.h" 417 > 418 </File> 419 <File 420 RelativePath="..\..\src\core\input\InputManager.h" 421 > 422 </File> 423 <File 424 RelativePath="..\..\src\core\input\KeyBinder.h" 425 > 426 </File> 427 <File 428 RelativePath="..\..\src\core\input\KeyDetector.h" 397 429 > 398 430 </File> -
code/trunk/visual_studio/vc8/orxonox.vcproj
r1502 r1535 184 184 </FileConfiguration> 185 185 </File> 186 <File 187 RelativePath="..\..\src\orxonox\Settings.cc" 188 > 189 </File> 186 190 <Filter 187 191 Name="hud" … … 253 257 <File 254 258 RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc" 259 > 260 </File> 261 <File 262 RelativePath="..\..\src\orxonox\objects\Tickable.cc" 255 263 > 256 264 </File> … … 466 474 > 467 475 </File> 476 <File 477 RelativePath="..\..\src\orxonox\Settings.h" 478 > 479 </File> 468 480 <Filter 469 481 Name="hud" … … 539 551 <File 540 552 RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h" 553 > 554 </File> 555 <File 556 RelativePath="..\..\src\orxonox\objects\Tickable.h" 541 557 > 542 558 </File>
Note: See TracChangeset
for help on using the changeset viewer.