Can I call a MSBuild Task from Mono XBuild?
+1
A:
Yes, you can. Same way as you would do it with msbuild, with UsingTask .
You can use AssemblyFile or AssemblyName attribute.
http://msdn.microsoft.com/en-us/library/t41tzex2(VS.90).aspx
Ankit
2010-08-24 19:48:20
thanks AnkitI will have a go of this.
Simon
2010-08-25 00:09:58