Search code examples
c#.netvisual-studiosharpdevelop

Is it possible to develop C# projects in Visual Studio and then compile in SharpDevelop?


Is there any incomparability between Visual Studio and SharpDevelop projects?

P.S. For Windows Forms applications.


Solution

  • I think SharpDevelop supports msbuild now, so there shouldn't be much problems:

    "SharpDevelop 2.0 uses the same MSBuild project files as Visual Studio"