Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1100


Ignore:
Timestamp:
01/08/09 17:21:28 (15 years ago)
Author:
svonolfe
Message:

Implemented DB Settings FW (#372)

Location:
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj

    r1090 r1100  
    6868    <Compile Include="ClientGroupAdapter.cs" />
    6969    <Compile Include="DataAdapterBase.cs" />
     70    <Compile Include="DBSettings.cs" />
    7071    <Compile Include="dsHiveServer.cs">
    7172      <DependentUpon>dsHiveServer.xsd</DependentUpon>
     
    8384    <Compile Include="PermissionOwnerAdapter.cs" />
    8485    <Compile Include="Properties\AssemblyInfo.cs" />
    85     <Compile Include="Properties\Settings.Designer.cs">
    86       <AutoGen>True</AutoGen>
    87       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    88       <DependentUpon>Settings.settings</DependentUpon>
    89     </Compile>
    9086    <Compile Include="ResourceAdapter.cs" />
    9187    <Compile Include="TransactionManager.cs" />
     
    9490  </ItemGroup>
    9591  <ItemGroup>
     92    <None Include="app.config" />
    9693    <None Include="dsHiveServer.xsc">
    9794      <DependentUpon>dsHiveServer.xsd</DependentUpon>
     
    107104    <None Include="HeuristicLab.snk" />
    108105    <None Include="Properties\AssemblyInfo.frame" />
    109     <None Include="Properties\Settings.settings">
    110       <Generator>SettingsSingleFileGenerator</Generator>
    111       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    112     </None>
    113106  </ItemGroup>
    114107  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.