In AutoCAD Map 3D 2012 or 2011, Autodesk.Gis.Map.Platform namespace was part of Autodesk.Map.Platform.Core Assembly (Autodesk.Map.Platform.Core.dll) located in Map 3D's installation folder. While building application which uses Geospatial Platform API, we had to add reference to Autodesk.Map.Platform.Core.dll. This API assembly used to give access to all the important objects in Platform API.
There is a change in AutoCAD Map 3D 2013; now Autodesk.Gis.Map.Platform namespace is member of Autodesk.Map.Platform Assembly (Autodesk.Map.Platform.dll). In AutoCAD Map 3D 2013, there is no Autodesk.Map.Platform.Core.dll. To migrate your current application (working in Map 3D 2012 / 2011) you need to change the reference to Autodesk.Map.Platform.dll assembly in Map 3D 2013. And to build a new application using Geospatial Platform API, simply add reference to Autodesk.Map.Platform.dll