我有一个用于Visual的自定义语言和调试编辑器扩展,希望能够使用visual studio集成shell分发。
但是,我无法使用集成的shell应用程序打开自定义项目文件:
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公共项目系统创建的
发布于 2017-07-14 08:15:00
多亏了用户rodya0,我才有了回答
增加以下内容:
$ShellFolder$\Common7\IDE\CommonExtensions\Microsoft\Project; \到孤立shell项目中.pkgdef文件的.pkgdef部分。
https://stackoverflow.com/questions/45015319
复制相似问题