Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7966


Ignore:
Timestamp:
06/05/12 12:01:48 (12 years ago)
Author:
epitzer
Message:

#1800 extract debug engine views into their own plug-in

Location:
trunk/sources
Files:
15 added
8 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r7932 r7966  
    105105    {3083C7AA-5AF4-4C75-BA19-B69B86E2F66A} = {3083C7AA-5AF4-4C75-BA19-B69B86E2F66A}
    106106    {5211F1AD-BBA2-4C62-8749-DCA0A25CF5D8} = {5211F1AD-BBA2-4C62-8749-DCA0A25CF5D8}
     107    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611} = {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}
    107108    {A2330DB0-413D-4424-B4E6-591118E2B9F8} = {A2330DB0-413D-4424-B4E6-591118E2B9F8}
    108109    {DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA} = {DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}
     
    315316EndProject
    316317Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.JobManager-3.3", "HeuristicLab.Clients.Hive.JobManager\3.3\HeuristicLab.Clients.Hive.JobManager-3.3.csproj", "{DBFD7205-61AF-40EF-8776-3052DEF91CF3}"
     318EndProject
     319Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DebugEngine.Views-3.3", "HeuristicLab.DebugEngine.Views\3.3\HeuristicLab.DebugEngine.Views-3.3.csproj", "{847A8DAE-DB95-4CEE-B48B-EFEE4531D611}"
    317320EndProject
    318321Global
     
    15381541    {DBFD7205-61AF-40EF-8776-3052DEF91CF3}.Release|x86.ActiveCfg = Release|x86
    15391542    {DBFD7205-61AF-40EF-8776-3052DEF91CF3}.Release|x86.Build.0 = Release|x86
     1543    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1544    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1545    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x64.ActiveCfg = Debug|x64
     1546    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x64.Build.0 = Debug|x64
     1547    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x86.ActiveCfg = Debug|x86
     1548    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x86.Build.0 = Debug|x86
     1549    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1550    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|Any CPU.Build.0 = Release|Any CPU
     1551    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x64.ActiveCfg = Release|x64
     1552    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x64.Build.0 = Release|x64
     1553    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x86.ActiveCfg = Release|x86
     1554    {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x86.Build.0 = Release|x86
    15401555  EndGlobalSection
    15411556  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj

    r6866 r7966  
    8686    <Reference Include="System.Core" />
    8787    <Reference Include="System.Drawing" />
    88     <Reference Include="System.Windows.Forms" />
    89     <Reference Include="System.Xml.Linq" />
    90     <Reference Include="System.Data.DataSetExtensions" />
    91     <Reference Include="System.Data" />
    92     <Reference Include="System.Xml" />
    9388  </ItemGroup>
    9489  <ItemGroup>
    9590    <Compile Include="OperatorTrace.cs" />
    9691    <Compile Include="DebugEngine.cs" />
    97     <Compile Include="DebugEngineView.cs">
    98       <SubType>UserControl</SubType>
    99     </Compile>
    100     <Compile Include="DebugEngineView.Designer.cs">
    101       <DependentUpon>DebugEngineView.cs</DependentUpon>
    102     </Compile>
    10392    <Compile Include="ExecutionStack.cs" />
    104     <Compile Include="ExecutionStackView.cs">
    105       <SubType>UserControl</SubType>
    106     </Compile>
    107     <Compile Include="ExecutionStackView.Designer.cs">
    108       <DependentUpon>ExecutionStackView.cs</DependentUpon>
    109     </Compile>
    11093    <Compile Include="OperationChangedEventArgs.cs" />
    11194    <Compile Include="OperationContent.cs" />
    112     <Compile Include="OperationContentView.cs">
    113       <SubType>UserControl</SubType>
    114     </Compile>
    115     <Compile Include="OperationContentView.Designer.cs">
    116       <DependentUpon>OperationContentView.cs</DependentUpon>
    117     </Compile>
    118     <Compile Include="OperatorTraceView.cs">
    119       <SubType>UserControl</SubType>
    120     </Compile>
    121     <Compile Include="OperatorTraceView.Designer.cs">
    122       <DependentUpon>OperatorTraceView.cs</DependentUpon>
    123     </Compile>
    12495    <Compile Include="Plugin.cs" />
    12596    <Compile Include="Properties\AssemblyInfo.cs" />
     
    147118      <Private>False</Private>
    148119    </ProjectReference>
    149     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    150       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    151       <Name>HeuristicLab.Core.Views-3.3</Name>
    152       <Private>False</Private>
    153     </ProjectReference>
    154120    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    155121      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    156122      <Name>HeuristicLab.Core-3.3</Name>
    157       <Private>False</Private>
    158     </ProjectReference>
    159     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    160       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    161       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    162       <Private>False</Private>
    163     </ProjectReference>
    164     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    165       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    166       <Name>HeuristicLab.MainForm-3.3</Name>
    167       <Private>False</Private>
    168     </ProjectReference>
    169     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    170       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    171       <Name>HeuristicLab.Operators-3.3</Name>
    172123      <Private>False</Private>
    173124    </ProjectReference>
  • trunk/sources/HeuristicLab.DebugEngine/3.3/Plugin.cs.frame

    r7259 r7966  
    3030  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
    32   [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    33   [PluginDependency("HeuristicLab.MainForm", "3.3")]
    34   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    35   [PluginDependency("HeuristicLab.Operators", "3.3")]
    3632  [PluginDependency("HeuristicLab.Persistence", "3.3")] 
    3733  public class HeuristicLabDebugEnginePlugin : PluginBase { }
Note: See TracChangeset for help on using the changeset viewer.