StrawberryBF/SampleGame/BeefProj.toml
2021-12-23 17:09:38 -08:00

18 lines
366 B
TOML

FileVersion = 1
Dependencies = {corlib = "*", Strawberry = "*"}
[Project]
Name = "SampleGame"
TargetType = "BeefGUIApplication"
StartupObject = "Strawberry.Sample.Program"
DefaultNamespace = "Strawberry.Sample"
[[Project.DistinctOptions]]
Filter = ""
ReflectAlwaysInclude = "IncludeAll"
[[ProjectFolder.Items]]
Type = "Folder"
Name = "Physics"
AutoInclude = true