使用 Xamarin 为 Windows CE 5.2 构建应用程序?

Building App for Windows CE 5.2 with Xamarin?

我有一个用 C# 编写的 Win-Forms 项目,用 VS2015 编写,具有分离的 GUI 和 Businesslogik。 这个程序的一部分我必须 "convert" 到应用程序,它应该 运行 在手持设备上 Windows CE 5.2。

最好的方法是什么? 是否可以使用 Xamarin?

Windows CE 支持.Net Compact Framework, which is not in active development anymore. According to a post in the Xamarin forums, Xamarin doesn't support Windows CE or Windows Mobile 6.5: Link to Xamarin forums discussion。如果你有你的 BL 层分离,你可以创建一个紧凑的框架库重新使用你的源代码。您仍然需要为设备提供专用的 Compact Framework 应用程序。 2010 版 Visual Studio 中删除了对这些项目类型的支持,因此您需要 VS 2008 才能为 Windows CE 开发。