Changes between Version 10 and Version 11 of MapGuideRfc135
- Timestamp:
- 06/03/13 18:03:14 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc135
v10 v11 35 35 * All code will be recompiled and code changes made as appropriate. 36 36 * All unit tests will be run and must pass before the above changes can be submitted. 37 * We will add configurations such as 'Release v100' and 'Debug v100' which use platform toolset v100 for those who need to build v100 versions of files. And the project properties for output, intermediate and lib directories will include $(!PlatformToolset) and $(Configuration) macros. Example: the intermediate directory of ServerCore will be changed to ..\..\obj\$(!PlatformToolset)\$(Configuration)\ServerCore.37 * We will add configurations such as 'Release v100' and 'Debug v100' which use platform toolset v100 for those who need to build v100 versions of files. And the project properties for output, intermediate and lib directories will include $(!PlatformToolset) and $(Configuration) macros. Example: the intermediate directory of !ServerCore will be changed to ..\..\obj\$(!PlatformToolset)\$(Configuration)\!ServerCore. 38 38 39 39 == Implications ==