Skip to content

Instantly share code, notes, and snippets.

@breyed
Created April 22, 2015 00:47
Show Gist options
  • Save breyed/ffe26c10777c372986fb to your computer and use it in GitHub Desktop.
Save breyed/ffe26c10777c372986fb to your computer and use it in GitHub Desktop.
TFS Get All from solution parent
<UserSettings>
<ApplicationIdentity version="12.0"/>
<ToolsOptions/>
<Category name="Environment_Group" RegisteredName="Environment_Group">
<Category name="Environment_ExternalTools" Category="{E8FAE9E8-FBA2-4474-B134-AB0FFCFB291D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ExternalTools" PackageName="Visual Studio Environment Package">
<ExternalTools>
<UserCreatedTool>
<Arguments>get</Arguments>
<CloseOnExit>true</CloseOnExit>
<Command>tf.exe</Command>
<Index>0</Index>
<InitialDirectory>$(SolutionDir)\..</InitialDirectory>
<IsGUIapp>false</IsGUIapp>
<NameID>0</NameID>
<Package>{00000000-0000-0000-0000-000000000000}</Package>
<PromptForArguments>false</PromptForArguments>
<SaveAllDocs>true</SaveAllDocs>
<Title>TFS Get A&amp;ll</Title>
<Unicode>false</Unicode>
<UseOutputWindow>true</UseOutputWindow>
<UseTaskList>false</UseTaskList>
</UserCreatedTool>
</ExternalTools>
</Category>
</Category>
</UserSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment