Skip to content

Commit

Permalink
Organize cmdlets
Browse files Browse the repository at this point in the history
  • Loading branch information
vbjay committed Sep 8, 2016
1 parent 03bfb75 commit ae26005
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions TFS Release Notes/TFS Release Notes.vbproj
Expand Up @@ -265,15 +265,15 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cmdlets\GetChangesetFiles.vb" />
<Compile Include="Cmdlets\Changesets\GetChangesetFiles.vb" />
<Compile Include="Cmdlets\GetTFS.vb" />
<Compile Include="Cmdlets\GetUnlinkedChanges.vb" />
<Compile Include="Cmdlets\GetWorkItemAttachments.vb" />
<Compile Include="Cmdlets\GetWorkItemSQLScripts.vb" />
<Compile Include="Cmdlets\GetWorkItemFiles.vb" />
<Compile Include="Cmdlets\ChangesetCmdlet.vb" />
<Compile Include="Cmdlets\Changesets\GetUnlinkedChanges.vb" />
<Compile Include="Cmdlets\WorkItems\GetWorkItemAttachments.vb" />
<Compile Include="Cmdlets\WorkItems\GetWorkItemSQLScripts.vb" />
<Compile Include="Cmdlets\WorkItems\GetWorkItemFiles.vb" />
<Compile Include="Cmdlets\Changesets\ChangesetCmdlet.vb" />
<Compile Include="Cmdlets\TFSCmdlet.vb" />
<Compile Include="Cmdlets\WorkItemCmdlet.vb" />
<Compile Include="Cmdlets\WorkItems\WorkItemCmdlet.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
Expand Down

0 comments on commit ae26005

Please sign in to comment.