How can I prevent Visual Studio from creating license.licx

前端 未结 5 2255
野趣味
野趣味 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:31

    If anyone is looking for solution for this problem because they are using precompiled licenses via Lc.exe tool and want to prevent licenses.licx from conflicting on build server, edit your csproj file, and change line that looks like this:

    
    

    into this:

提交回复
热议问题