Skip to content

Commit 6fdf0b4

Browse files
committed
fixed logo and readme path
1 parent 971a592 commit 6fdf0b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenSlideSharp.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616

1717
<ItemGroup>
18-
<None Include="$(SolutionDir)\openslide_logo.png">
18+
<None Include="openslide_logo.png">
1919
<Visible>false</Visible>
2020
<Pack>True</Pack>
2121
<PackagePath></PackagePath>
2222
</None>
23-
<None Include="$(SolutionDir)\README.md">
23+
<None Include="README.md">
2424
<Visible>false</Visible>
2525
<Pack>True</Pack>
2626
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)