[Mono-list] How to compile existing Visual Studio 2010 C# .NET using Mono?

Christopher David Howie me at chrishowie.com
Tue Aug 3 10:55:35 EDT 2010


On 08/03/2010 04:30 AM, Woodgnome wrote:
> Taking it from there to compiling the above is a bit beyond my skills with
> Mono and the question is then, how to do this?
> 
> I have all of the Visual Studio project files available...
>
> Also, if you think there's another approach that makes more sense than this,
> I'm interested in comments on that as well.

It sounds like all you really need to do per-request is:

* Create a temporary directory somewhere.

* Copy the project files into this directory.

* Alter whatever file needs to be altered.

* Run xbuild from inside that directory.

* Package up the output according to your needs.

There's no reason you need to use ASP.NET to do this; anything that can
run commands should work just fine, so if you're a PHP guy, just use PHP.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers

If you correspond with me on a regular basis, please read this document:
http://www.chrishowie.com/email-preferences/

PGP fingerprint: 2B7A B280 8B12 21CC 260A DF65 6FCE 505A CF83 38F5

------------------------------------------------------------------------
                    IMPORTANT INFORMATION/DISCLAIMER

This document should be read only by those persons to whom it is
addressed.  If you have received this message it was obviously addressed
to you and therefore you can read it.

Additionally, by sending an email to ANY of my addresses or to ANY
mailing lists to which I am subscribed, whether intentionally or
accidentally, you are agreeing that I am "the intended recipient," and
that I may do whatever I wish with the contents of any message received
from you, unless a pre-existing agreement prohibits me from so doing.

This overrides any disclaimer or statement of confidentiality that may
be included on your message.


More information about the Mono-list mailing list