首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >集成外壳加载CPS项目

集成外壳加载CPS项目
EN

Stack Overflow用户
提问于 2017-07-10 14:55:03
回答 1查看 30关注 0票数 1

我有一个用于Visual的自定义语言和调试编辑器扩展,希望能够使用visual studio集成shell分发。

但是,我无法使用集成的shell应用程序打开自定义项目文件:

代码语言:javascript
复制
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. 
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
     - scripts, "F:\path\to\example.myproj"


No changes required
These projects can be opened in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
     - scripts, "F:\path\to\example.Example_sln"

当扩展作为visual studio 2015的一部分直接加载时,一切都很好。

自定义项目类型是使用Visual Studio公共项目系统创建的

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-07-14 08:15:00

多亏了用户rodya0,我才有了回答

增加以下内容:

代码语言:javascript
复制
$ShellFolder$\Common7\IDE\CommonExtensions\Microsoft\Project; \

到孤立shell项目中.pkgdef文件的.pkgdef部分。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45015319

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档