1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 06:00:45 +00:00
msfs-popout-panel-manager/MainApp/AssemblyInfo.cs

14 lines
656 B
C#
Raw Permalink Normal View History

2022-01-27 13:40:04 +00:00
using System.Windows;
using System.Windows.Media;
[assembly: DisableDpiAwareness]
[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)
)]
2023-07-12 22:41:31 +00:00