Microsoft.Teamfoundation.dll with Visual Studio 2013? - visual-studio-2013

I had been using Microsoft.TeamFoundation.dll found in
"{programfiles}\Microsoft Visual Studio
10.0\Common7\IDE\ReferenceAssemblies\v2.0"
with visual studio 2010?
Been working on updating the build templates to TFS 2013 and found that the Microsoft.TeamFoundation.dll is missing in the
"{programfiles}\Microsoft Visual Studio
12.0\Common7\IDE\ReferenceAssemblies\v2.0"
folder.
Where can I find the Microsoft.TeamFoundation.dll for TFS 2013?

Found the answer at this location:
"My observation is, using TFS and VS version 2013 onwards, we no longer need to reference to this assembly where as referencing to assembly Microsoft.TeamFoundation.Common.dll is enough. This assembly contains Microsoft.TeamFoundation namespace and all sub-namespaces along with classes that represent general information about Visual Studio Team Foundation Server."
SOURCE

Related

"VSPackage" template missing VS2015

I have to create an add-in for visual studio 2015. I read at https://msdn.microsoft.com/en-us/library/80493a3w.aspx that "add-in" templates are deprecated from 2013 and "visual studio packages" should be created instead so I tried searching for Visual studio package templates but cannot find them.
I tried the solutions given here Where can I find the "Visual Studio Package" Template for Visual Studio project?
But still can't find it. I have the "VSix" template add additional extensibility such as a "VSPackage" but there is no template for a VSPackage.
You needed to install the VS 2015 SDK
https://msdn.microsoft.com/en-us/library/dn916149.aspx

Visual Studio C++ 2010 Express Project creation failing?

After installing Visual Studio C++ 2010 Express, I have not been able to create any projects. Visual Studio Basic 2010 Express was previously installed.
I constantly am getting the error after putting the name into my project and selecting the type;
Creating project "project-name" . . . project creation failed.
I did check the settings for the project templates and items, they seem to be pointing to my documents folder instead of my ProgramFiles, but I am sure that it did not work even there.
Another question similar to this one:
Project Creation Failed Microsoft Visual C++ 2010 Express and Visual Studio 2010
Any suggestion is thanked, I have been trying to find a solution to this for a very long time, but have not been able to find anything helpful.
Many thanks,
Jim

visual studio 2012 gadgeteer

I need to program some .Net Gadgeteer modules for a big project on visual studio 2012.
Unfortunately I can't find the templates for Gadgeteer.
All the tutorial I have found says I have to use visual c# or visual studio 2012.
Do you know if some suitable templates exist?
The templates can be found at the codeplex project. https://gadgeteer.codeplex.com/
Here is a detailed tutorial of setting up the environment. http://gadgeteerguy.com/Tutorials/TutorialView/tabid/147/ArticleId/23/Getting-Started-Guide.aspx

Project Type .rbproj Cannot Be Opened

I left a comment about this at the CodePlex site but I thought I would check here seeing as how I have not seen anything about this on the web.
I cannot use any IronRuby projects inside of Visual Studio 2010 because it tells me that the project type .rbproj cannot be opened because it is not supported by my version of Visual Studio.
I am wondering if this is because I have Visual Studio 2010 SP 1 installed.

visual studios 2010 atl web service

Can anyone tell me where to find an visual studios 2010 atl web service template like the one that comes with visual studios 2008?
Thanks.
According to the comments on the Visual C++ Team Blog they were removed starting with Visual Studio 2008. However, you can find the latest version on codeplex. There may be a way to use the latest compiler to build such a project, by utilizing the project template from the a previous version of Visual Studio. This article provides a description of how it could be done.

Resources