Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/13 14:57:46 (11 years ago)
Author:
spimming
Message:

#1888:

  • Revised model classes
  • Modified relationship definitions according to model types
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Billing.Test/App.config

    r9576 r9579  
    11<?xml version="1.0" encoding="utf-8"?>
    22<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>
    37  <connectionStrings>
    4     <add name="BillingContext" connectionString="ADJUST_ME" providerName="System.Data.SqlClient"/>
     8    <add name="BillingContext" connectionString="ADJUST_ME" providerName="System.Data.SqlClient" />
    59  </connectionStrings>
     10  <entityFramework>
     11    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
     12  </entityFramework>
    613</configuration>
Note: See TracChangeset for help on using the changeset viewer.