mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-08 11:57:53 +08:00
17 lines
642 B
C#
17 lines
642 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows;
|
|
using System.Windows.Markup;
|
|
using System.Windows.Media;
|
|
|
|
[assembly: DisableDpiAwareness]
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
|
[assembly: ObfuscateAssembly(true)]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: XmlnsPrefix("urn:MicaSetup", "mica")]
|
|
[assembly: XmlnsDefinition("urn:MicaSetup", "MicaSetup.Design.Controls")]
|
|
[assembly: XmlnsDefinition("urn:MicaSetup", "MicaSetup.Design.Converters")]
|