I have created a NuGet package in which I install other referenced packages. I also have a folder of up to 100 images. If I put these in the content folder they get copied over to the root of the project on which I install the NuGet package.
Here is my problem. When placing them in Content > Images > List-of-files, it takes up to 30 minutes per project to copy the files to the root folder. Furthermore I need them in the bin/debug and bin/release folders, not the root of the project.
Is there a way to just add the images into the lib folder so that they are in the package > lib > Images folder and then copy them to the bin/debug and bin/release folders of the project to which it was installed?