Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   Microsoft Development Tools (https://www.kinook.com/Forum/forumdisplay.php?f=17)
-   -   How can I use Assembly (file) references in Visual Studio projects? (https://www.kinook.com/Forum/showthread.php?t=1348)

kinook 11-07-2005 08:36 AM

How can I use Assembly (file) references in Visual Studio projects?
 
1 Attachment(s)
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.


All times are GMT -5. The time now is 06:59 PM.


Copyright © 1999-2023 Kinook Software, Inc.