lto:[EMAIL PROTECTED]
Sent: Wednesday, August 25, 2004 12:14 AM
To: David Thielen; [EMAIL PROTECTED]
Subject: Re: [Nant-users] How to set default dir for
David,
I know the csc looks for the key file relative to the current directory and
the output directory. I'm not sure if the MS vjc compil
n our compiler tasks.
For now, I'd suggest coping the key file to the directory where vjc expects
is as part of your build procedure.
Gert
- Original Message -
From: "David Thielen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 25, 2004 6
Hi;
In my AssemblyInfo.jsl I have @assembly AssemblyKeyFile("..\\public.snk")
The relative path to public.snk works fine when I build in
Visual Studio. However, when I build using nant it can’t find the file. I
need to be able to build with both.
Is there a way I can set the def