mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2024-11-28 16:58:56 +08:00
19 lines
417 B
TOML
19 lines
417 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
|
|
Source = ["Physics.bf", "Solid.bf", "JumpThru.bf"]
|