OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
138 stars 91 forks source link

Port iOS API, sample, test to Unified API #207

Closed kochizufan closed 9 years ago

kochizufan commented 9 years ago

I try to port iOS API, sample, test to Unified API version.

xivk commented 9 years ago

Thanks again for the work.

It looks like there are new projects for unified API. What would be the minimum change required? In other words, did you have to change any actual code or was it just configuration/project setup?

I would like to update this in the existing projects.

xivk commented 9 years ago

Does this look right:

https://github.com/JoeCooper/OsmSharp/commit/99ab45bbb37de3e04c715034ee47b4edf16bca42

kochizufan commented 9 years ago

Sorry for replying so late.

I add new project for Unified API, but just because for keeping Classic API project. Unified API and Classic API cannot contain one project, and if I migrate Classic API project to Unified one, we lost Classic API version of OsmSharp. So I add new project for Unified API.

What I do is just

and then we have both Classic/Unified version of OsmSharp.dll.

xivk commented 9 years ago

Ok, need to update my build-server. Thanks for the effort again!