Nuget copy and add files to solution level
问题 I want to create a NUGET package that adds several files to a certain solution folder. Specifically, the package must, on installation, do the following: Create a temp folder in the target project. Copy all the files matching an extension (say *.txt) to the temp folder. Move the files to Solution root. Create a Solution folder named "Solution Items". Add all the files just moved to that solution folder. Remove the temp folder from both solution and disk. I use the package.nuspec file to