I have a reference in a vb project file that looks like this,
<Reference Name = "file x" Project = "value x" Package = "value y" />
How would it fit into the <vbc> tag? When I click on the references link in the user documentation it brings me to the fileset tag.Should I be using this tag <resourcefileset>? And if so, should I use refid and id args?Thanks,
|