Hello,
I am using VS2017 Community to develop a VSIX package. According to MSDN, PkgCmdIDList class is defined in Microsoft.VisualStudio.Data.Schema.Project.Common.UI namespace, which is implemented in Microsoft.VisualStudio.Data.Schema.Project.dll. However on my machine with VS2017 installed there is no such DLL. Looks like it is not installed with VSIX SDK. My question is: Why this assembly was not installed with VSIX SDK and where do I get it?