Skip to content

Commit 37c1e67

Browse files
committed
Enable MSIX tooling support in project file
Added <EnableMsixTooling>true</EnableMsixTooling> to MagickCrop.csproj to facilitate MSIX packaging and deployment for Windows applications. This change prepares the project for modern Windows app distribution.
1 parent 59099e8 commit 37c1e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MagickCrop/MagickCrop.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<RuntimeIdentifiers>win-arm64;win-x86;win-x64</RuntimeIdentifiers>
1616
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1717
<Version>1.11.0</Version>
18+
<EnableMsixTooling>true</EnableMsixTooling>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

0 commit comments

Comments
 (0)