문제

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