|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <RootNamespace>RhythmBase</RootNamespace> |
8 | | - <LangVersion>latest</LangVersion> |
9 | | - </PropertyGroup> |
10 | | - |
11 | | - <ItemGroup> |
12 | | - <PackageReference Include="RhythmBase" Version="1.3.11-alpha4" /> |
13 | | - </ItemGroup> |
14 | | - |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks> |
| 4 | + <ImplicitUsings>enable</ImplicitUsings> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <RootNamespace>RhythmBase</RootNamespace> |
| 7 | + <AssemblyName>RhythmBase.RhythmDoctor</AssemblyName> |
| 8 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| 9 | + <Title>RhythmBase.RhythmDoctor</Title> |
| 10 | + <Version>1.3.11-alpha4</Version> |
| 11 | + <Authors>obugs</Authors> |
| 12 | + <Description>Rhythm Doctor level adapter for RhythmBase. Provides complete event model, serialization, and beat calculator for Rhythm Doctor levels.</Description> |
| 13 | + <PackageProjectUrl>https://github.com/RDCN-Community-Developers/RhythmToolkit</PackageProjectUrl> |
| 14 | + <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
| 15 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 16 | + <PackageTags>Rhythm Game;Rhythm Doctor</PackageTags> |
| 17 | + <PackageReleaseNotes>VERSION.md</PackageReleaseNotes> |
| 18 | + <PackageIcon>RhythmBase_logo_small.png</PackageIcon> |
| 19 | + <RepositoryUrl>https://github.com/RDCN-Community-Developers/RhythmToolkit.git</RepositoryUrl> |
| 20 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 21 | + <LangVersion>Preview</LangVersion> |
| 22 | + <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
| 23 | + <IsAotCompatible>true</IsAotCompatible> |
| 24 | + <VerifyReferenceAotCompatibility>true</VerifyReferenceAotCompatibility> |
| 25 | + <PublishAot Condition="'$(TargetFramework)'=='net8.0'">true</PublishAot> |
| 26 | + <EmitCompilerGeneratedFiles Condition="'$(Configuration)'=='Debug'">true</EmitCompilerGeneratedFiles> |
| 27 | + </PropertyGroup> |
| 28 | + <ItemGroup> |
| 29 | + <PackageReference Include="RhythmBase" Version="1.3.11-alpha4" /> |
| 30 | + </ItemGroup> |
| 31 | + <ItemGroup> |
| 32 | + <None Include="../README.md;../README.zh-cn.md;../VERSION.md;../VERSION.zh-cn.md;../RhythmBase_logo_small.png;../RhythmBase_logo.png;../RhythmBase_logo_clean.png;../RhythmBase_banner.png;../RhythmBase_banner_clean.png;../LICENSE.txt;" Pack="True" PackagePath="/" /> |
| 33 | + </ItemGroup> |
15 | 34 | </Project> |
0 commit comments