Xyanid / NuGetDeploy

Visual Studio Extension to integrate NuGet Deploy options to visual studio
7 stars 9 forks source link

this context menu item is disabled on the project .xproj #1

Open topstarai opened 7 years ago

topstarai commented 7 years ago

Please refer to what I said in title

Xyanid commented 7 years ago

That is because .xproj files are not supported as of now. Actually I have not done much work to this project as of late as you can tell.

The reason the command is disabled is that it is checked if the command is available for the current project in the method Xyanid.VisualStudioExtension.NuGetDeploy.Classes.Singletons.OptionsManager.GetSupportedProject(EnvDTE.Project, bool) which uses the extension to determine if the project is supported or not.

Currently only .vbproj, .csproj and .vcxproj are supported.