Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Cosmetic fix to test project file
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed Oct 10, 2015
1 parent 41c4542 commit 0be7fa2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<OutputType>Library</OutputType>
<AssemblyName>System.Linq.Expressions.Tests</AssemblyName>
<RootNamespace>System.Linq.Expressions.Tests</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
Expand Down Expand Up @@ -157,4 +158,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
</Project>

0 comments on commit 0be7fa2

Please sign in to comment.