Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/10 17:06:12 (14 years ago)
Author:
epitzer
Message:

Add operator trace view (#47)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj

    r4876 r4904  
    140140      <DependentUpon>OperationContentView.cs</DependentUpon>
    141141    </Compile>
     142    <Compile Include="OperatorTraceView.cs">
     143      <SubType>UserControl</SubType>
     144    </Compile>
     145    <Compile Include="OperatorTraceView.Designer.cs">
     146      <DependentUpon>OperatorTraceView.cs</DependentUpon>
     147    </Compile>
    142148    <Compile Include="Properties\AssemblyInfo.cs" />
    143149    <Compile Include="Properties\Resources.Designer.cs">
     
    157163    <EmbeddedResource Include="OperationContentView.resx">
    158164      <DependentUpon>OperationContentView.cs</DependentUpon>
     165    </EmbeddedResource>
     166    <EmbeddedResource Include="OperatorTraceView.resx">
     167      <DependentUpon>OperatorTraceView.cs</DependentUpon>
    159168    </EmbeddedResource>
    160169    <EmbeddedResource Include="Properties\Resources.resx">
Note: See TracChangeset for help on using the changeset viewer.