Вопрос

I need to be able to open a project with MonoDevelop, work on it, save it, and then open the same project with Visual Studio 2012, work on that as well, save the changes, and open with MonoDevelop again.

How would I go about doing something like that? Is there some way to export a MonoDevelop project to Visual Studio?

Это было полезно?

Решение

MonoDevelop uses the same project and solution file format as Visual Studio so you should be able to switch between the two.

If in doubt use version control for your files then you can easily undo any changes.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top