Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的解决方案中有一个基于插件的架构(使用区域),效果很好。
问题是插件项目是类库,因此当我右键单击视图文件夹时,添加视图向导不可见。
有没有办法在类库中获取该向导?还是有另一种方法可以在类库项目中获得脚手架?
有没有办法在类库中获取该向导?
是的,在.csproj您的类库文件中,将以下内容添加到第一个<PropertyGroup>节点:
.csproj
<PropertyGroup>
<ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>