From b2873139ae3e2961c7ac817b1b92e732ba9a6230 Mon Sep 17 00:00:00 2001 From: Aleksandr Neychev Date: Sun, 9 Aug 2026 20:26:44 +0500 Subject: [PATCH] prepared project to MSIX --- CursorLang/AssemblyInfo.cs | 11 +++-------- CursorLang/CursorLang.csproj | 22 ++++++++++++++++++++-- CursorLang/app.manifest | 5 +++-- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/CursorLang/AssemblyInfo.cs b/CursorLang/AssemblyInfo.cs index 4a05c7d..7b12e6b 100644 --- a/CursorLang/AssemblyInfo.cs +++ b/CursorLang/AssemblyInfo.cs @@ -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) -)] \ No newline at end of file +[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] +[assembly: InternalsVisibleTo("CursorLang.Tests")] diff --git a/CursorLang/CursorLang.csproj b/CursorLang/CursorLang.csproj index f48608b..e358423 100644 --- a/CursorLang/CursorLang.csproj +++ b/CursorLang/CursorLang.csproj @@ -1,12 +1,30 @@ - + WinExe - net10.0-windows + net10.0-windows10.0.19041.0 + 10.0.17763.0 + enable enable + true + true + $(NoWarn);CS1591 true app.manifest + Resources\CursorLang.ico + win-x64;win-arm64 + AnyCPU + true + false + true + 1.0.0 + 1.0.0.0 + 1.0.0.0 + CursorLang + Aleksandr Neychev + Shows the keyboard layout at the cursor + Copyright (c) 2026 diff --git a/CursorLang/app.manifest b/CursorLang/app.manifest index d18a88f..68e31ae 100644 --- a/CursorLang/app.manifest +++ b/CursorLang/app.manifest @@ -5,14 +5,15 @@ - + - true + PerMonitorV2 + true/pm