Cleaned up project files from legacy plugin settings

This commit is contained in:
2025-08-24 11:51:09 +02:00
parent 7c2bc9d19b
commit 7587a7e8e3
4 changed files with 50 additions and 33 deletions

View File

@@ -11,7 +11,6 @@
<PackageId>MoonlightServers.ApiServer</PackageId>
<Title>MoonlightServers.ApiServer</Title>
<Version>2.1.0</Version>
<PackageTags>apiserver</PackageTags>
<IsPackable>true</IsPackable>
</PropertyGroup>
@@ -32,23 +31,9 @@
</ItemGroup>
<ItemGroup Label="Build instruction for nuget package building">
<None Include="**\*.cs" Exclude="storage\**\*;bin\**\*;obj\**\*">
<Pack>true</Pack>
<PackagePath>src</PackagePath>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="**\*.razor" Exclude="storage\**\*;bin\**\*;obj\**\*">
<Pack>true</Pack>
<PackagePath>src</PackagePath>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<Compile Remove="storage\**\*"/>
<Content Remove="storage\**\*"/>
<None Remove="storage\**\*"/>
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Properties\launchSettings.json" />
</ItemGroup>
</Project>