hytos / DTI_PID / SPPIDConverter / App.config @ d1bd7708
이력 | 보기 | 이력해설 | 다운로드 (2.36 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 |
<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 |
</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 |
<userSettings> |
27 |
<SPPIDConverter.My.MySettings> |
28 |
<setting name="DBPath" serializeAs="String"> |
29 |
<value /> |
30 |
</setting> |
31 |
<setting name="Plant_Hierarchy" serializeAs="String"> |
32 |
<value /> |
33 |
</setting> |
34 |
<setting name="SymbolLibrary" serializeAs="String"> |
35 |
<value /> |
36 |
</setting> |
37 |
</SPPIDConverter.My.MySettings> |
38 |
</userSettings> |
39 |
</configuration> |