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
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
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.
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
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,
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.
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
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
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
I am working on a Visual Studio 2010 extension and I want to add an attribute to an MSBuild Item, as follows: