Changes between Version 3 and Version 4 of MapGuideRfc104


Ignore:
Timestamp:
Jul 14, 2010, 2:28:55 PM (14 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc104

    v3 v4  
    3232== Proposed Solution ==
    3333
    34 In order to support Visual Studio 2010 new solution and project files will need to be added.
    35 The Visual Studio 2010 solution files use the same extension as those used by Visual Studio 2008 and so new filenames will need to be used.
    36 The project files used by Visual Studio 2010 have a "vcxproj" extension which is different than Visual Studio 2008 and so the filenames will only differ by the extension.
    37 
    38 The proposed new solution filenames to use for Visual Studio 2010 are to add "_vs10" to the already existing solution filenames. Example: server_vs10.sln
    39 
    40 In order to maintain compatibility with 3rd party components the new Visual Studio 2010 project files will be configured to use the Visual Studio 2008 compiler/linker.
     34 * In order to support Visual Studio 2010 new solution and project files will need to be added.
     35 * The Visual Studio 2010 solution files use the same extension as those used by Visual Studio 2008 and so new filenames will need to be used.
     36 * The project files used by Visual Studio 2010 have a "vcxproj" extension which is different than Visual Studio 2008 and so the filenames will only differ by the extension.
     37 * The proposed new Visual Studio 2010 solution filenames will add "_vs10" to the already existing solution filenames. Example: server_vs10.sln
     38 * In order to maintain compatibility with 3rd party components the new Visual Studio 2010 project files will be configured to use the Visual Studio 2008 compiler/linker.
    4139
    4240This will allow a developer to take advantage of the IDE of Visual Studio 2010 while still using the older Visual Studio 2008 compiler/linker.