Skip to content

Instantly share code, notes, and snippets.

View alexlogvin's full-sized avatar
💭
Never give up

Alex Logvin alexlogvin

💭
Never give up
View GitHub Profile
@alexlogvin
alexlogvin / Microsoft.Build.Msix.Packaging.MsixBundle.targets
Last active January 5, 2025 11:32 — forked from mattleibow/Microsoft.Build.Msix.Packaging.MsixBundle.targets
Target file for dotnet to compile .msixbundle from .NET MAUI project
<Project>
<!--
=======================================================================
Microsoft.Build.Msix.Packaging.MsixBundle.targets
=======================================================================
This targets file can be imported at the bottom of the main app project file (.csproj):
<Import Project="Microsoft.Build.Msix.Packaging.MsixBundle.targets" />