markus / ConvertService / ServiceBase / FileDownloadTest / App.config @ f333dcc2
이력 | 보기 | 이력해설 | 다운로드 (872 Bytes)
1 | 2b1f30fe | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 2a23dc85 | taeseongkim | <configuration> |
3 | <configSections> |
||
4 | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
||
5 | 2b1f30fe | taeseongkim | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
6 | 2a23dc85 | taeseongkim | </configSections> |
7 | <startup> |
||
8 | 2b1f30fe | taeseongkim | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> |
9 | 2a23dc85 | taeseongkim | </startup> |
10 | <entityFramework> |
||
11 | 2b1f30fe | taeseongkim | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/> |
12 | 2a23dc85 | taeseongkim | <providers> |
13 | 2b1f30fe | taeseongkim | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/> |
14 | 2a23dc85 | taeseongkim | </providers> |
15 | </entityFramework> |
||
16 | 2b1f30fe | taeseongkim | </configuration> |