Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 04:26:09 (14 years ago)
Author:
swagner
Message:

Implemented ErrorDialog and OperatorExecutionException (#1007)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj

    r3754 r3758  
    194194    <Compile Include="BaseClasses\PluginBase.cs" />
    195195    <Compile Include="DefaultApplicationManager.cs" />
     196    <Compile Include="ErrorHandling\ErrorDialog.cs">
     197      <SubType>Form</SubType>
     198    </Compile>
     199    <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
     200      <DependentUpon>ErrorDialog.cs</DependentUpon>
     201    </Compile>
     202    <Compile Include="ErrorHandling\ErrorHandling.cs">
     203    </Compile>
    196204    <Compile Include="LightweightApplicationManager.cs" />
    197205    <Compile Include="Interfaces\IPluginFile.cs" />
     
    260268      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    261269    </Content>
     270    <None Include="Resources\Error.ico" />
    262271    <Content Include="Resources\HeuristicLab.ico" />
    263272    <Content Include="Resources\Logo_white.gif" />
     
    265274    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
    266275    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
     276    <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
    267277    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
    268278    <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
Note: See TracChangeset for help on using the changeset viewer.