프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / DocItemCheck / App.config @ f333dcc2

이력 | 보기 | 이력해설 | 다운로드 (761 Bytes)

1 a5e5fff6 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2 a72d2650 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 a72d2650 taeseongkim
  </configSections>
8
  <entityFramework>
9 a5e5fff6 taeseongkim
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
10 a72d2650 taeseongkim
    <providers>
11 a5e5fff6 taeseongkim
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
12 a72d2650 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>
클립보드 이미지 추가 (최대 크기: 500 MB)