New issue 46 by rev.chip: [PATCH] Build target specifically for Unity Web
Player
http://code.google.com/p/jayrock/issues/detail?id=46
Unity Web Player is mostly Mono, but lacks some things that Mono usually
has. Most problematically, it lacks System.Configuration. This commit
adds patches to support this target:
http://code.google.com/r/revchip-jayrock2/source/detail?r=5fda98ab6a492abe0ec12277167da48c89aac2a4
I would like to also specifically exclude the System.Xml reference, but I
don't know Nant well enough to do that. (yet)