Single File Generator not working for .NET Standard Projects in Visual Studio 2017
问题 I've implemented a Single File Generator based off the template [1] (that compiles into an installable VSIX output, including the automatic registration of the components) and: It works for classic .NET projects in VS 2015 and VS2017; It works for .NET Core projects in VS2017; But doesn't work for .NET Standard projects in VS2017. All of the HasCustomTool.xml files have the same configuration, all of them have the 'Custom Tool' attribute specified. When I look at the .csproj files, I can see