Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/11/09 18:25:15 (14 years ago)
Author:
gkronber
Message:

Refactored class Loader in plugin infrastructure. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj

    r2475 r2481  
    8686  </ItemGroup>
    8787  <ItemGroup>
    88     <Compile Include="ApplicationInfo.cs" />
    8988    <Compile Include="Attributes\ApplicationDescriptionAttribute.cs" />
    9089    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
     
    9796    <Compile Include="Interfaces\IControl.cs" />
    9897    <Compile Include="Interfaces\IControlManager.cs" />
    99     <Compile Include="InvalidPluginException.cs" />
    100     <Compile Include="PluginManager.cs" />
    101     <Compile Include="PluginManagerActionEventArgs.cs" />
    10298    <Compile Include="Interfaces\IPlugin.cs" />
    10399    <Compile Include="DiscoveryService.cs" />
    104     <Compile Include="PluginInfo.cs" />
    105     <Compile Include="Loader.cs" />
    106     <Compile Include="Runner.cs" />
     100    <Compile Include="ControlManager.cs" />
     101    <Compile Include="InvalidPluginException.cs" />
    107102    <Compile Include="Properties\AssemblyInfo.cs" />
    108103    <EmbeddedResource Include="Properties\Resources.resx">
Note: See TracChangeset for help on using the changeset viewer.