添加对 Core 的直接引用

This commit is contained in:
OLDREDSTONE
2025-03-25 15:49:57 +08:00
parent 24907abedb
commit 06c19bf10a
296 changed files with 24961 additions and 2 deletions
+43
View File
@@ -0,0 +1,43 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>RhythmBase</RootNamespace>
<AssemblyName>RhythmBase</AssemblyName>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>RhythmToolkit</Title>
<Version>1.1.0-beta1</Version>
<Authors>obugs</Authors>
<Description>A package that can be used to help with the development of support tools for the Rhythm Doctor game levels.</Description>
<PackageProjectUrl>https://github.com/RDCN-Community-Developers/RadiationTherapy</PackageProjectUrl>
<PackageIcon>RhythmToolkit.png</PackageIcon>
<RepositoryUrl>https://github.com/RDCN-Community-Developers/RhythmToolkit.git</RepositoryUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>Preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Assets\**" />
<EmbeddedResource Remove="Assets\**" />
<None Remove="Assets\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Components\LimitedList.2.cs" />
<Compile Remove="Components\LimitedList.cs" />
<Compile Remove="Extensions\ImageExtension.cs" />
<Compile Remove="Utils\WaveDataUtils.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="C:\Users\30698\.nuget\packages\naudio.vorbis\1.5.0\contentFiles\any\netstandard2.0\README.md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="sly" Version="3.5.2" />
</ItemGroup>
<ItemGroup>
<None Update="RhythmToolkit.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>