From 3b7767add0d20f0e1d86d3ae3f39aa66cdae5ee2 Mon Sep 17 00:00:00 2001 From: cyqk_0010 Date: Sun, 27 Apr 2025 20:37:15 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TslTools/AssemblyInfo.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TslTools/AssemblyInfo.cs diff --git a/TslTools/AssemblyInfo.cs b/TslTools/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/TslTools/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) +)]