Files
glitchy-engine-beef/GlitchyEditor/EditorUI/BeefProj.toml
T

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\")"]