Debug AnyCPU {1E938FD2-C669-4738-98C9-77F96CE4D451} Library Properties Tango.Scripting Tango.Scripting v4.6.1 512 true true full false ..\..\Build\Scripting\Debug\ DEBUG;TRACE prompt 4 pdbonly true ..\..\Build\Scripting\Release\ TRACE prompt 4 ..\..\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\Microsoft.CodeAnalysis.CSharp.Scripting.2.4.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.Scripting.dll ..\..\packages\Microsoft.CodeAnalysis.Scripting.Common.2.4.0\lib\netstandard1.3\Microsoft.CodeAnalysis.Scripting.dll ..\..\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.dll ..\..\packages\System.Diagnostics.FileVersionInfo.4.3.0\lib\net46\System.Diagnostics.FileVersionInfo.dll ..\..\packages\System.Diagnostics.StackTrace.4.3.0\lib\net46\System.Diagnostics.StackTrace.dll ..\..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll ..\..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.Developer.Navigation
{
    public enum DeveloperNavigationView
    {
        MachineJobSelectionView,
        JobView,
        RunningJobView
    }
}