Browse Source

Remove including tests into the profiling sandbox

pull/1090/head
Brian Popow 6 years ago
parent
commit
0bce7af847
  1. 4
      tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

4
tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

@ -14,10 +14,6 @@
<IsTestProject>false</IsTestProject>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\ImageSharp.Tests\**\*.cs" Link="Tests\%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<Compile Remove="..\ImageSharp.Tests\IO\LocalFileSystem.cs" />
</ItemGroup>

Loading…
Cancel
Save