Web.configの環境切り替え(Web.Debug.config/Web.Release.config)と同じことを、コンソールアプリケーションやWindowアプリケーションで行う方法のメモです。 App.Config Transformation for projects which are not Web Projects in Visual Studio 2010? 色々なやり方がありましたが、簡単だった上記ページの方式を使いました。 手順は以下の通り。 1.プロジェクトにApp.Debug.configとApp.Release.configを追加する App.Release.Configの中身の例。Web.Release.configの設定方法と同様 <?xml version="1.0" encoding="utf-8" ?> <configuration xmlns:xdt