Xaml file error FinalBuilderTFS2013Build.xaml

I am opening this file in VS 2013 and there is an error loading
Error 1 System.IO.FileNotFoundException: Could not load file or assembly ‘LibGit2Sharp, Version=0.14.30212.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.
File name: 'LibGit2Sharp, Version=0.14.30212.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’

any idea about this. the xaml I have is dated 5/14/2014

Hi Garth,

The workflow is required to be opened in a project which has a reference to the LibGit2Sharp library (located at “{Program Files x86}\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\LibGit2Sharp.dll”).

For this reason I typically recommend that workflows have their own projects within the solution which they build. This allows the addition of any references for the workflow itself.

yes, thanks, I figured that out last night after I got the same error with the default TFS xaml.