markus / ConvertService / ServiceBase / Markus.Service.StationController / App.config @ e78f0871
이력 | 보기 | 이력해설 | 다운로드 (1.64 KB)
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 |
<connectionStrings /> |
8 |
<startup> |
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
10 |
</startup> |
11 |
<runtime> |
12 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
13 |
<!--모든 DLL을 Bin폴더에서 참조한다.--> |
14 |
<probing privatePath="bin" /> |
15 |
<!--<dependentAssembly> |
16 |
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" /> |
17 |
<bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" /> |
18 |
</dependentAssembly>--> |
19 |
<dependentAssembly> |
20 |
<assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
21 |
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" /> |
22 |
</dependentAssembly> |
23 |
</assemblyBinding> |
24 |
</runtime> |
25 |
<system.serviceModel> |
26 |
<bindings /> |
27 |
<client /> |
28 |
</system.serviceModel> |
29 |
<entityFramework> |
30 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
31 |
<providers> |
32 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
33 |
</providers> |
34 |
</entityFramework> |
35 |
</configuration> |