vsix
How do I change the icon for a menu command in Visual Studio Extension?
I have published a Visual Studio 2010 extension called Duplicate Selection which is primarily invoked via the hotkey. However it also has a menu item under the Edit menu. This all works fine, but I wo[详细]
2023-02-27 13:41 分类:问答Creating custom designer over XML file as VSIX 2010 package
We have a set of VS 2008 packages which leverages custom Project/Item templates, designers around XML files for our in house product development using VS. We are planning to move to VS 2010 and lookin[详细]
2023-02-25 11:17 分类:问答Why is "Successfully" installed Multi-Project Template for Visual Studio 2010 not appearing anywhere?
I created a multi-project template using the example from vsix.codeplex.com When I hit run, the extension is installed and works in the Experimental Instance of Visual Studio 2010.[详细]
2023-02-23 04:04 分类:问答Getting the selected file and using IVsSingleFileGenerator
I am trying to add several new functions to a package I developed for our company. One of these functions is to create a new file based on the file selected in the solution explorer and the menu optio[详细]
2023-02-20 20:52 分类:问答Deploy VS2010 Extension (VSIX) and register new file extension on windows
I\'ve created a VS2010 extension to manage a new type of project. I\'ve created the VSIX file with the project and item templates inside, and everything works fine, i\'m able to create a new project,[详细]
2023-02-19 01:05 分类:问答How do I extend the project properties screen in Visual Studio?
When u view a project开发者_C百科 properties in Visual Studio u get a number of tabs. The standard ones are \"Application\", \"Build\", \"Build Events\" etc.[详细]
2023-02-16 23:44 分类:问答Embed image to vsix
I\'m playing around with the custom start page template in vs. How would I go about embedding an image that I can use the in the start page xaml.I have tried the normal way of setting the image to Re[详细]
2023-02-11 07:50 分类:问答VSix deployment fails- Is VS SDK required on target machine?
I have a vsix packag开发者_JAVA技巧e that has been built and installed on my machine and works well.I tried a double click install on a machine that does not have the VS Sdk.When I click on the icon i[详细]
2023-01-27 11:34 分类:问答VSPackage: Modify toolbar button text/tooltip at runtime
I have been developing a Visual Studio extension as an Add-in for VS2008/2010. The new version now is to be done as a VSIX package for VS2010 only (as it has to be .NET 4 anyway), and I am having some[详细]
2023-01-21 02:22 分类:问答How do I prevent IVsBuildPropertyStorage.SetItemAttribute from escaping special characters?
I am working on a Visual Studio 2010 extension and I want to add an attribute to an MSBuild Item, as follows:[详细]
2023-01-20 23:30 分类:问答