DiscordClient/DiscordDelete/DiscordDelete.csproj

15 lines
345 B
XML
Raw Normal View History

2024-06-15 23:27:14 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\DiscordClient\DiscordClient.csproj" />
</ItemGroup>
2024-06-15 23:27:14 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>