prepared project to MSIX

This commit is contained in:
2026-08-09 20:26:44 +05:00
parent 7ecad05e1c
commit b2873139ae
3 changed files with 26 additions and 12 deletions
+3 -8
View File
@@ -1,10 +1,5 @@
using System.Runtime.CompilerServices;
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)
)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
[assembly: InternalsVisibleTo("CursorLang.Tests")]