2012-02-15 03:08:47 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<configSections>
|
2012-12-25 04:46:52 +01:00
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
2012-02-15 03:08:47 +01:00
|
|
|
</configSections>
|
2012-12-25 04:46:52 +01:00
|
|
|
<entityFramework>
|
|
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlCeConnectionFactory, EntityFramework">
|
|
|
|
<parameters>
|
|
|
|
<parameter value="System.Data.SqlServerCe.4.0" />
|
|
|
|
</parameters>
|
|
|
|
</defaultConnectionFactory>
|
|
|
|
</entityFramework>
|
2012-02-15 03:08:47 +01:00
|
|
|
</configuration>
|