mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2024-11-25 16:18:56 +08:00
13 lines
289 B
TOML
13 lines
289 B
TOML
FileVersion = 1
|
|
Dependencies = {corlib = "*", Strawberry = "*"}
|
|
|
|
[Project]
|
|
Name = "SampleGame"
|
|
TargetType = "BeefGUIApplication"
|
|
StartupObject = "Strawberry.Sample.Program"
|
|
DefaultNamespace = "Strawberry.Sample"
|
|
|
|
[[Project.DistinctOptions]]
|
|
Filter = ""
|
|
ReflectAlwaysInclude = "IncludeAll"
|