mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
24 lines
918 B
XML
24 lines
918 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
|
|
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
|
|
<PackageId>RomajiConverter.Core</PackageId>
|
|
<Version>2.1.0</Version>
|
|
<Authors>WL</Authors>
|
|
<RepositoryUrl>https://github.com/xyh20180101/RomajiConverter.WinUI</RepositoryUrl>
|
|
<PackageProjectUrl>https://github.com/xyh20180101/RomajiConverter.WinUI</PackageProjectUrl>
|
|
<PackageLicenseExpression>GPL-2.0-or-later</PackageLicenseExpression>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<MeCabUseDefaultDictionary>False</MeCabUseDefaultDictionary>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MeCab.DotNet" Version="1.2.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="docs\README.md" Pack="true" PackagePath="\" />
|
|
</ItemGroup>
|
|
</Project> |