initialize project

This commit is contained in:
Booklordofthedings 2024-05-12 12:02:59 +02:00
parent b4e1b4bdbd
commit 2d8baf0e41
2 changed files with 10 additions and 0 deletions

5
BeefProj.toml Normal file
View file

@ -0,0 +1,5 @@
FileVersion = 1
[Project]
Name = "TheaterGui"
StartupObject = "TheaterGui.Program"

5
BeefSpace.toml Normal file
View file

@ -0,0 +1,5 @@
FileVersion = 1
Projects = {TheaterGui = {Path = "."}}
[Workspace]
StartupProject = "TheaterGui"