Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1845 for code/trunk


Ignore:
Timestamp:
Sep 28, 2008, 12:47:34 PM (16 years ago)
Author:
rgrieder
Message:

in msvc files: tixml —> tinyxml

Location:
code/trunk/visual_studio/vc8
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/orxonox_vc8.sln

    r1842 r1845  
    44Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpptcl", "cpptcl.vcproj", "{53C56131-E2AA-4A27-B460-7AC05D61A0E6}"
    55EndProject
    6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tixml", "tixml.vcproj", "{F101C2F0-1CB9-4A57-827B-6C399A99B28F}"
     6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml", "tinyxml.vcproj", "{F101C2F0-1CB9-4A57-827B-6C399A99B28F}"
    77EndProject
    88Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tolua", "tolua.vcproj", "{35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}"
  • code/trunk/visual_studio/vc8/tinyxml.vcproj

    r1844 r1845  
    33        ProjectType="Visual C++"
    44        Version="8.00"
    5         Name="tixml"
     5        Name="tinyxml"
    66        ProjectGUID="{F101C2F0-1CB9-4A57-827B-6C399A99B28F}"
    77        RootNamespace="orxonox"
     
    1919                        Name="Debug|Win32"
    2020                        ConfigurationType="4"
    21                         InheritedPropertySheets=".\debug.vsprops;.\tixml.vsprops"
     21                        InheritedPropertySheets=".\debug.vsprops;.\tinyxml.vsprops"
    2222                        CharacterSet="1"
    2323                        >
     
    7171                        Name="Release|Win32"
    7272                        ConfigurationType="4"
    73                         InheritedPropertySheets=".\release.vsprops;.\tixml.vsprops"
     73                        InheritedPropertySheets=".\release.vsprops;.\tinyxml.vsprops"
    7474                        CharacterSet="1"
    7575                        WholeProgramOptimization="0"
  • code/trunk/visual_studio/vc8/tinyxml.vsprops

    r1844 r1845  
    33        ProjectType="Visual C++"
    44        Version="8.00"
    5         Name="tixml"
     5        Name="tinyxml"
    66        InheritedPropertySheets=".\directories.vsprops"
    77        >
Note: See TracChangeset for help on using the changeset viewer.