vsixmanifest

How to close/dispose tool window when visual studio solution closed and create/open toolwindow again in an extension

怎甘沉沦 提交于 2020-08-06 06:09:08
问题 I created a tool window inside visual studio extension using https://docs.microsoft.com/en-us/visualstudio/extensibility/adding-a-tool-window?view=vs-2019. I show some documentation in it based on user inputs from the wizard.Ex : User selected Tab, I show Tab related documentation User closed the solution User created another project , He changed the user input Ex : Bot is selected Expected : Bot documentation to be shown Actual : Tab documentation is shown(Tool window content doesn't change)

Is there a way to add conditions in vsTemplates? or a way to generate output projects based on user selections

纵饮孤独 提交于 2020-05-31 05:42:49
问题 I have a requirement to generate a custom projects template. I am showing the wizard (using vsix project) to the user which has three check boxes in which user can select one or many of them, based on the selection the number of projects need to be created. Suppose user choose one, then output solution must have one project. Suppose user choose any two, then output solution must have those two projects. At Present irrespective of selection three output projects are created. The root

Creating VSIX package for TFS Source control explorer context menu extension

随声附和 提交于 2019-12-13 18:26:21
问题 I am trying to create VSIX package to extend functionality of TFS 2012 source control right click context menu when clicking on branch. I don't want to use Add-in. this has to be package which other developers can directly install. The customized menu items need to appear in the source control explorer contextual menu after they install the extension. I am not able to get any sample for this requirement or not able to get proper documentation source. One of sample I found is "TFS community

How to Install WiX Extensions for VS 2017

别来无恙 提交于 2019-12-08 11:15:05
问题 I am new to Visual Studio 2017 Professional, and am trying to replicate my Vs2013 development environment including the installation of WiX extensions. Unfortunately when I attempt to install the Votive2017.vsix file I get an error message: Can someone please assist. I have been struggling with this for the last three hours now, and it is driving me insane. My VS2017 install seems to be complete, sufficient at any rate to compile, run and debug the VS solution that I have ported over from

Update Xml File (vsixmanifest)

我是研究僧i 提交于 2019-12-02 13:23:07
问题 I'm creating a Visual Studio 2013 Package (vsix) (shameless plug: pMixins ). As part of my quest to use TeamCity as a continuous integration server, I have configured Team City to build the .vsix Package (Visual Studio Package (vsix) - Team City without Visual Studio installed). Now I want to configure Team City to set the Version in the VSIX Schema: <?xml version="1.0" encoding="utf-8"?> <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d=

How to debug a Vsix project

本秂侑毒 提交于 2019-11-29 09:12:10
I'm creating a custom test runner for my project. So I've created a test vsix project which can be registered in Visual Studio. I also knows that I load the extension through F5, then the experimental instance of Visual Studio is loaded, but breakpoints are not hit in the Visual Studio Instance in which I've created my vsix. Someone knows how to really debug it? I've built a few Visual Studio extension and I've never found a good way to debug a VSIX. You can launch an experimental instance, but I've found this to be the slowest possibility. This is the workflow I use: Open a Visual Studio

How to debug a Vsix project

夙愿已清 提交于 2019-11-28 02:34:38
问题 I'm creating a custom test runner for my project. So I've created a test vsix project which can be registered in Visual Studio. I also knows that I load the extension through F5, then the experimental instance of Visual Studio is loaded, but breakpoints are not hit in the Visual Studio Instance in which I've created my vsix. Someone knows how to really debug it? 回答1: I've built a few Visual Studio extension and I've never found a good way to debug a VSIX. You can launch an experimental

vsixmanifest for all: VS 2010, 2012 and 2013

回眸只為那壹抹淺笑 提交于 2019-11-27 12:45:33
I'm using VSIX Manifest Designer under VS2013. I've added Microsoft.VisualStudio.Pro product identifier and [10.0,13.0) version range to install targets. Despite that fact, I still don't see my VS2010 Professional as an available installation target: The source.extension.vsixmanifest file content is shown below: <?xml version="1.0" encoding="utf-8"?> <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> <Metadata> <Identity Id="ae98c9e5-8e14-4c92-b45a-c4fd24a49123" Version="1.0"

vsixmanifest for all: VS 2010, 2012 and 2013

不羁岁月 提交于 2019-11-26 22:22:22
问题 I'm using VSIX Manifest Designer under VS2013. I've added Microsoft.VisualStudio.Pro product identifier and [10.0,13.0) version range to install targets. Despite that fact, I still don't see my VS2010 Professional as an available installation target: The source.extension.vsixmanifest file content is shown below: <?xml version="1.0" encoding="utf-8"?> <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer