diff --git a/.gitignore b/.gitignore index 154e127..7fd6777 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +tmp/ + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## diff --git a/src/Example/Example.csproj b/src/Example/Example.csproj new file mode 100644 index 0000000..8286b93 --- /dev/null +++ b/src/Example/Example.csproj @@ -0,0 +1,14 @@ + + + + Exe + net10.0 + enable + enable + + + + + + + diff --git a/src/Example/Program.cs b/src/Example/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/src/Example/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/src/TinyTUI/TinyTUI.csproj b/src/TinyTUI/TinyTUI.csproj new file mode 100644 index 0000000..b760144 --- /dev/null +++ b/src/TinyTUI/TinyTUI.csproj @@ -0,0 +1,9 @@ + + + + net10.0 + enable + enable + + + diff --git a/ttui.slnx b/ttui.slnx index ba788ff..e128125 100644 --- a/ttui.slnx +++ b/ttui.slnx @@ -1,2 +1,10 @@ + + + + + + + +