Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 20:59:36 (15 years ago)
Author:
kgrading
Message:

added the calendar in the dal and the server console. Works on every Resource (Group / Client) (#908)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HeuristicLab.Hive.Server.Console-3.2.csproj

    r2065 r3022  
    6868  </PropertyGroup>
    6969  <ItemGroup>
     70    <Reference Include="Calendar.DayView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     71      <SpecificVersion>False</SpecificVersion>
     72      <HintPath>..\..\HeuristicLab.Hive.Contracts\3.2\Calendar.DayView.dll</HintPath>
     73    </Reference>
    7074    <Reference Include="System" />
    7175    <Reference Include="System.Core">
     
    107111      <DependentUpon>AddProject.cs</DependentUpon>
    108112    </Compile>
     113    <Compile Include="CgCalendar.cs">
     114      <SubType>Form</SubType>
     115    </Compile>
     116    <Compile Include="CgCalendar.Designer.cs">
     117      <DependentUpon>CgCalendar.cs</DependentUpon>
     118    </Compile>
    109119    <Compile Include="Changes.cs" />
    110120    <Compile Include="HiveServerConsole.cs">
     
    139149      <DependentUpon>AddProject.cs</DependentUpon>
    140150    </EmbeddedResource>
     151    <EmbeddedResource Include="CgCalendar.resx">
     152      <DependentUpon>CgCalendar.cs</DependentUpon>
     153    </EmbeddedResource>
    141154    <EmbeddedResource Include="HiveServerConsole.resx">
    142155      <DependentUpon>HiveServerConsole.cs</DependentUpon>
     
    153166      <Generator>ResXFileCodeGenerator</Generator>
    154167      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     168      <SubType>Designer</SubType>
     169    </EmbeddedResource>
     170    <EmbeddedResource Include="Recurrence.resx">
     171      <DependentUpon>Recurrence.cs</DependentUpon>
    155172      <SubType>Designer</SubType>
    156173    </EmbeddedResource>
     
    170187      <DependentUpon>Settings.settings</DependentUpon>
    171188      <DesignTimeSharedInput>True</DesignTimeSharedInput>
     189    </Compile>
     190    <Compile Include="Recurrence.cs">
     191      <SubType>Form</SubType>
     192    </Compile>
     193    <Compile Include="Recurrence.Designer.cs">
     194      <DependentUpon>Recurrence.cs</DependentUpon>
    172195    </Compile>
    173196    <Compile Include="ServiceLocator.cs" />
Note: See TracChangeset for help on using the changeset viewer.