Removed unnecessary reflection option

This commit is contained in:
Simon Lübeß
2026-08-02 12:03:59 +02:00
parent a14d86012a
commit 8ccbc565ad
-4
View File
@@ -19,10 +19,6 @@ IconFile = "$(ProjectDir)/Resources/Textures/GlitchyEngineIcon.ico"
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"] PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
DebugCommandArguments = "\"D:\\Development\\Git\\SingleStateToOrbit\"" DebugCommandArguments = "\"D:\\Development\\Git\\SingleStateToOrbit\""
[[Configs.Debug.Win64.DistinctOptions]]
Filter = "System.Collections.List<>"
ReflectAlwaysInclude = "IncludeAll"
[Configs.Release.Win64] [Configs.Release.Win64]
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"] PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]