개정판 f270a256
config 추가
Change-Id: Iefe5337e210bcb8023479a4fe9399f0d8820ad2d
DataBase/DatabseModelCRUDSampleDLL/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
|
|
5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
6 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections> |
|
7 |
<entityFramework> |
|
8 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
9 |
<providers> |
|
10 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
11 |
</providers> |
|
12 |
</entityFramework> |
|
13 |
</configuration> |
DataBase/DatabseModelCRUDSampleDLL/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="MarkusDatabase" version="1.7.2" targetFramework="net45" developmentDependency="true" /> |
|
5 |
</packages> |
DataBase/EntityModel/App.config | ||
---|---|---|
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 |
</configSections> |
|
7 |
<startup> |
|
8 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
9 |
</startup> |
|
10 |
<connectionStrings> |
|
11 |
<add name="MarkusModel" connectionString="metadata=res://*/MarkusModel.csdl|res://*/MarkusModel.ssdl|res://*/MarkusModel.msl;provider=System.Data.SqlClient;provider connection string="data source=(LocalDB)\MSSQLLocalDB;attachdbfilename=D:\Source\Repos\MARKUS\DataBase\MarkusDatabase\MarkusDB.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /></connectionStrings> |
|
12 |
<entityFramework> |
|
13 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
14 |
<providers> |
|
15 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
16 |
</providers> |
|
17 |
</entityFramework> |
|
18 |
</configuration> |
DataBase/EntityModel/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="EntityFramework.ko" version="6.2.0" targetFramework="net45" /> |
|
5 |
</packages> |
DataBase/PakageTest/App.config | ||
---|---|---|
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 |
</configSections> |
|
7 |
<startup> |
|
8 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
9 |
</startup> |
|
10 |
<entityFramework> |
|
11 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
12 |
<providers> |
|
13 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
14 |
</providers> |
|
15 |
</entityFramework> |
|
16 |
</configuration> |
DataBase/PakageTest/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="Markus.LibraryInstaller" version="1.5.1" targetFramework="net45" /> |
|
5 |
<package id="MarkusDatabase" version="1.6.0" targetFramework="net45" developmentDependency="true" /> |
|
6 |
</packages> |
DataBase/WpfDataBaseTest/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
|
|
5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
6 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections> |
|
7 |
<startup> |
|
8 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
9 |
</startup> |
|
10 |
<entityFramework> |
|
11 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
12 |
<providers> |
|
13 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
14 |
</providers> |
|
15 |
</entityFramework> |
|
16 |
</configuration> |
DataBase/WpfDataBaseTest/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="MarkusDatabase" version="1.6.0" targetFramework="net45" developmentDependency="true" /> |
|
5 |
</packages> |
내보내기 Unified diff