0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 09:50:44 -05:00
assembly-tool/ReCodeItGUI_WPF/AssemblyInfo.cs

11 lines
503 B
C#
Raw Normal View History

2024-06-17 01:22:11 -04:00
using System.Windows;
[assembly: ThemeInfo(
2024-06-17 11:34:06 -04:00
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)
2024-06-17 01:22:11 -04:00
)]