mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
12 lines
336 B
TOML
12 lines
336 B
TOML
FileVersion = 1
|
|
Dependencies = {GlitchyEngine = "*", corlib = "*", msdfgen-beef = "*", LodePng = "*"}
|
|
|
|
[Project]
|
|
Name = "Sandbox"
|
|
TargetType = "BeefGUIApplication"
|
|
StartupObject = "GlitchyEngine.Program"
|
|
ProcessorMacros = ["NOT_GAMMA_TEST", "SANDBOX_2D"]
|
|
|
|
[Platform.Windows]
|
|
IconFile = "$(ProjectDir)/content/RocketGame/RocketIcon.ico"
|