Can I automatically increment the file build version when using Visual Studio?

后端 未结 25 2911
-上瘾入骨i
-上瘾入骨i 2020-11-22 14:32

I was just wondering how I could automatically increment the build (and version?) of my files using Visual Studio (2005).

If I look up the properties of sa

25条回答
  •  爱一瞬间的悲伤
    2020-11-22 15:22

    I'm using this approach https://stackoverflow.com/a/827209/3975786 by placing the T4 template in a "Solution Items" and using it with "Add as Link" within each project.

提交回复
热议问题