Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 16:14:30 (8 years ago)
Author:
gkronber
Message:

#2522:

  • moved UI components out of HeuristicLab.PluginInfrastructure -> HeuristicLab.PluginInfrastructure.UI
  • moved ErrorDialog to HeuristicLab.MainForm.WindowsForms
  • moved ErrorHandling (for building an error message string) to HeuristicLab.Common
  • Changed exception handlers in Views to use MainForm.ShowError()
  • Changed usages for ErrorDialog in non-UI components to throw exceptions instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r11623 r13338  
    156156  </ItemGroup>
    157157  <ItemGroup>
    158     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    159       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    160       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    161       <Private>False</Private>
    162     </ProjectReference>
    163   </ItemGroup>
    164   <ItemGroup>
    165158    <None Include="GNU General Public License.txt">
    166159      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     
    194187    </BootstrapperPackage>
    195188  </ItemGroup>
     189  <ItemGroup>
     190    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure.UI\HeuristicLab.PluginInfrastructure.UI-4.0.csproj">
     191      <Project>{7af3c7b6-8ba5-44f3-8d5b-2bf7a23cf12d}</Project>
     192      <Name>HeuristicLab.PluginInfrastructure.UI-4.0</Name>
     193    </ProjectReference>
     194  </ItemGroup>
    196195  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    197196  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.