Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/01/13 13:18:19 (11 years ago)
Author:
spimming
Message:

#1888:

  • enabled transactions
  • enabled tracing output
  • set correct invoice data
  • saving invoices
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Billing/HeuristicLab.Services.Optimization.Billing.csproj

    r9645 r10013  
    3535      <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
    3636    </Reference>
     37    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    3738    <Reference Include="System" />
    3839    <Reference Include="System.ComponentModel.DataAnnotations" />
     
    4243    <Reference Include="System.Drawing" />
    4344    <Reference Include="System.ServiceModel" />
     45    <Reference Include="System.Transactions" />
    4446    <Reference Include="System.Windows.Forms" />
    4547    <Reference Include="System.Xml.Linq" />
     
    5052  </ItemGroup>
    5153  <ItemGroup>
     54    <Compile Include="BillingEngine\AzureInvoiceDao.cs" />
    5255    <Compile Include="BillingEngine\BillingEngine.cs" />
     56    <Compile Include="BillingEngine\FileSystemInvoiceDao.cs" />
    5357    <Compile Include="BillingEngine\PlainTextInvoiceFormattingEngine.cs" />
    5458    <Compile Include="Business\BillingService.cs" />
    5559    <Compile Include="Business\BillingServiceProvider.cs" />
     60    <Compile Include="Business\TransactionManager.cs" />
    5661    <Compile Include="DataAccess\BillingContext.cs" />
    5762    <Compile Include="DataAccess\BillingDao.cs" />
    5863    <Compile Include="Interfaces\IEntity.cs" />
    5964    <Compile Include="Interfaces\IGenericDao.cs" />
     65    <Compile Include="Interfaces\IInvoiceDao.cs" />
    6066    <Compile Include="Interfaces\IInvoiceFormattingEngine.cs" />
    6167    <Compile Include="Interfaces\IObjectWithState.cs" />
    6268    <Compile Include="Interfaces\IOptimizationBilling.cs" />
    6369    <Compile Include="Business\MockupBillingService.cs" />
     70    <Compile Include="Interfaces\ITransactionManager.cs" />
    6471    <Compile Include="Model\Model.cs" />
    6572    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.