Archived
forked from RDTKEditor/RDTKEditor
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<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>
|