Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/12 10:15:59 (12 years ago)
Author:
ascheibe
Message:

#1882 fixed collecting runs in the OptimizerHiveTaskView

Location:
trunk/sources/HeuristicLab.Clients.Hive/3.3
Files:
1 added
1 edited

Legend:

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

    r8600 r8692  
    130130    <Compile Include="StateLogList.cs" />
    131131    <Compile Include="StateLogListList.cs" />
     132    <Compile Include="Util\TaskUtil.cs" />
    132133    <None Include="app.config">
    133134      <SubType>Designer</SubType>
     
    249250  </PropertyGroup>
    250251  <PropertyGroup>
    251    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     252    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    252253set ProjectDir=$(ProjectDir)
    253254set SolutionDir=$(SolutionDir)
    254255set Outdir=$(Outdir)
    255256call PreBuildEvent.cmd</PreBuildEvent>
    256 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     257    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    257258export ProjectDir=$(ProjectDir)
    258259export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.