Changes between Version 4 and Version 5 of MapGuideRfc135


Ignore:
Timestamp:
May 23, 2013, 11:15:33 PM (11 years ago)
Author:
zhanga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc135

    v4 v5  
    99||RFC Template Version||(1.0)||
    1010||Submission Date||May 17, 2013||
    11 ||Last Modified||Andy Zhang May 17, 2013||
     11||Last Modified||Andy Zhang May 24, 2013||
    1212||Author||Andy Zhang||
    1313||RFC Status||Ready for review||
     
    3232== Proposed Solution ==
    3333
    34  * In order to support Visual Studio 2012 new solution and project files will need to be added.
    35  * The Visual Studio 2012 solution files use the same extension as those used by Visual Studio 2010 and so new filenames will need to be used.
    36  * The Visual Studio 2012 project files use the same extension as those used by Visual Studio 2010 and so new filenames will need to be used.
    37  * The proposed new Visual Studio 2012 solution filenames will add "_vs12" to the already existing solution filenames. Example: server_vs12.sln
    38  * The proposed new Visual Studio 2012 project filenames will add "_vs12" to the already existing project filenames. Example: !ServerManager_vs12.vcxproj
     34 * All solution and project files in the trunk will be upgraded to Visual Studio 2012 format.
     35 * All code will be recompiled and code changes made as appropriate.
     36 * All unit tests will be run and must pass before the above changes can be submitted.
    3937
    4038== Implications ==
    4139
    42 The existing Visual Studio 2008 and Visual Studio 2010 support will not be changing. Changes to solution files and project files would require that all sets be maintained.
     40We will no longer support Visual Studio 2008 and Visual Studio 2010. This should not be an issue because the Visual Studio Express 2012 for Windows Desktop is available.
    4341
    4442== Test Plan ==