Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/11 17:58:42 (13 years ago)
Author:
ascheibe
Message:

#1233 worked on Administration UI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/HeuristicLab.Clients.Hive.Views-3.4.csproj

    r5637 r5638  
    8383      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    8484    </Reference>
    85     <Reference Include="HeuristicLab.Core-3.3">
    86       <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     85    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     86      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    8787    </Reference>
    8888    <Reference Include="HeuristicLab.Core.Views-3.3">
     
    126126  <ItemGroup>
    127127    <Compile Include="Administration\HiveAppointment.cs" />
     128    <Compile Include="Administration\Recurrence.cs">
     129      <SubType>Form</SubType>
     130    </Compile>
     131    <Compile Include="Administration\Recurrence.designer.cs">
     132      <DependentUpon>Recurrence.cs</DependentUpon>
     133    </Compile>
     134    <Compile Include="Administration\RecurrentEvent.cs" />
     135    <Compile Include="Administration\ResourcesView.cs">
     136      <SubType>UserControl</SubType>
     137    </Compile>
     138    <Compile Include="Administration\ResourcesView.Designer.cs">
     139      <DependentUpon>ResourcesView.cs</DependentUpon>
     140    </Compile>
     141    <Compile Include="Administration\ScheduleView.cs">
     142      <SubType>UserControl</SubType>
     143    </Compile>
     144    <Compile Include="Administration\ScheduleView.Designer.cs">
     145      <DependentUpon>ScheduleView.cs</DependentUpon>
     146    </Compile>
     147    <Compile Include="Administration\SlaveView.cs">
     148      <SubType>UserControl</SubType>
     149    </Compile>
     150    <Compile Include="Administration\SlaveView.Designer.cs">
     151      <DependentUpon>SlaveView.cs</DependentUpon>
     152    </Compile>
    128153    <Compile Include="Common\UpdateControl.cs">
    129154      <SubType>UserControl</SubType>
     
    199224    </Compile>
    200225    <Compile Include="Administration\MenuItems\AdministrationMenuItem.cs" />
    201     <Compile Include="Administration\ScheduleControl.cs">
    202       <SubType>UserControl</SubType>
    203     </Compile>
    204     <Compile Include="Administration\ScheduleControl.Designer.cs">
    205       <DependentUpon>ScheduleControl.cs</DependentUpon>
    206     </Compile>
    207226    <Compile Include="ExperimentManager\HiveExperimentListView.cs">
    208227      <SubType>UserControl</SubType>
     
    247266      <DependentUpon>HiveAdministrationView.cs</DependentUpon>
    248267    </EmbeddedResource>
    249     <EmbeddedResource Include="Administration\ScheduleControl.resx">
    250       <DependentUpon>ScheduleControl.cs</DependentUpon>
     268    <EmbeddedResource Include="Administration\Recurrence.resx">
     269      <DependentUpon>Recurrence.cs</DependentUpon>
     270    </EmbeddedResource>
     271    <EmbeddedResource Include="Administration\ResourcesView.resx">
     272      <DependentUpon>ResourcesView.cs</DependentUpon>
     273    </EmbeddedResource>
     274    <EmbeddedResource Include="Administration\ScheduleView.resx">
     275      <DependentUpon>ScheduleView.cs</DependentUpon>
     276    </EmbeddedResource>
     277    <EmbeddedResource Include="Administration\SlaveView.resx">
     278      <DependentUpon>SlaveView.cs</DependentUpon>
    251279    </EmbeddedResource>
    252280    <EmbeddedResource Include="Common\UpdateControl.resx">
     
    320348    <None Include="Images\status_anim.gif" />
    321349  </ItemGroup>
     350  <ItemGroup>
     351    <WCFMetadata Include="Service References\" />
     352  </ItemGroup>
    322353  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    323354  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.