The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Use a single AssemblyInfo file for multiple projects

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darrell Norton

Posts: 876
Nickname: dnorton
Registered: Mar, 2004

Darrell Norton is a consultant for CapTech Ventures.
Use a single AssemblyInfo file for multiple projects Posted: Mar 31, 2004 12:15 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Darrell Norton.
Original Post: Use a single AssemblyInfo file for multiple projects
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Darrell Norton
Latest Posts From Darrell Norton's Blog

Advertisement

If you want to have a single AssemblyInfo file for a multi-project solution, the easiest way to do it is:

  1. Place the AssemblyVersion attribute in a single source file, for example AssemblyVersionInfo.cs or AssemblyVersionInfo.vb.
  2. Share the file across any projects that need to share the same version number within VSS (or CVS, Vault, Subversion, etc.).

From chap 5 of the Team Development with Visual Studio .NET and Visual SourceSafe guide.


This Blog Hosted On: http://www.DotNetJunkies.com/

Read: Use a single AssemblyInfo file for multiple projects

Topic: [Cool tool] SQLCheck - FREE SQL server performance monitor/screen saver Previous Topic   Next Topic Topic: Message to

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use