How can I prevent Visual Studio from creating license.licx

前端 未结 5 2252
野趣味
野趣味 2021-02-19 10:31

We use 3rd party controls in our project. Almost every time when I double click on a file which has a design view too, Visual Studio tries to bring up the designer with heroic e

5条回答
  •  清歌不尽
    2021-02-19 11:08

    If you use the EmptyLicensesLicx NuGet package, it will create an empty Licenses.licx file in your project on every build (which is all you really need).

提交回复
热议问题