Skip to content

forked from CodePlex, then added support for VS 2019, 2022 and 2026.

Notifications You must be signed in to change notification settings

yingang/WitCustomControls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WitCustomControls

Forked from CodePlex, then added support for Visual Studio 2019 and later.

Introduction

Custom controls is a feature in TFS. It allows customer developed controls to be hosted in work item form. Those controls can implement various business logics or add additional functionality to work with the workitemform. Here is the info on how to build custom controls.

Why this project?

There are many functionalities that customers want to have in a work item form, and most can be build with using this feature and sometimes by supplementing with an addin. If you think a generic control can be built to address needs out there, you can help build it or suggest that idea for someone else to build it here.

Implemented Controls

The following controls are implemented in the current release:

Build Instructions

  • Install WiX

  • Install Wix Toolset Visual Studio Extension (From Visual Studio Marketplace, the version of VS to build does not need to be same with the version of VS to be supported)

  • Install Visual Studio Team Explorer (the version to be supported)

  • Install Microsoft.AspNet.WebPages (using NuGet):

    Install-Package Microsoft.AspNet.WebPages

  • Add reference path of team explorer for the WitCustomControls project:

    VS2019: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\

    VS2022: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\

    VS2026: C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer

References

About

forked from CodePlex, then added support for VS 2019, 2022 and 2026.

Topics

Resources

Stars

Watchers

Forks