initialize project
This commit is contained in:
parent
b4e1b4bdbd
commit
2d8baf0e41
2 changed files with 10 additions and 0 deletions
5
BeefProj.toml
Normal file
5
BeefProj.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FileVersion = 1
|
||||||
|
|
||||||
|
[Project]
|
||||||
|
Name = "TheaterGui"
|
||||||
|
StartupObject = "TheaterGui.Program"
|
5
BeefSpace.toml
Normal file
5
BeefSpace.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FileVersion = 1
|
||||||
|
Projects = {TheaterGui = {Path = "."}}
|
||||||
|
|
||||||
|
[Workspace]
|
||||||
|
StartupProject = "TheaterGui"
|
Loading…
Add table
Reference in a new issue