Skip to content

Commit

Permalink
Add IVT for VB EE (ResultProvider) and change .targets so we don't "I…
Browse files Browse the repository at this point in the history
…mport System.Linq" in projects that target .NET 2.0. (changeset 1274168)
  • Loading branch information
KevinH-MS committed Jun 20, 2014
1 parent 9e05c2f commit e68ce06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.Symbol.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.Syntax.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Scripting.VisualBasic.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.VisualBasic.UnitTests" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Diagnostics" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkVersion)' != 'v2.0'">
<Import Include="System.Linq" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
Expand Down

0 comments on commit e68ce06

Please sign in to comment.