Self contained.

This commit is contained in:
Burak Kaan Köse
2026-04-14 00:11:26 +02:00
parent c622858d2d
commit df19ab3196
+3
View File
@@ -11,6 +11,9 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile> <PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI> <UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling> <EnableMsixTooling>true</EnableMsixTooling>
<!-- Bundle the Windows App SDK and .NET runtime into per-architecture MSIX outputs. -->
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<SelfContained Condition="'$(RuntimeIdentifier)' != ''">true</SelfContained>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Single instancing --> <!-- Single instancing -->