Skip to content

Commit

Permalink
add AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed Nov 3, 2021
1 parent 03a3be2 commit c6f718f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions FastGithub.UI/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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)
)]

0 comments on commit c6f718f

Please sign in to comment.