我在Visual Studio中创建了一个不错的应用程序。但是,我希望它具有多平台支持。是否有任何扩展或我可以实现的任何东西允许我为Windows,Mac和Linux用户构建我的项目?任何建议或帮助都会有所帮助。
提前致谢,
埃迪
答案 0 :(得分:2)
Stack Overflow上的其他question与您的类似,但只是询问在Mac OSX上运行应用程序。大多数答案建议使用Mono Project。希望它有所帮助!
答案 1 :(得分:1)
Check out the Mono platform. It is designed to let developers create cross-platform apps in .NET.
It will run on Mac, Linux and Windows.
In practice it is a bit clunky and not everything is available for Linux (e.g. WPF), but it might be a good solution for what you are trying to do.