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