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