开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜