Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/14 14:00:47 (10 years ago)
Author:
mkommend
Message:

#2119: Merged r10149, r10231, r10261, r10291, r10292, r10295 and r10298 into stable.

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r10294 r10507  
    113113    <Compile Include="CheckedMultiOperator.cs" />
    114114    <Compile Include="CombinedOperator.cs" />
     115    <Compile Include="Operator.InstrumentedOperatorWrapper.cs" />
    115116    <None Include="Plugin.cs.frame" />
    116117    <Compile Include="ConditionalBranch.cs" />
     
    119120    <Compile Include="AlgorithmOperator.cs" />
    120121    <Compile Include="DataReducer.cs" />
     122    <Compile Include="InstrumentedOperator.cs" />
    121123    <Compile Include="LocalRandomCreator.cs" />
    122124    <Compile Include="MultiOperator.cs" />
     
    220222  -->
    221223  <PropertyGroup>
    222    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     224    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    223225set ProjectDir=$(ProjectDir)
    224226set SolutionDir=$(SolutionDir)
     
    227229call PreBuildEvent.cmd
    228230</PreBuildEvent>
    229 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     231    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    230232export ProjectDir=$(ProjectDir)
    231233export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.