Fixed compiler bugs

Stuff happens when you don't work on a project for half a year!
This commit is contained in:
Simon Lübeß
2026-04-11 09:35:45 +02:00
parent 1b8cc93834
commit 28a9242023
6 changed files with 44 additions and 13 deletions
+10 -1
View File
@@ -1,5 +1,4 @@
FileVersion = 1
Dependencies = {corlib = "*", GlitchLog = "*", GlitchyEngine = "*", Xml-Beef = "*"}
[Project]
Name = "GlitchyEditor"
@@ -7,6 +6,12 @@ TargetType = "BeefGUIApplication"
StartupObject = "GlitchyEngine.Program"
ProcessorMacros = ["GE_EDITOR_IMGUI_DEMO"]
[Dependencies]
corlib = "*"
GlitchLog = "*"
GlitchyEngine = "*"
Xml-Beef = "*"
[Platform.Windows]
IconFile = "$(ProjectDir)/Resources/Textures/GlitchyEngineIcon.ico"
@@ -14,6 +19,10 @@ IconFile = "$(ProjectDir)/Resources/Textures/GlitchyEngineIcon.ico"
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
DebugCommandArguments = "\"D:\\Development\\Git\\SingleStateToOrbit\""
[[Configs.Debug.Win64.DistinctOptions]]
Filter = "System.Collections.List<>"
ReflectAlwaysInclude = "IncludeAll"
[Configs.Release.Win64]
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]