Following on from my last question, are the AssemblyMajorVersion
, AssemblyMinorVersion
, AssemblyRevisionNumber
and GenerateRevisionNumber
properties required in .vbproj
files?
All of our components have these entries in the .vbproj
files but they are completely out of sync with the AssemblyVersion
and AssemblyFileVersion
entries in the AssemblyInfo.vb
files.
Are they a legacy from the upgrade from previous VS versions?
Can I just remove them?