mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
546 B
15 lines
546 B
<Application xmlns="https://github.com/avaloniaui" |
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
x:Class="ILSpy.App" |
|
xmlns:local="using:ILSpy" |
|
RequestedThemeVariant="Default"> |
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. --> |
|
|
|
<Application.DataTemplates> |
|
<local:ViewLocator/> |
|
</Application.DataTemplates> |
|
|
|
<Application.Styles> |
|
<FluentTheme /> |
|
</Application.Styles> |
|
</Application> |