Boo.BooLangProject.BooProjectNode.IsProjectSecure C# (CSharp) Method

IsProjectSecure() protected method

This is a very poor workaround. Until I can figure out how to get our GlobalProperies into the ProjectShim that the base version uses...
protected IsProjectSecure ( ) : ProjectLoadOption
return ProjectLoadOption
        protected override ProjectLoadOption IsProjectSecure()
        {
            return ProjectLoadOption.LoadNormally;
        }