Automatic assembly version number management in VS2008

前端 未结 7 1850
广开言路
广开言路 2020-12-09 05:11

I have a VS2008 project written in c# with a number of assemblies. I\'d like to have a simple way of managing the version numbers between all of the different assemblies and

相关标签:
7条回答
  • 2020-12-09 05:56

    Put a file into the solution, call this "SolutionInfo.cs" (I'm assuming C#, would also work in VB). In this put all the properties you have in common. Start with AssemblyVersionAttribute.

    Then in each project link to this by selecting add existing item to each project, but rather than clicking add, use the drop down to add as link.

    0 讨论(0)
提交回复
热议问题