#1
|
|||
|
|||
File References
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 |
#2
|
|||
|
|||
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/showthre...?threadid=1348 |
|
|