hytos / DTI_PID / SPPIDConverter / App.config @ 8ac8bb85
이력 | 보기 | 이력해설 | 다운로드 (2.28 KB)
1 | 4f359afa | Gyusu | <?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 | 31d47a80 | Gyusu | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > |
7 | <section name="SPPIDConverter.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
||
8 | </sectionGroup> |
||
9 | 4f359afa | Gyusu | </configSections> |
10 | <startup> |
||
11 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> |
||
12 | </startup> |
||
13 | <entityFramework> |
||
14 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
||
15 | <providers> |
||
16 | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
||
17 | <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> |
||
18 | </providers> |
||
19 | </entityFramework> |
||
20 | <system.data> |
||
21 | <DbProviderFactories> |
||
22 | <remove invariant="System.Data.SQLite.EF6" /> |
||
23 | <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" /> |
||
24 | <remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories> |
||
25 | </system.data> |
||
26 | 31d47a80 | Gyusu | <userSettings> |
27 | <SPPIDConverter.My.MySettings> |
||
28 | e282643f | Gyusu | <setting name="DBPath" serializeAs="String"> |
29 | <value /> |
||
30 | </setting> |
||
31 | <setting name="Plant_Hierarchy" serializeAs="String"> |
||
32 | <value /> |
||
33 | 31d47a80 | Gyusu | </setting> |
34 | </SPPIDConverter.My.MySettings> |
||
35 | </userSettings> |
||
36 | 4f359afa | Gyusu | </configuration> |