Visual studio not copying content files from indirectly referenced project

前端 未结 5 680
滥情空心
滥情空心 2020-12-09 01:57

I have the following project structure:

Library1 <--[project reference]-- Library2 <--[ref]-- Executable
--------                          --------             


        
5条回答
  •  北荒
    北荒 (楼主)
    2020-12-09 02:22

    Could be that you reference Library1 only from an XAML file in that case Visual Studio dont recognice the usage. Add a reference in code as well e.g. by applying the name attribute

提交回复
热议问题