I have a package that I am creating that has some entity framework .cs files. When the package is installed, I would like to copy these files to a specific project directory. Is it possible to have files copied from the package to a project directory upon installation?
↧