Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Billing.Test/App.config @ 9579

Last change on this file since 9579 was 9579, checked in by spimming, 11 years ago

#1888:

  • Revised model classes
  • Modified relationship definitions according to model types
File size: 762 bytes
Line 
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=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6  </configSections>
7  <connectionStrings>
8    <add name="BillingContext" connectionString="ADJUST_ME" providerName="System.Data.SqlClient" />
9  </connectionStrings>
10  <entityFramework>
11    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
12  </entityFramework>
13</configuration>
Note: See TracBrowser for help on using the repository browser.