-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathOpenSlideSharp.Common.props
More file actions
30 lines (26 loc) · 908 Bytes
/
OpenSlideSharp.Common.props
File metadata and controls
30 lines (26 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!--- Package information, Version -->
<PropertyGroup>
<Authors>IOL0ol1</Authors>
<Copyright>Copyright © 2021-2026</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/IOL0ol1/OpenSlideSharp</PackageProjectUrl>
<PackageIcon>openslide_logo.png</PackageIcon>
<RepositoryUrl>https://github.com/IOL0ol1/OpenSlideSharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>
<None Include="openslide_logo.png">
<Visible>false</Visible>
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="README.md">
<Visible>false</Visible>
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>