From 8ccbc565ad19b53830e155c5fa6706de9752eae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Sun, 2 Aug 2026 12:03:45 +0200 Subject: [PATCH] Removed unnecessary reflection option --- GlitchyEditor/BeefProj.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/GlitchyEditor/BeefProj.toml b/GlitchyEditor/BeefProj.toml index e400c7b..f8f6ccc 100644 --- a/GlitchyEditor/BeefProj.toml +++ b/GlitchyEditor/BeefProj.toml @@ -19,10 +19,6 @@ 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)\")"]