views:

70

answers:

2

Possible Duplicate:
How can i build a visual studio solution using xbuild (from Mono)?

How to compile a visual studio project/solution with Mono ?

If this is possible, Will the output run without installing .NET Framework ?

+1  A: 

Yes, it is possible. Mono has xbuild, an implementation of msbuild which is used by Visual Studio to build VB.NET and C# projects (but not VC++). As is typical for Mono, this is a work in progress, be sure to check the todo items to see how suitable it is for your projects.

Hans Passant
+1  A: 

Yes, definitely check out MonoDevelop. They actually answer this question in their FAQ.

supercheetah