views:

18

answers:

0

I'm trying to do an Nant build on my Visual Studio project. I have a few directories of 3rd party XSD files that I'm using as embedded resources. Some of the XSD files have the same name even though the files are in different directories. When I try to compile my project. I get this error:

[csc] error CS1508: Resource identifier 'CodeLists.xsd' has already been used in this assembly

Does anyone have any ideas of a workaround within Nant on this one?