VS2015:设置 Powershell 模块解决方案的最佳方法是什么?

VS2015: What is the best way to setup a Powershell module solution?

我有:

我需要的:

注意: VS2015 中的 PowerShell 模块项目如果具有 "Postbuild" 功能,对我来说将是完美的。很遗憾没有。

我会使用 Makefile 项目 (New \ Project \ Templates \ Visual C++ \ 一般 \ Makefile 项目)。转到其 Properties \ NMake 选项卡并撰写 "Build Command Line" 和其他命令,根据需要。在你的情况下,构建 命令应将所需文件复制到目标位置。不要被混淆 姓名 "Visual C++" 和 "NMake"。您可以使用任何您想要的命令。

最后,在解决方案中配置项目依赖项或构建顺序 包括新项目。