Re: [Nant-users] Defining : Conditional Compilation Constants

2003-07-31 Thread Marco Ensing
onal Compilation Constants Date: Thu, 31 Jul 2003 02:03:56 + Hi Marco, The define attribute of the task is what you are looking for. see http://nant.sourceforge.net/help/tasks/csctask.html for the help of the csc task. Nick From: "Marco Ensing" <[EMAIL PROTECTED]> Reply-

[Nant-users] Defining : Conditional Compilation Constants

2003-07-30 Thread Marco Ensing
Hi All, I'm a bit new to Nant, so this might be a stupid question. (although I am an experienced ant user) I'm using #if statements to conditionaly compile part of my code like #if DEBUG //no signing of assembly [assembly: AssemblyKeyFile("")] #else [assembly: AssemblyKeyFile("../../secret.snk")