我坚持使用本教程来创建多项目视觉工作室模板。我特别卡在这条线上:
Select the files and folders to include in your template, right-click the selection, click Send To, and then click Compressed (zipped) Folder. The files and folders are compressed into a .zip file.
我做了以下步骤:
- 创建 2 个项目。(MyProj.Web 和 MyProj.Service)
- 在 MyProj.Web 中引用 MyProj.Service。
- 两者都导出。他们现在在一个
.zip
文件中。
我从这里做什么?
我的意图是:在某些 dll 所在的位置创建解决方案文件夹(DI、单元测试框架等)。引用这些 dll。参考其他项目中的项目。重命名部分项目。例如。{MyProj}.Service
替换为的能力NewName.Service