프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / App.config @ d7ddc5c0

이력 | 보기 | 이력해설 | 다운로드 (2.36 KB)

1 e1cde8f2 Gyusu
<?xml version="1.0" encoding="utf-8"?>
2 4f359afa Gyusu
<configuration>
3
  <configSections>
4
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
5 e1cde8f2 Gyusu
    <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 31d47a80 Gyusu
    </sectionGroup>
9 4f359afa Gyusu
  </configSections>
10
  <startup>
11 e1cde8f2 Gyusu
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
12 4f359afa Gyusu
  </startup>
13
  <entityFramework>
14 e1cde8f2 Gyusu
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
15 4f359afa Gyusu
    <providers>
16 e1cde8f2 Gyusu
      <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 4f359afa Gyusu
    </providers>
19
  </entityFramework>
20
  <system.data>
21
    <DbProviderFactories>
22 e1cde8f2 Gyusu
      <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 4f359afa Gyusu
  </system.data>
26 31d47a80 Gyusu
  <userSettings>
27
    <SPPIDConverter.My.MySettings>
28 e282643f Gyusu
      <setting name="DBPath" serializeAs="String">
29 39d43554 Gyusu
        <value />
30 e282643f Gyusu
      </setting>
31
      <setting name="Plant_Hierarchy" serializeAs="String">
32 39d43554 Gyusu
        <value />
33
      </setting>
34
      <setting name="SymbolLibrary" serializeAs="String">
35
        <value />
36 31d47a80 Gyusu
      </setting>
37
    </SPPIDConverter.My.MySettings>
38
  </userSettings>
39 e1cde8f2 Gyusu
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)