Referenced library isn't copied

前端 未结 3 1575
暖寄归人
暖寄归人 2020-12-19 05:55

I have ProjectA(WPFApplication) that references ProjectB(ClassLibrary). Inside ProjectB i have wpf window that uses contro

3条回答
  •  遥遥无期
    2020-12-19 06:28

    You should add the reference to the thrid party dll to the project where you want it to appear in the output directory. If the Copy Local is then set to true it will appear in you bin directory whether or not you use it in code or xaml.

提交回复
热议问题