We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 648f343 + dab2eb2 commit b22242dCopy full SHA for b22242d
1 file changed
CxViewerVSIX/CxViewerPackage.cs
@@ -33,6 +33,7 @@ namespace CxViewerVSIX
33
/// To get loaded into VS, the package must be referred by <Asset Type="Microsoft.VisualStudio.VsPackage" ...> in .vsixmanifest file.
34
/// </para>
35
/// </remarks>
36
+ ///
37
[PackageRegistration(UseManagedResourcesOnly = true)]
38
[InstalledProductRegistration("#110", "#112", "9.00.6", IconResourceID = 400)] // Info on this package for Help/About
39
[ProvideMenuResource("Menus.ctmenu", 1)]
0 commit comments