We had a static library. My code was compiling nicely. We created a dll to replace the the static library. I installed the dll using nuget.So now I can see my xxx.targets in section of my vcxproj.I removed (uninstalled using nuget and removed from the project properties input) my static library.Now I am getting compilation errors.I am using visual studio 2019.Do I need to make any change in the original sources code. Any include?
↧