Skip to content

Commit

Permalink
Add default VB Namespace imports
Browse files Browse the repository at this point in the history
  • Loading branch information
basoundr committed Apr 18, 2017
1 parent c81e716 commit 3eafb40
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,15 @@ Copyright (c) .NET Foundation. All rights reserved.
<PropertyGroup>
<DefineConstants>$(DefineConstants),$(ImplicitFrameworkDefine)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
</Project>

0 comments on commit 3eafb40

Please sign in to comment.