Jun 23
When using the Visual Studio 2010 SDK and creating VSIX packages, you will set for some files the Include in VSIX property within your DslPackage.
I’m not sure what append, maybe it happed on a project I imported from an older Visual Studio version. But for this project the property I needed so much was just missing.
If the same happens to you, you can edit the DslPackage.csproj and add the following line:
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60}; {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
It worked on my machine and I got this property back.
Recent Comments