Re: [Nant-users] WinForms, Images, Resources

2004-12-07 Thread Mateusz Łoskot
User Gert Driesen wrote:: [...] But, my application does not expect such names and it could not find them. I think there is a little lack of explanations in the NAnt docs about that. You're right about this, and I'll try to do something about this asap. Thank you for your great job. Best regards

RE: [Nant-users] WinForms, Images, Resources

2004-12-06 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Mateusz Loskot > Sent: dinsdag 7 december 2004 3:44 > To: [EMAIL PROTECTED] > Subject: Re: [Nant-users] WinForms, Images, Resources > > User Gert Driesen wrote:: >

Re: [Nant-users] WinForms, Images, Resources

2004-12-06 Thread Mateusz Łoskot
User Gert Driesen wrote:: If you want to have manifest resource names that match those generated by VS.NET, you should avoid usign . Instead, you should use the element of the individual compiler tasks and have the compiler task do the resource compilation (and generation of the manifest resource

RE: [Nant-users] WinForms, Images, Resources

2004-12-04 Thread Gert Driesen
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Mateusz Loskot > Sent: zaterdag 4 december 2004 2:12 > To: [EMAIL PROTECTED] > Subject: [Nant-users] WinForms, Images, Resources > > Hello, > > I've just started to use NAnt and try to port >

[Nant-users] WinForms, Images, Resources

2004-12-03 Thread Mateusz Łoskot
Hello, I've just started to use NAnt and try to port my applications to this build tool. Everything works great besides one "small" thing ;-))) Apps built by NAnt does not launch and I get some exceptions. I know what is going on, I made quite long investigation and the problem is that my applicati