O
Oleg.Ogurok
Hi there,
When a Windows App is compiled in Visual Studio 2005, app.config is
renamed to MyAppName.exe.config and placed under either bin\Debug or
bin\Release, depending on the currently selected Configuration (Debug
or Release). Is there a way to have separate app.config files for each
configuration (Debug and Release) and instruct VS/MSBuild to copy the
right one during a build?
Subsequently, I want a VS Deployment project in my solution to
recognize this and package the right app.config during a build.
Thanks,
-Oleg.
When a Windows App is compiled in Visual Studio 2005, app.config is
renamed to MyAppName.exe.config and placed under either bin\Debug or
bin\Release, depending on the currently selected Configuration (Debug
or Release). Is there a way to have separate app.config files for each
configuration (Debug and Release) and instruct VS/MSBuild to copy the
right one during a build?
Subsequently, I want a VS Deployment project in my solution to
recognize this and package the right app.config during a build.
Thanks,
-Oleg.