From 2d8baf0e41664a3ff6aeab1111263872f4937269 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sun, 12 May 2024 12:02:59 +0200 Subject: [PATCH] initialize project --- BeefProj.toml | 5 +++++ BeefSpace.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 BeefProj.toml create mode 100644 BeefSpace.toml diff --git a/BeefProj.toml b/BeefProj.toml new file mode 100644 index 0000000..e169987 --- /dev/null +++ b/BeefProj.toml @@ -0,0 +1,5 @@ +FileVersion = 1 + +[Project] +Name = "TheaterGui" +StartupObject = "TheaterGui.Program" diff --git a/BeefSpace.toml b/BeefSpace.toml new file mode 100644 index 0000000..3e2d044 --- /dev/null +++ b/BeefSpace.toml @@ -0,0 +1,5 @@ +FileVersion = 1 +Projects = {TheaterGui = {Path = "."}} + +[Workspace] +StartupProject = "TheaterGui"