Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/10 14:13:32 (13 years ago)
Author:
epitzer
Message:

Refactoring and modularization of DebugEngine (#47)

File:
1 edited

Legend:

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

    r4759 r4871  
    125125      <DependentUpon>DebugEngineView.cs</DependentUpon>
    126126    </Compile>
     127    <Compile Include="ExecutionStack.cs" />
     128    <Compile Include="ExecutionStackView.cs">
     129      <SubType>UserControl</SubType>
     130    </Compile>
     131    <Compile Include="ExecutionStackView.Designer.cs">
     132      <DependentUpon>ExecutionStackView.cs</DependentUpon>
     133    </Compile>
     134    <Compile Include="OperationChangedEventArgs.cs" />
    127135    <Compile Include="Properties\AssemblyInfo.cs" />
     136    <Compile Include="Utils.cs" />
    128137  </ItemGroup>
    129138  <ItemGroup>
    130139    <EmbeddedResource Include="DebugEngineView.resx">
    131140      <DependentUpon>DebugEngineView.cs</DependentUpon>
     141    </EmbeddedResource>
     142    <EmbeddedResource Include="ExecutionStackView.resx">
     143      <DependentUpon>ExecutionStackView.cs</DependentUpon>
    132144    </EmbeddedResource>
    133145  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.