Skip to content

[MRTCore] MRTCore in WPF: building app fails with "'UAP.props' not found" #437

@rohanp-msft

Description

@rohanp-msft

Describe the bug
MRTCore in WPF: building app fails with "'UAP.props' not found"

Steps to reproduce the bug

  1. Create WPF app.
  2. Install the Project Reunion NuGet package (at this time, since the framework packages aren't available yet, you might have to install the TransportPackage, which isn't meant for app consumption, manually; since the name of the props and targets files in the package doesn't match the package name, they won't be automatically imported in the project file on package install)
  3. Simply attempt to build the app. It fails with:
1>C:\Users\mn\.nuget\packages\microsoft.applicationmodel.resources\0.1.0-ci-20210204-213641\build\Microsoft.ApplicationModel.Resources.PriGen.targets(833,5): error APPX1639: File 'C:\Program Files (x86)\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP.props' not found. See http://go.microsoft.com/fwlink/?LinkID=798187 for more information.

Expected behavior
App builds successfully.

Screenshots
n/a

Version Info
Latest version of the Project Reunion TransportPackage NuGet package (support for this type of app needs to be added, so the version of the package doesn't matter).

NuGet package version:
See point above, under Version Info.

Windows version:
Issue is independent of the Windows version.

Additional context
This issue was reported by Morten Nielson @dotMorten.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions