mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added UI Project to this repository, small UI fixes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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\")"]
|
||||
Reference in New Issue
Block a user