Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/13 13:31:03 (10 years ago)
Author:
mkommend
Message:

#2119: Implemented instrumentation for operators.

File:
1 edited

Legend:

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

    r8600 r10149  
    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" />
     
    221223  -->
    222224  <PropertyGroup>
    223    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     225    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    224226set ProjectDir=$(ProjectDir)
    225227set SolutionDir=$(SolutionDir)
     
    228230call PreBuildEvent.cmd
    229231</PreBuildEvent>
    230 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     232    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    231233export ProjectDir=$(ProjectDir)
    232234export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.