parent
37cb3cb01e
commit
c78e98e11d
@ -0,0 +1,9 @@ |
|||||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||||
|
|
||||||
|
<PropertyGroup> |
||||||
|
<TargetFramework>net6.0</TargetFramework> |
||||||
|
<ImplicitUsings>enable</ImplicitUsings> |
||||||
|
<Nullable>enable</Nullable> |
||||||
|
</PropertyGroup> |
||||||
|
|
||||||
|
</Project> |
@ -0,0 +1,10 @@ |
|||||||
|
using System.Windows; |
||||||
|
|
||||||
|
[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) |
||||||
|
)] |
Loading…
Reference in new issue