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
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