Skip to content

Commit

Permalink
Fix the include for nacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Mar 4, 2018
1 parent c9b01b5 commit f9c6376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<Compile Include="SkiaSharp.Extended.Svg.Tests\**\*.cs" Link="%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="SkiaSharp.Extended.Svg.Tests\**\*.cs" Link="%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<Content Include="SkiaSharp.Extended.Svg.Tests\images\*.svg" Link="images\%(Filename)%(Extension)">
Expand Down

0 comments on commit f9c6376

Please sign in to comment.