Re: SPAM-HIGH: Re: Multi-targeting and .Net (WAS Outstanding issues for 3.0.3)

2012-07-10 Thread Rob Vesse
ertainly nice features in .NET 4.0 >(Tasks, etc..) that I would prefer to use, so it would make sense to first >write for that target, build the 3.5 projects and try and add conditionals >for that. > > >Thanks, >Christopher > >On Mon, Jul 9, 2012 at 10:21 PM, Rob Vesse

Re: Multi-targeting and .Net (WAS Outstanding issues for 3.0.3)

2012-07-09 Thread Rob Vesse
Hey Chris For multi-targeted stuff with .Net I've built some stuff that uses a small executable and NAnt to generate project files which can then be compiled with MSBuild. This technique is used extensively for dotNetRDF where we target up to 6 different framework profiles for some of our librari