mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
8 lines
192 B
C#
8 lines
192 B
C#
using System.Reflection;
|
|
using System.Windows;
|
|
|
|
[assembly: AssemblyTitle("Wox")]
|
|
[assembly: ThemeInfo(
|
|
ResourceDictionaryLocation.None,
|
|
ResourceDictionaryLocation.SourceAssembly
|
|
)] |