Changes between Version 1 and Version 2 of MapGuideRfc104
- Timestamp:
- 07/14/10 14:25:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc104
v1 v2 32 32 == Proposed Solution == 33 33 34 In order to support Visual Studio 2010 new solution files used by !MapGuide will need to be added. The files use the same extension as those used by Visual Studio 2008 and so new file names will need to be used.34 In order to support Visual Studio 2010 new solution and project files will need to be added. 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. The project files used by Visual Studio 2010 have a "vcxproj" extension which is different then Visual Studio 2008 and so the filenams will only differ by the extension. 35 35 36 The proposed new file names to use for Visual Studio 2010 are to add "_vs10" to the already existing solution filenames. Example: server_vs10.sln 36 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 37 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 40 This will allow a developer to take advantage of the IDE of Visual Studio 2010 while still using the older Visual Studio 2008 compiler/linker. 37 41 38 42 == Implications == 39 43 40 The existing Visual Studio 2008 support will not be changing. 44 The existing Visual Studio 2008 support will not be changing. Changes to solution files and project files would require that both sets be maintained. 41 45 42 46 == Test Plan ==