Changes between Version 8 and Version 9 of MapGuideRfc135


Ignore:
Timestamp:
Jun 3, 2013, 6:01:58 PM (11 years ago)
Author:
zhanga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc135

    v8 v9  
    3535 * All code will be recompiled and code changes made as appropriate.
    3636 * 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.
     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.
    3838
    3939== Implications ==