J
Joe Griffith
In VS 2003 you can remove the version number from AssemblyInfo.vb file,
include it in a new SolutionInfo.vb file, and then link the
SolutionInfo.vb file into each assembly. This lets you syncronize the
version number of all assemblies in a solution.
I can't seem to find a way to do this with VS 2005 (beta). There
doesn't seem to be any way to add another file to the MyProject section,
must less add just a link to another file.
Is there any way to syncronize the version numbers of all assemblies in
a VS 2005 solution?
include it in a new SolutionInfo.vb file, and then link the
SolutionInfo.vb file into each assembly. This lets you syncronize the
version number of all assemblies in a solution.
I can't seem to find a way to do this with VS 2005 (beta). There
doesn't seem to be any way to add another file to the MyProject section,
must less add just a link to another file.
Is there any way to syncronize the version numbers of all assemblies in
a VS 2005 solution?