{DA62FA39-668B-47A6-B0F2-D2C1DAF777B0} Debug AnyCPU Library Tango.Scripting.Editors Tango.Scripting.Editors v4.6.1 Properties "C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis" False False 4 false false ICSharpCode.AvalonEdit.snk False File False -Microsoft.Design#CA1020;-Microsoft.Design#CA1033;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810 ..\bin\$(Configuration) ..\bin\$(Configuration)\ICSharpCode.AvalonEdit.xml 1607 SAK SAK SAK SAK true Full False True DEBUG;TRACE;DOTNET4 false PdbOnly True False TRACE;DOTNET4 False Auto 4194304 AnyCPU 4096 ..\..\Build\Scripting\Debug\ false TRACE;DEBUG false ..\..\Build\Scripting\Release\ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\packages\FontAwesome.WPF.4.7.0.9\lib\net40\FontAwesome.WPF.dll ..\..\packages\Microsoft.CodeAnalysis.Common.2.4.0\lib\netstandard1.3\Microsoft.CodeAnalysis.dll ..\..\packages\Microsoft.CodeAnalysis.CSharp.2.4.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.dll ..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll 3.0 3.0 ..\..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll ..\..\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll ..\..\packages\System.Console.4.3.0\lib\net46\System.Console.dl
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.MachineStudio.Technician.TechItems;
using Tango.Serialization;

namespace Tango.MachineStudio.Technician.Project
{
    public class MachineTechViewProject
    {

#warning This is legacy and should be removed
        public List<TechItem> Items { get; set; }

        public List<MachineTechViewProjectTab> Tabs { get; set; }

        public int SelectedTabIndex { get; set; }

        public MachineTechViewProject()
        {
            Items = new List<TechItem>();
            Tabs = new List<MachineTechViewProjectTab>();
        }

        public void Save(String fileName)
        {
            XmlDataSerializer serializer = new XmlDataSerializer();
            serializer.SerializeToFile(this, fileName);
        }

        public static MachineTechViewProject Load(String fileName)
        {
            XmlDataSerializer serializer = new XmlDataSerializer();
            return serializer.DeserializeFromFile<MachineTechViewProject>(fileName);
        }
    }
}
Selection.cs Selection.cs Selection.cs IReadOnlySectionProvider.cs IBackgroundRenderer.cs HeightTree.cs IVisualLineTransformer.cs IVisualLineTransformer.cs TextView.cs HeightTree.cs HeightTree.cs VisualLineElementGenerator.cs TextView.cs TextView.cs TextView.cs FormattedTextElement.cs TextView.cs TextView.cs VisualLine.cs VisualLine.cs VisualLineElementGenerator.cs VisualLine.cs Code TextDocument.cs TextDocument.cs DocumentLine.cs TextEditor.cs ObserveAddRemoveCollection.cs AXmlParser.cs AXmlParser.cs AXmlParser.cs AXmlText.cs AXmlParser.cs
SearchPanel.cs DropDownButton.cs MSBuild:Compile Designer Designer {a34ee0f0-649d-41c8-8489-b6f1cc6924ee} Tango.Core {5812E1C6-ABAA-4066-94AC-971C27B4F46A} Tango.Scripting.Core {8d8f06ed-7f75-4933-b0c5-829b0ff654d0} Tango.Scripting.Formatting {1e938fd2-c669-4738-98c9-77f96ce4d451} Tango.Scripting