Changes between Initial Version and Version 1 of MapGuideRfc135


Ignore:
Timestamp:
May 16, 2013, 6:30:15 PM (11 years ago)
Author:
zhanga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc135

    v1 v1  
     1= !MapGuide RFC # - Support Visual Studio 2012 =
     2
     3This page contains a change request (RFC) for the !MapGuide Open Source project.
     4More !MapGuide RFCs can be found on the [wiki:MapGuideRfcs RFCs] page.
     5
     6
     7== Status ==
     8
     9||RFC Template Version||(1.0)||
     10||Submission Date||May 17, 2013||
     11||Last Modified||Andy Zhang May 17, 2013||
     12||Author||Andy Zhang||
     13||RFC Status||draft||
     14||Implementation Status||(pending, under development, completed)||
     15||Proposed Milestone||2.6||
     16||Assigned PSC guide(s)||(when determined)||
     17||'''Voting History'''||(vote date)||
     18||+1||||
     19||+0||||
     20||-0||||
     21||-1||||
     22||no vote|| ||
     23
     24== Overview ==
     25
     26This RFC updates MapGuide to support Visual Studio 2012.
     27
     28== Motivation ==
     29
     30Supporting the new Visual Studio 2012 will allow a developer to take advantage of the IDE improvements.
     31
     32== Proposed Solution ==
     33
     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
     39
     40== Implications ==
     41
     42The existing Visual Studio 2008 and Visual Studio 2010 support will not be changing. Changes to solution files and project files would require that both sets be maintained.
     43
     44== Test Plan ==
     45
     46!Build/Run on Windows and Linux.
     47
     48== Funding / Resources ==
     49
     50Supplied by Autodesk.