Skip to content

UWP dependency output path are calculated wrong in specific project #4638

@huoyaoyuan

Description

@huoyaoyuan

Visual Studio Version:
Visual Studio 2019 RC
Summary:
I cannot create a minimal reproduction, because my project file is heavily modified.
The issue happens between this project and the dependency. Their output paths are deleted from the project files, and set by props file here.
There is a Directory.Build.props file here. Perhaps this file is disturbing the tooling.
When building the first project, verbose output says dependency file $(SolutionDir)\artifacts\TheDependency\TheDependency.dll is not found. But its actual output position is $(SolutionDir\artifacts\TheDependency\Debug\TheDependency.dll).
Further more, I want UWP projects to use new project format too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions