프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / App.config @ 6a7573b0

이력 | 보기 | 이력해설 | 다운로드 (2.54 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="Converter.SPPID.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
8
    </sectionGroup>
9
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
10
  </configSections>
11
  <entityFramework>
12
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
13
      <parameters>
14
        <parameter value="mssqllocaldb" />
15
      </parameters>
16
    </defaultConnectionFactory>
17
    <providers>
18
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
19
      <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
20
    </providers>
21
  </entityFramework>
22
  <userSettings>
23
    <Converter.SPPID.Properties.Settings>
24
      <setting name="LatestProjectPath" serializeAs="String">
25
        <value />
26
      </setting>
27
      <setting name="DrawingX" serializeAs="String">
28
        <value>0</value>
29
      </setting>
30
      <setting name="DrawingY" serializeAs="String">
31
        <value>0</value>
32
      </setting>
33
    </Converter.SPPID.Properties.Settings>
34
  </userSettings>
35
  <system.data>
36
    <DbProviderFactories>
37
      <remove invariant="System.Data.SQLite.EF6" />
38
      <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" />
39
    <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>
40
  </system.data>
41
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)