Delete ServerLauncher/AssemblyInfo.cs

This commit is contained in:
才羽青空 2025-03-21 13:13:08 +08:00 committed by GitHub
parent 4ce580e264
commit 32f5b23ef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
)]