开发者

Is there any way to compile a C# assembly statically into a project?

开发者 https://www.devze.com 2023-02-20 14:21 出处:网络
I\'d like to compile the same build number into a number of separate assemblie开发者_如何转开发s written in C#.

I'd like to compile the same build number into a number of separate assemblie开发者_如何转开发s written in C#.

When I update the build number in a single place, I need it to update in all of the individual assemblies.

Whats the easiest method to do this?


Use a shared AssemblyInfo file as described here: http://blogs.msdn.com/b/jjameson/archive/2009/04/03/shared-assembly-info-in-visual-studio-projects.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消