Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/28/10 18:28:12 (14 years ago)
Author:
bfarka
Message:

made Database configable with app.config in the Persistence Project --> 2 different DBs can be configured (one for UnitTesting and a real one) (#1063)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Services.Authentication Prototype/Persistence/Persistence.csproj

    r3955 r3970  
    3939      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    4040    </Reference>
     41    <Reference Include="System.Runtime.Serialization">
     42      <RequiredTargetFramework>3.0</RequiredTargetFramework>
     43    </Reference>
    4144    <Reference Include="System.Web" />
    4245    <Reference Include="System.Xml.Linq">
     
    5962    <Compile Include="HeuristicLabUser.cs" />
    6063    <Compile Include="Properties\AssemblyInfo.cs" />
     64    <Compile Include="Properties\Settings.Designer.cs">
     65      <AutoGen>True</AutoGen>
     66      <DesignTimeSharedInput>True</DesignTimeSharedInput>
     67      <DependentUpon>Settings.settings</DependentUpon>
     68    </Compile>
    6169  </ItemGroup>
    6270  <ItemGroup>
     
    7179  </ItemGroup>
    7280  <ItemGroup>
     81    <None Include="app.config" />
    7382    <None Include="DataClasses.dbml.layout">
    7483      <DependentUpon>DataClasses.dbml</DependentUpon>
     84    </None>
     85    <None Include="Properties\Settings.settings">
     86      <Generator>SettingsSingleFileGenerator</Generator>
     87      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    7588    </None>
    7689  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.