mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
14 lines
330 B
TOML
14 lines
330 B
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "EditorUI"
|
|
TargetType = "BeefLib"
|
|
StartupObject = "EditorUI.Program"
|
|
|
|
[Configs.Debug.Win64]
|
|
BuildKind = "StaticLib"
|
|
BuildCommandsOnCompile = "IfFilesChanged"
|
|
BuildCommandsOnRun = "IfFilesChanged"
|
|
PreBuildCmds = ["npm run build:debug"]
|
|
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist\")"]
|