Changes between Version 7 and Version 8 of MapGuideRfc104


Ignore:
Timestamp:
Apr 4, 2011, 9:18:54 AM (13 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc104

    v7 v8  
    99||RFC Template Version||(1.0)||
    1010||Submission Date||July 14, 2010||
    11 ||Last Modified||Bruce Dechant July 14, 2010||
     11||Last Modified||Bruce Dechant April 4, 2010||
    1212||Author||Bruce Dechant||
    1313||RFC Status||adopted||
     
    2828== Motivation ==
    2929
    30 Supporting the new Visual Studio 2010 will allow a developer to take advantage of the IDE improvements while still using the older Visual Studio 2008 compiler/linker.
     30Supporting the new Visual Studio 2010 will allow a developer to take advantage of the IDE improvements.
    3131
    3232== Proposed Solution ==
     
    3636 * 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.
    3737 * 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.
    3938
    4039== Implications ==
    4140
    4241The existing Visual Studio 2008 support will not be changing. Changes to solution files and project files would require that both sets be maintained.
    43 However, at this time priority will be given to keeping the Visual Studio 2008 solution files up to date.
    4442 
    4543== Test Plan ==
     
    5149Supplied by Autodesk.
    5250
     51== Addendum ==
     52
     53The project files used by Visual Studio 2010 will use the VC100 compiler/linker and the project files used by Visual Studio 2008 will be kept and still use the VC90 compiler/linker.