[Nant-users] REĀ : [Nant-users] Request for SolutionTask

2003-09-16 Thread Vincent Labatut
PROTECTED] Cc: Subject: [Nant-users] Request for SolutionTask It would be great to be able to set additional defines for the compiler when you build with the task. We could for example need a define that sets the AssemblyKeyFile attribute correct if we build with VS.NET or NANT #ifdef NANT

[Nant-users] Request for SolutionTask

2003-09-16 Thread Martin Webrant TACMa
It would be great to be able to set additional defines for the compiler when you build with the task. We could for example need a define that sets the AssemblyKeyFile attribute correct if we build with VS.NET or NANT #ifdef NANT [assembly: AssemblyKeyFile(@"..\NAnt.key")] #else [assembly: Assembly