markus / ConvertService / ServiceBase / TestDocumentInfo / App.config @ ab7fe8c0
이력 | 보기 | 이력해설 | 다운로드 (761 Bytes)
1 | a5e5fff6 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | dfc86b71 | taeseongkim | <configuration> |
3 | <configSections> |
||
4 | 43e1d368 | taeseongkim | |
5 | |||
6 | a5e5fff6 | taeseongkim | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
7 | dfc86b71 | taeseongkim | </configSections> |
8 | <entityFramework> |
||
9 | a5e5fff6 | taeseongkim | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/> |
10 | dfc86b71 | taeseongkim | <providers> |
11 | a5e5fff6 | taeseongkim | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/> |
12 | dfc86b71 | taeseongkim | </providers> |
13 | </entityFramework> |
||
14 | 43e1d368 | taeseongkim | <startup> |
15 | a5e5fff6 | taeseongkim | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> |
16 | 43e1d368 | taeseongkim | </startup> |
17 | a5e5fff6 | taeseongkim | </configuration> |