StrawberryBF/SampleGame/BeefProj.toml

19 lines
417 B
TOML
Raw Normal View History

2020-05-09 12:05:29 +08:00
FileVersion = 1
Dependencies = {corlib = "*", Strawberry = "*"}
2020-05-09 12:05:29 +08:00
[Project]
Name = "SampleGame"
TargetType = "BeefGUIApplication"
StartupObject = "Strawberry.Sample.Program"
DefaultNamespace = "Strawberry.Sample"
2020-08-04 13:02:05 +08:00
[[Project.DistinctOptions]]
Filter = ""
ReflectAlwaysInclude = "IncludeAll"
[[ProjectFolder.Items]]
Type = "Folder"
Name = "Physics"
AutoInclude = true
Source = ["Physics.bf", "Solid.bf", "JumpThru.bf"]