We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648f343 commit dab2eb2Copy full SHA for dab2eb2
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