Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/18/09 18:33:30 (15 years ago)
Author:
gkronber
Message:

Worked on core of plugin infrastructure.

  • Collected all classes into a single assembly (HL.PluginInfrastructure)
  • Moved SplashScreen and MainForm from HeuristicLab.exe project into the plugin infrastructure.
  • Introduced namespaces
  • Added strict access modifiers (internal)
  • Fixed most FxCop warnings in plugin infrastructure core.
  • Fixed issues with plugin load/unload events
  • Deleted empty interface IControl

#799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties/AssemblyInfo.frame

    r886 r2504  
    2525using HeuristicLab.PluginInfrastructure;
    2626using System.Security;
     27using System;
    2728
    2829// General Information about an assembly is controlled through the following
     
    3738[assembly: AssemblyTrademark("")]
    3839[assembly: AssemblyCulture("")]
    39 [assembly: AllowPartiallyTrustedCallers]
     40[assembly: System.Resources.NeutralResourcesLanguage("en")]
     41[assembly: CLSCompliant(true)]
    4042
    4143// Setting ComVisible to false makes the types in this assembly not visible
Note: See TracChangeset for help on using the changeset viewer.