using Microsoft.CodeAnalysis.CSharp.Scripting; using Microsoft.CodeAnalysis.Scripting; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; using Tango.Core; using Tango.Core.IO; using Tango.Scripting.Core; using System.IO; namespace Tango.Scripting.Basic { public class Project : ExtendedObject { public String Name { get; set; } public ApartmentState ApartmentState { get; set; } public ObservableCollection ReferenceAssemblies { get; set; } [JsonIgnore] public ObservableCollection ReferenceAssembliesLoaded { get; set; } public ObservableCollection