[Mono-list] compiling VS2005 project in mono

"C. Bergström" cbergstrom at netsyncro.com
Fri Jan 26 14:32:27 EST 2007


Andrus wrote:
> Thank you.
>
> I don't have VS2005, only C# Express 2005 so I think I cannot use this 
> addin.
>
> Where to find  information about converting VCS 2005 express project 
> to makefile or nant and running under mono ?
iirc that has a command line interface as well.. If the project files 
are in proper xml format it very well may work with minimal changes.

http://nant.sf.net (nant's sf project page.)

example Makefile
http://mono.myrealbox.com/source/trunk/moma/Makefile


If you checkout the moma project you can see I had this exact same 
problem.  There's also the project files to compare.  It's not very hard..

Lastly, and don't hold me to this, but svn Monodevelop may round trip VS 
projects.

C.


More information about the Mono-list mailing list