mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
12 lines
282 B
TOML
12 lines
282 B
TOML
FileVersion = 1
|
|
Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}}
|
|
|
|
[Workspace]
|
|
StartupProject = "Sandbox"
|
|
|
|
[Configs.Test.Win32]
|
|
ConfigSelections = {corlib = {Config = "Debug"}}
|
|
|
|
[Configs.Test.Win64]
|
|
ConfigSelections = {corlib = {Config = "Debug"}}
|