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
I fetched 0.8.4 from CVS since 0.8.3 doesn't work with Link attributes in
project file (791819).
Although I know the link bug should be fixed I cant try it out cause I ran
into a new bug...
The sample project I tried is attached to this bugreport
http://sourceforge.net/tracker/index.php?func=detail
I attached a sample project that produces the error. The link attribute can
be used for embedded resources aswell.
Example:
Error:
C:\temp\nantbug>"C:\Program Files\nant\bin\nant.exe" nantbug.build
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.ne