Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/12 11:44:01 (12 years ago)
Author:
ascheibe
Message:

#1959 added a comparer for sorting the jobs in the Hive Job Manager by date

File:
1 edited

Legend:

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

    r8600 r8702  
    9797  <ItemGroup>
    9898    <Compile Include="ExtensionMethods\TreeNodeExtensions.cs" />
     99    <Compile Include="ListViewDateComparer.cs" />
    99100    <Compile Include="Plugin.cs" />
    100101    <Compile Include="Views\HiveJobManagerView.cs">
     
    227228  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    228229  <PropertyGroup>
    229    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     230    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    230231set ProjectDir=$(ProjectDir)
    231232set SolutionDir=$(SolutionDir)
     
    233234
    234235call PreBuildEvent.cmd</PreBuildEvent>
    235 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     236    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    236237export ProjectDir=$(ProjectDir)
    237238export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.