-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathPangLib.DAT.csproj
24 lines (18 loc) · 990 Bytes
/
PangLib.DAT.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>PangLib.DAT</PackageId>
<Version>1.1.0</Version>
<Authors>pixeldesu</Authors>
<Description>PangLib.DAT is a library that enables handling and parsing of PangYa translation (DAT) files</Description>
<PackageTags>pangya;translation;game-files</PackageTags>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<RepositoryUrl>https://github.com/pangyatools/PangLib</RepositoryUrl>
<PackageProjectUrl>https://github.com/pangyatools/PangLib</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/pangyatools/PangLib/master/.github/Images/pang.png</PackageIconUrl>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0" />
</ItemGroup>
</Project>