Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/11/12 01:46:34 (11 years ago)
Author:
abeham
Message:

#1329:

  • Removed unnecessary DueDates parameter
  • Changed ValueParameter to FixedValueParameter for Jobs and Resources
  • Made Job and Task INotifyPropertyChanged
  • Added a JobView and TaskView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj

    r8800 r8886  
    109109  </ItemGroup>
    110110  <ItemGroup>
     111    <Compile Include="TaskView.cs">
     112      <SubType>UserControl</SubType>
     113    </Compile>
     114    <Compile Include="TaskView.Designer.cs">
     115      <DependentUpon>TaskView.cs</DependentUpon>
     116    </Compile>
    111117    <Compile Include="GanttChart.cs">
    112118      <SubType>UserControl</SubType>
     
    116122    </Compile>
    117123    <Compile Include="JobDataPoint.cs" />
     124    <Compile Include="JobView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="JobView.Designer.cs">
     128      <DependentUpon>JobView.cs</DependentUpon>
     129    </Compile>
    118130    <Compile Include="Plugin.cs" />
    119131    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.