Files
Cove2Discord/Cove2Discord.csproj
2024-12-22 16:29:58 +01:00

26 lines
684 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BuildProjectReferences>false</BuildProjectReferences>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="plugin.cfg"></EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Reference Include="Cove">
<ExcludeAssets></ExcludeAssets>
<CopyLocalSatelliteAssemblies>False</CopyLocalSatelliteAssemblies>
</Reference>
</ItemGroup>
</Project>