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