Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/12 13:33:47 (12 years ago)
Author:
ascheibe
Message:

#1986

  • added missing license headers
  • renamed appointments to downtimes
  • removed unnecessary XML attributes
  • cleaned up HiveDowntime (former HiveAppointment)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj

    r8957 r9016  
    104104  <ItemGroup>
    105105    <Compile Include="HiveRoles.cs" />
    106     <Compile Include="Views\AppointmentTypeDialog.cs">
     106    <Compile Include="Views\DowntimeTypeDialog.cs">
    107107      <SubType>Form</SubType>
    108108    </Compile>
    109     <Compile Include="Views\AppointmentTypeDialog.Designer.cs">
    110       <DependentUpon>AppointmentTypeDialog.cs</DependentUpon>
    111     </Compile>
    112     <Compile Include="Views\AppointmentTypeView.cs">
    113       <SubType>UserControl</SubType>
    114     </Compile>
    115     <Compile Include="Views\AppointmentTypeView.Designer.cs">
    116       <DependentUpon>AppointmentTypeView.cs</DependentUpon>
     109    <Compile Include="Views\DowntimeTypeDialog.Designer.cs">
     110      <DependentUpon>DowntimeTypeDialog.cs</DependentUpon>
     111    </Compile>
     112    <Compile Include="Views\DowntimeTypeView.cs">
     113      <SubType>UserControl</SubType>
     114    </Compile>
     115    <Compile Include="Views\DowntimeTypeView.Designer.cs">
     116      <DependentUpon>DowntimeTypeView.cs</DependentUpon>
    117117    </Compile>
    118118    <Compile Include="Views\HiveAdministratorView.cs">
     
    122122      <DependentUpon>HiveAdministratorView.cs</DependentUpon>
    123123    </Compile>
    124     <Compile Include="HiveAppointment.cs">
     124    <Compile Include="HiveDowntime.cs">
    125125      <SubType>Code</SubType>
    126126    </Compile>
Note: See TracChangeset for help on using the changeset viewer.