Is there any incomparability between Visual Studio and SharpDevelop projects?
P.S. For Windows Forms applications.
Is there any incomparability between Visual Studio and SharpDevelop projects?
P.S. For Windows Forms applications.
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"
As long as SharpDevelop compiles for .net and not for mono it uses the same compiler as Visual Studio (which is integrated in .net itself), so there shouldn't be any incompatibilities
For one thing : it does supports sln files. That of course doesn't mean there are no incompatibilities at all..
SharpDevelop loads VS.NET solution files (and as a result proj files) as I'm aware and so is fully compatible when it comes to loading your 'standard' VS.NET solutions.