dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
572 stars 36 forks source link

Mistake on MSIX-win10-x64.pubxml #129

Closed Magic73 closed 9 months ago

Magic73 commented 1 year ago

I opened Mistake on MSIX-win10-x64.pubxml:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <PublishDir>bin\Release\net7.0-android\publish\</PublishDir>
    <PublishProtocol>FileSystem</PublishProtocol>
    <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
    <Platform>Any CPU</Platform>
    <Configuration>Release</Configuration>
    <TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
    <PublishSingleFile>false</PublishSingleFile>
    <PublishReadyToRun>false</PublishReadyToRun>
    <SelfContained>True</SelfContained>
    <PublishAppxPackage>true</PublishAppxPackage>
    <AppxPackageDir>bin\Debug\net7.0-windows10.0.19041.0\win10-x64\AppPackages\</AppxPackageDir>
  </PropertyGroup>
</Project>

is this correct? (publish profile for windows platform)

<PublishDir>bin\Release\net7.0-android\publish\</PublishDir>

Visual Studio 17.6.4, fully updated

dotMorten commented 10 months ago

I don't see that file anywhere in this repo. Where are you finding this?

dotMorten commented 9 months ago

Closing. Please feel free to reopen if you have more information to share.