프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Convert / app.config @ 8ebd5302

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

1 a5e5fff6 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2 e695e376 taeseongkim
<configuration>
3 ff4b1e6e taeseongkim
  <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 ff4b1e6e taeseongkim
  </configSections>
8
  <system.serviceModel>
9 a5e5fff6 taeseongkim
    <bindings/>
10
    <client/>
11 ff4b1e6e taeseongkim
  </system.serviceModel>
12
  <entityFramework>
13 a5e5fff6 taeseongkim
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
14 ff4b1e6e taeseongkim
    <providers>
15 a5e5fff6 taeseongkim
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
16 ff4b1e6e taeseongkim
    </providers>
17
  </entityFramework>
18 43e1d368 taeseongkim
  <startup>
19 a5e5fff6 taeseongkim
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
20 43e1d368 taeseongkim
  </startup>
21 a5e5fff6 taeseongkim
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)