-
Create custom project templates in Visual Studio
Visual studio installation comes with the various predefined project templates, and we can use one of these templates (like console application, class library, ASP.NET web application, etc) to create a new project. We can create custom project templates and have they appear in create new project dialog under the project selection templates. Here I would…
-
How to use TFS 2012 Team Build for Visual Basic 6
Here is a process to build your VB6 projects in Team foundation Server 2012. 1. Have a copy of your VB6 project 2.Download the MSBuild Extension Pack from the below link and install it on the build machine. http://msbuildextensionpack.codeplex.com/ 3.Create a xml file with the contents as attached with the mail. Let us name this…