.NET

app.config の appSettings を他ファイルに記述する

前回(Web.Config の appSetting を他ファイルに記述する - kaji_3's blog)の続きです。 app.configでは前回のやり方ではNGですと言われたので対応。 環境 コンソールアプリケーション .NET 4.0 VS 2010 app.config <configuration> <configSections> </configsections></configuration>