mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
- Added Submodule 'Xml-Beef' - Use .slnx as solution-file - Automatically set correct path to ScriptCore in Project files
14 lines
318 B
TOML
14 lines
318 B
TOML
FileVersion = 1
|
|
Dependencies = {corlib = "*", GlitchyEngine = "*", corlib = "*"}
|
|
|
|
[Project]
|
|
Name = "GlitchyEngine.Test"
|
|
TargetType = "BeefTest"
|
|
StartupObject = "GlitchyEngine.Test.Program"
|
|
|
|
[Configs.Debug.Win64]
|
|
DebugWorkingDirectory = ""
|
|
|
|
[Configs.Test.Win64]
|
|
DebugWorkingDirectory = "$(WorkspaceDir)\\GlitchyEditor"
|