Changeset 916 for code/branches/input/visual_studio
- Timestamp:
- Mar 21, 2008, 3:50:44 PM (17 years ago)
- Location:
- code/branches/input/visual_studio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/visual_studio/orxonox_vc8.sln
r893 r916 19 19 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC} 20 20 {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F} 21 EndProjectSection22 EndProject23 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loader", "vc8\loader.vcproj", "{E283910F-F911-40FB-A09D-D025CA821912}"24 ProjectSection(WebsiteProperties) = preProject25 Debug.AspNetCompiler.Debug = "True"26 Release.AspNetCompiler.Debug = "False"27 EndProjectSection28 ProjectSection(ProjectDependencies) = postProject29 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}30 21 EndProjectSection 31 22 EndProject … … 89 80 {271715F3-5B90-4110-A552-70C788084A86}.Release|Win32.ActiveCfg = Release|Win32 90 81 {271715F3-5B90-4110-A552-70C788084A86}.Release|Win32.Build.0 = Release|Win32 91 {E283910F-F911-40FB-A09D-D025CA821912}.Debug|Win32.ActiveCfg = Debug|Win3292 {E283910F-F911-40FB-A09D-D025CA821912}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win3293 {E283910F-F911-40FB-A09D-D025CA821912}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win3294 {E283910F-F911-40FB-A09D-D025CA821912}.Release|Win32.ActiveCfg = Release|Win3295 82 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Debug|Win32.ActiveCfg = Debug|Win32 96 83 {35575B59-E1AE-40E8-89C4-2862B5B09B68}.Debug|Win32.Build.0 = Debug|Win32 -
code/branches/input/visual_studio/vc8/orxonox.vcproj
r893 r916 287 287 RelativePath="..\..\src\orxonox\InputManager.cc" 288 288 > 289 <FileConfiguration 290 Name="Debug|Win32" 291 ExcludedFromBuild="true" 292 > 293 <Tool 294 Name="VCCLCompilerTool" 295 /> 296 </FileConfiguration> 289 297 </File> 290 298 <File … … 632 640 </File> 633 641 <File 642 RelativePath="..\..\src\orxonox\tools\OrxListener.cc" 643 > 644 </File> 645 <File 634 646 RelativePath="..\..\src\orxonox\tools\Timer.cc" 635 >636 </File>637 </Filter>638 <Filter639 Name="loader"640 >641 <File642 RelativePath="..\..\src\loader\LevelLoader.cc"643 647 > 644 648 </File> … … 806 810 </File> 807 811 <File 812 RelativePath="..\..\src\orxonox\tools\OrxListener.h" 813 > 814 </File> 815 <File 808 816 RelativePath="..\..\src\orxonox\tools\Timer.h" 809 >810 </File>811 </Filter>812 <Filter813 Name="loader"814 >815 <File816 RelativePath="..\..\src\loader\LevelLoader.h"817 >818 </File>819 <File820 RelativePath="..\..\src\loader\LoaderPrereqs.h"821 817 > 822 818 </File>
Note: See TracChangeset
for help on using the changeset viewer.