개정판 fab4f207
dev issue #000 : minor
Change-Id: Iac715292affae9b604f4003f1075bb0fa7505a14
DTI_PID/SPPIDConverter_AutoModeling/App.config | ||
---|---|---|
3 | 3 |
<configSections> |
4 | 4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
5 | 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="Converter.AutoModeling.SPPID.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
|
8 |
</sectionGroup> |
|
6 | 9 |
</configSections> |
7 | 10 |
<entityFramework> |
8 | 11 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> |
... | ... | |
15 | 18 |
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> |
16 | 19 |
</providers> |
17 | 20 |
</entityFramework> |
18 |
<system.data> |
|
19 |
<DbProviderFactories> |
|
20 |
<remove invariant="System.Data.SQLite.EF6" /> |
|
21 |
<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" /> |
|
22 |
<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> |
|
23 |
</system.data> |
|
21 |
|
|
22 |
<userSettings> |
|
23 |
<Converter.AutoModeling.SPPID.Properties.Settings> |
|
24 |
<setting name="LatestProjectPath" serializeAs="String"> |
|
25 |
<value /> |
|
26 |
</setting> |
|
27 |
</Converter.AutoModeling.SPPID.Properties.Settings> |
|
28 |
</userSettings> |
|
24 | 29 |
</configuration> |
내보내기 Unified diff