From c6f718f844bed7468b8eb766ff4538585b0f6bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Wed, 3 Nov 2021 17:42:03 +0800 Subject: [PATCH] add AssemblyInfo --- FastGithub.UI/AssemblyInfo.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FastGithub.UI/AssemblyInfo.cs diff --git a/FastGithub.UI/AssemblyInfo.cs b/FastGithub.UI/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/FastGithub.UI/AssemblyInfo.cs @@ -0,0 +1,10 @@ +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) +)]