Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SQLServerCompact/3.5.1.0/app.config @ 3021

Last change on this file since 3021 was 2695, checked in by gkronber, 15 years ago

Added missing app.config file (missing in r2692). #855

File size: 570 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <system.data>
4    <DbProviderFactories>
5      <remove invariant="System.Data.SqlServerCe.3.5" />
6      <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5"
7           description=".NET Framework Data Provider for Microsoft SQL Server Compact"
8           type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
9    </DbProviderFactories>
10  </system.data>
11</configuration>
Note: See TracBrowser for help on using the repository browser.