Added UI Project to this repository, small UI fixes

This commit is contained in:
Simon Lübeß
2024-11-05 22:21:47 +01:00
parent 4957f3c033
commit df125f4e57
182 changed files with 3083 additions and 82002 deletions
+12
View File
@@ -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\")"]