View Single Post
  #1  
Old 11-07-2005, 08:36 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
How can I use Assembly (file) references in Visual Studio projects?

Visual Studio .NET / 2005 / 2008 projects typically use a different path for the output/target dll for each configuration. Because of this, assembly references to these files in other projects are problematic. To resolve this problem, the assembly references can be made configuration-generic by using $(ConfigurationName) instead of a specific configuration name. The attached sample demonstrates how to update all assembly references in this manner for all projects.

See http://forums.microsoft.com/msdn/sho...17743&siteid=1 for more details.
Attached Files
File Type: bld fixref.bld (1.8 KB, 2808 views)
Reply With Quote