Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top