-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Directory.Build.targets
22 lines (21 loc) · 987 Bytes
/
Directory.Build.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<Authors>aianlinb</Authors>
<Copyright>Copyright © 2022-2024 aianlinb</Copyright>
<PackageId>LibGGPK3.$(AssemblyName)</PackageId>
<PackageProjectUrl>https://github.com/aianlinb/LibGGPK3</PackageProjectUrl>
<PackageTags>LibGGPK3;libggpk;POE;PathOfExile;aianlinb</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath="/" Visible="false" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="*" PrivateAssets="All" />
</ItemGroup>
</Project>