The references tag should work just fine with wildcards. It could be
that build.bin is not being set to the value that you think it is. Of
course I'm just speculating based on the information you've provided.
Try setting basedir to the full path to your output directory as a test.
also use the
Our primary build consists of around 30 projects and I am
trying to get rid of the need for explicit references to libraries for each
project. Instead what I have done is setup a folder in which all outside
assemblies can be found and they get copied over to our output directory.
Assuming
I have a reference in a vb project file that looks like this,
Name = "file x"
Project = "value x"
Package = "value y"
/>
How would it fit into the tag? When I click on the reference