You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The target CsWinRTRemoveWinMDReferences removes the project referenced .winmds from ReferencePath and puts their implementation (if present) in the ReferenceCopyLocalPaths. This does not respect the "Copy Local" (Private) value as set for the project reference.
Steps To Reproduce
Create authoring project A
Create consuming project B
Reference A from B
Set "Copy Local" -> "No" in VS (or <Private>false</Private> in the ProjectReference)
Build, note that the implementation binary A will be placed in the output for B
Expected Behavior
Outputs of project A should not be placed in the outputs of project B when these properties are set.