개정판 0dbf1537
제외된 파일 추가
Change-Id: Ia0352d3af939333037cfc726cd1c127ce2d23b3a
ConvertService/ServiceBase/PemssDocumentInfo/app.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<!-- 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 |
<system.serviceModel> |
|
8 |
<bindings> |
|
9 |
<basicHttpBinding> |
|
10 |
<binding name="MarkusServiceEndPoint" /> |
|
11 |
</basicHttpBinding> |
|
12 |
</bindings> |
|
13 |
<client> |
|
14 |
<endpoint address="http://localhost:13009/PemssService.svc" binding="basicHttpBinding" |
|
15 |
bindingConfiguration="MarkusServiceEndPoint" contract="PemssService.PemssService" |
|
16 |
name="MarkusServiceEndPoint" /> |
|
17 |
</client> |
|
18 |
</system.serviceModel> |
|
19 |
<entityFramework> |
|
20 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
21 |
<providers> |
|
22 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
23 |
</providers> |
|
24 |
</entityFramework> |
|
25 |
</configuration> |
ConvertService/ServiceBase/PemssDocumentInfo/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="MarkusDatabase" version="1.7.2" targetFramework="net45" /> |
|
5 |
</packages> |
내보내기 Unified diff