Skip to content

Improvements to WindowsML sample for MSIX packaging - #530

Merged
Nick Eubanks (nieubank) merged 4 commits into
mainfrom
user/nieubank/ml_cswinui
Sep 23, 2025
Merged

Improvements to WindowsML sample for MSIX packaging#530
Nick Eubanks (nieubank) merged 4 commits into
mainfrom
user/nieubank/ml_cswinui

Conversation

@nieubank

Copy link
Copy Markdown
Contributor
  • Add SqueezeNet model files for MSIX sample
  • Remove unpackaged profile from launch settings for WindowsML sample
- Add SqueezeNet model files for MSIX sample
- Remove unpackaged profile from launch settings for WindowsML sample
</ItemGroup>

<!-- Include SqueezeNet model files in MSIX package -->
<Target Name="IncludeSqueezeNetFilesInPackage" AfterTargets="CopySqueezeNetModelToOutput" BeforeTargets="_ComputeAppxPackagePayload">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Content include not work similar to the above with jpg / png for assets?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we put these in the Assets folder, it may work, specifying them as Content did not enable them to do into the root directory where the sample code is expecting them though.

@nieubank
Nick Eubanks (nieubank) merged commit 4f01fbe into main Sep 23, 2025
4 checks passed
@nieubank
Nick Eubanks (nieubank) deleted the user/nieubank/ml_cswinui branch September 23, 2025 18:21
adrastogi added a commit that referenced this pull request Sep 23, 2025
* Improvements to WindowsML sample for MSIX packaging (#530)

* Update Resnet C# sample to use correct registration API (#531)

Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>

---------

Co-authored-by: Nick Eubanks <nieubank@microsoft.com>
Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants