Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/24/10 15:31:35 (14 years ago)
Author:
cneumuel
Message:
  • made ServerConsole work with wsHttpBinding
  • applied role-base restrictions to all WCF-Services
  • made wcf-services work with certificates
  • renamed ExecutionEngineFacade to ClientFacade

(#1168)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-3.3.csproj

    r4296 r4302  
    120120    <Compile Include="DaoLocator.cs" />
    121121    <Compile Include="DefaultScheduler.cs" />
    122     <Compile Include="Facades\ExecutionEngineFacade.cs" />
     122    <Compile Include="Facades\ClientFacade.cs" />
    123123    <Compile Include="HeuristicLabHiveServerCorePlugin.cs" />
    124124    <Compile Include="InternalInterfaces\IHivePermissionManager.cs" />
     
    131131    <Compile Include="Facades\ServerConsoleFacade.cs" />
    132132    <Compile Include="ServiceLocator.cs" />
    133     <Compile Include="Properties\Settings.Designer.cs">
    134       <AutoGen>True</AutoGen>
    135       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    136       <DependentUpon>Settings.settings</DependentUpon>
    137     </Compile>
    138133    <Compile Include="Settings.cs" />
    139134  </ItemGroup>
     
    144139    <None Include="HeuristicLab.snk" />
    145140    <None Include="Properties\AssemblyInfo.frame" />
    146     <None Include="Properties\Settings.settings">
    147       <Generator>PublicSettingsSingleFileGenerator</Generator>
    148       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    149     </None>
    150141  </ItemGroup>
    151142  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.