C# reference paths

  • Thread starter Thread starter newscorrespondent
  • Start date Start date
N

newscorrespondent

Is there a way to have the Reference Paths set for the project change with
the type of configuration (Debug or Release)?
 
Is there a way to have the Reference Paths set for the project change with
the type of configuration (Debug or Release)?
From the IDE, probably not, However by editing the project file direct
and adding appropriate Conditions to the right places, it should be
doable. Another issue to bear in mind is that Reference Paths are per
user settings and are in the the .csproj.user file and not in the
normal project file, if you mean that and not HintPath.
Another issue, I'm not sure how VS behaves if you change configuration
"on the fly"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top