View Single Post
  #1  
Old 07-05-2005, 02:43 PM
David Hoffer David Hoffer is online now
Registered User
 
Join Date: 06-27-2005
Posts: 9
How to set NET application version?

Using the VS.NET Action I want to set the assembly version, which I can do using the Version tab and choosing to set the specific version before building the solution.

However, this sets the version on ALL the projects in the solution, I only want to set it on the EXE asssembly not its DLL assemblies.

How can I do this?

-dh
Reply With Quote