0

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 ?

Community
  • 1
  • 1
Mahdi
  • 198
  • 2
  • 2
  • 9
  • 1
    duplicate of http://stackoverflow.com/questions/254722/how-can-i-build-a-visual-studio-solution-using-xbuild-from-mono – ax. Feb 14 '10 at 17:00

2 Answers2

1

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
  • 922,412
  • 146
  • 1,693
  • 2,536
1

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

supercheetah
  • 3,200
  • 4
  • 25
  • 38