Different app.configs for different build configurations?

  • Thread starter Thread starter n_o_s_p_a__m
  • Start date Start date
N

n_o_s_p_a__m

Hi, I want to include a different app.config in the release vs. the
debug build. How can this be done?
 
set the one in your Release folder as Read Only. you'll get an error during
the build when the compiler
tries to copy App.Config on top of it, but it shouldn't be modified.
 
What I would like to do is have more than one app.config in the project, and
have them be conditionally built based on the output configuration.
 
Back
Top