From 32f5b23ef18507d7a85d4daecde3b6c8f3f273c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8D=E7=BE=BD=E9=9D=92=E7=A9=BA?= Date: Fri, 21 Mar 2025 13:13:08 +0800 Subject: [PATCH] Delete ServerLauncher/AssemblyInfo.cs --- ServerLauncher/AssemblyInfo.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ServerLauncher/AssemblyInfo.cs diff --git a/ServerLauncher/AssemblyInfo.cs b/ServerLauncher/AssemblyInfo.cs deleted file mode 100644 index b0ec827..0000000 --- a/ServerLauncher/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Windows; - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)]