Skip to content

Project references provide the wrong name for the implementation dll if the RootNamespace is different from the ProjectName. #449

@jlaanstra

Description

@jlaanstra

We set the Implementation for a WinMD reference to:

<Implementation Condition="'$(TargetExt)' == '.dll'">$(WinMDImplementationPath)$(RootNamespace)$(TargetExt)</Implementation>

while it should be set to:

<Implementation Condition="'$(TargetExt)' == '.dll'">$(WinMDImplementationPath)$(TargetName)$(TargetExt)</Implementation>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions