Hi, I would just
like to point out that a Visual Basic project compiled in Visual Studio does not
add folder hierarchy in the resource names like is done for C#
projects.
For example, given a
resource file
say 'Project\Resources\test.xml' and a set root namespace of
'CoolProject'
In the library
compiled by Visual Studio in a C# project, the resource is called
'CoolProject.Resources.test.xml' and in the VB project it is called
'CoolProject.test.xml'.
It would be
appreciated if this was looked at...
Thanks for the ear,
oh and excellent work on Nant.. it's good stuff...
Dan