mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-14 03:43:49 +00:00
Basic workspace connection and Cue Lists fetching working
This commit is contained in:
@@ -8,11 +8,9 @@ namespace qControlDemo
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.OutputEncoding = System.Text.Encoding.UTF8;
|
||||
Console.WriteLine("qControlDemo Started");
|
||||
QBrowser browser = new QBrowser();
|
||||
|
||||
|
||||
|
||||
Thread.Sleep(100000000);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Terminal.Gui" Version="0.81.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\QSharp\QSharp.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user