View Single Post
  #1  
Old 07-16-2004, 01:19 PM
PepeGSay PepeGSay is online now
Registered User
 
Join Date: 06-15-2004
Posts: 5
.Net Make Project - Different References

I would like to use VBP's "Make .Net" to build our applications. However, I can't seem to find a way to use a different location for the references. In other words, I would like to have the "Development" configuration of the project reference our development location for DLLs and the "Release" configuration to reference our "Release" DLLs.

Anyone know of a way to do this? Currently I am using the command line compiler with an input file, but that is somewhat redundant and forces me to do the same thing two different ways.
Reply With Quote