Changes between Version 7 and Version 8 of MapGuideRfc104
- Timestamp:
- 04/04/11 09:18:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc104
v7 v8 9 9 ||RFC Template Version||(1.0)|| 10 10 ||Submission Date||July 14, 2010|| 11 ||Last Modified||Bruce Dechant July 14, 2010||11 ||Last Modified||Bruce Dechant April 4, 2010|| 12 12 ||Author||Bruce Dechant|| 13 13 ||RFC Status||adopted|| … … 28 28 == Motivation == 29 29 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.30 Supporting the new Visual Studio 2010 will allow a developer to take advantage of the IDE improvements. 31 31 32 32 == Proposed Solution == … … 36 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 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.39 38 40 39 == Implications == 41 40 42 41 The 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.44 42 45 43 == Test Plan == … … 51 49 Supplied by Autodesk. 52 50 51 == Addendum == 52 53 The 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.