<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </configSections> <appSettings> <add key="excelFolderPath" value="C:\Users\Necqui\Downloads\Opta" /> <add key="excelFilename" value="2016 Candidate Evaluation - Address List.xlsx" /> <add key="outputResult" value="C:\Users\Necqui\Downloads\Opta\Result.txt" /> </appSettings> <connectionStrings> <add name="AddressDBContext" connectionString="server=.\SQLEXPRESS; database=AddressDB; integrated security=true;" providerName="System.Data.SqlClient" /> </connectionStrings> <entityFramework> <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> <providers> <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> </providers> </entityFramework> </configuration>