hytos / DTI_PID / SPPIDConverter / App.config @ 712860bb
이력 | 보기 | 이력해설 | 다운로드 (1.64 KB)
1 | 23eb98bf | gaqhf | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 96a2080c | gaqhf | <configuration> |
3 | df4559fc | gaqhf | <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 | 712860bb | gaqhf | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
7 | b8e2644e | gaqhf | <section name="Converter.SPPID.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
8 | fab4f207 | gaqhf | </sectionGroup> |
9 | df4559fc | gaqhf | </configSections> |
10 | <entityFramework> |
||
11 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> |
||
12 | <parameters> |
||
13 | <parameter value="mssqllocaldb" /> |
||
14 | </parameters> |
||
15 | </defaultConnectionFactory> |
||
16 | <providers> |
||
17 | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
||
18 | <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> |
||
19 | </providers> |
||
20 | </entityFramework> |
||
21 | fab4f207 | gaqhf | |
22 | <userSettings> |
||
23 | b8e2644e | gaqhf | <Converter.SPPID.Properties.Settings> |
24 | fab4f207 | gaqhf | <setting name="LatestProjectPath" serializeAs="String"> |
25 | <value /> |
||
26 | </setting> |
||
27 | b8e2644e | gaqhf | </Converter.SPPID.Properties.Settings> |
28 | fab4f207 | gaqhf | </userSettings> |
29 | 96a2080c | gaqhf | </configuration> |