id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,external_id
1063,Assemblies created by RFC 68 doesn't include the necessary reference.,leaf,Leaf Li,"In RFC 68, we add the following assemblies into MapGuide Web API.

OSGeo.MapGuide.Foundation.dll
OSGeo.MapGuide.Geometry.dll: depends on OSGeo.MapGuide.Foundation.dll.
OSGeo.MapGuide.PlatformBase.dll: depends on OSGeo.MapGuide.Foundation.dll and OSGeo.MapGuide.Geometry.dll.
OSGeo.MapGuide.MapGuideCommon.dll: depends on OSGeo.MapGuide.Foundation.dll,  OSGeo.MapGuide.Geometry.dll, and OSGeo.MapGuide.PlatformBase.dll.
OSGeo.MapGuide.Web.dll:depends on OSGeo.MapGuide.Foundation.dll,  OSGeo.MapGuide.Geometry.dll, OSGeo.MapGuide.PlatformBase.dll and OSGeo.MapGuide.MapGuideCommon.dll.
Those assebmly 

However, when creating the last four assemblies above, I used /addmodule instead of /reference. It results in classes can't be resolved in the last four assemblies when you add reference to the last four assebmlies. 

So we need modify the following four makefiles to use the correct flag.
GeometryMakeFile
PlatformBaseMakeFile
MapGuideCommonMakeFile
WebMakeFile",defect,closed,medium,,Web API,2.0.2,trivial,fixed,,,
