PDA

View Full Version : File References


Kim
11-07-2005, 06:36 AM
Hi,
Using VBP v6 and Visual Studio 2005, is there an easy way of changing path to file references? I know that it is possible to use “Replace in File” on the csproj-file, but this seems like a mucky method. I want to reference release version of dll’s when building release version, and debug version of dll’s when building debug version.

Regards,
Kim

kinook
11-07-2005, 09:36 AM
There's nothing currently built into the Make VS.NET action for that. The Replace in File action can be used to do this reliably:

http://www.kinook.com/Forum/showthread.php?threadid=1348