Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/09 14:48:17 (15 years ago)
Author:
kgrading
Message:

fixed minor call issue in the ExecutionEngine (#529)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Engine/Properties/AssemblyInfo.frame

    r1432 r1487  
    2424using System.Runtime.InteropServices;
    2525using HeuristicLab.PluginInfrastructure;
    26 
     26using System.Security;
    2727// General Information about an assembly is controlled through the following
    2828// set of attributes. Change these attribute values to modify the information
     
    3636[assembly: AssemblyTrademark("")]
    3737[assembly: AssemblyCulture("")]
     38[assembly: AllowPartiallyTrustedCallers]
    3839
    3940// Setting ComVisible to false makes the types in this assembly not visible
Note: See TracChangeset for help on using the changeset viewer.