I'm removing dependency to some component from solution. Some C# projects in their directory contain file licenses.licx and have reference to this file in their text csproj representation. Most of licenses.licx reference only component I'm removing from solution. How to clean this referenses:
- removing the file licenses.licx from both project(how to do this via VS GUI? I cant find in GUI how to select licenses.licx) and source control;
- cutting string reference in licenses.licx and leave empty licenses.licx within project and source control.