`visual studio 2017 add as link content files (aspnetcore)
问题 Since VS2017 returned to csproj, I am again able to add files "as link"... NOT! When I link a file I also want it to be copied to the solution folder (not output directory, just solution), for example js files, webpack config files etc, I have them shared and "linked". But in order for these to be really "seen" by visual studio, I have to copy them to the solutions. I do this in a BeforeTargets="Build" event in the csProj file. That is how I did it before the project.json change (during the