Click here to Skip to main content
15,892,005 members
Articles / Programming Languages / XML

Generate Automated Builds for Source Code from Multiple Branches using Team Foundation Server and Team Builds

Rate me:
Please Sign up or sign in to vote.
4.83/5 (29 votes)
14 Mar 2010CPOL3 min read 64.7K   537   50  
Generate automated builds for source code from multiple branches using Team Foundation Server and Team Builds

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suresh.TeamFoundation.Addins", "Suresh.TeamFoundation.Addins.csproj", "{D1F0AE55-8E82-4E62-A24E-C8F2D7485626}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SI.TeamFoundation.Addins.Setup", "SI.TeamFoundation.Addins.Setup\SI.TeamFoundation.Addins.Setup.vdproj", "{E362CFE3-B789-45E1-AC5F-21A6B351A2CA}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 3
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = http://rd-tfs-no1:8080/
		SccLocalPath0 = .
		SccProjectUniqueName1 = Suresh.TeamFoundation.Addins.csproj
		SccLocalPath1 = .
		SccProjectUniqueName2 = SI.TeamFoundation.Addins.Setup\\SI.TeamFoundation.Addins.Setup.vdproj
		SccProjectName2 = SI.TeamFoundation.Addins.Setup
		SccLocalPath2 = SI.TeamFoundation.Addins.Setup
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D1F0AE55-8E82-4E62-A24E-C8F2D7485626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D1F0AE55-8E82-4E62-A24E-C8F2D7485626}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D1F0AE55-8E82-4E62-A24E-C8F2D7485626}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D1F0AE55-8E82-4E62-A24E-C8F2D7485626}.Release|Any CPU.Build.0 = Release|Any CPU
		{E362CFE3-B789-45E1-AC5F-21A6B351A2CA}.Debug|Any CPU.ActiveCfg = Debug
		{E362CFE3-B789-45E1-AC5F-21A6B351A2CA}.Debug|Any CPU.Build.0 = Debug
		{E362CFE3-B789-45E1-AC5F-21A6B351A2CA}.Release|Any CPU.ActiveCfg = Release
		{E362CFE3-B789-45E1-AC5F-21A6B351A2CA}.Release|Any CPU.Build.0 = Release
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer PROTEANS SOFTWARE SOLUTIONS LTD.(www.proteans.com)
India India
I am currently working in an outsourced software product development company, PROTEANS SOFTWARE SOLUTIONS LTD.(www.proteans.com) as a Module Lead.

Comments and Discussions