mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-01-07 13:43:42 +01:00
Added DiscordClient project reference to DiscordDelete.
This commit is contained in:
parent
3de3c7af80
commit
e149e6e559
|
|
@ -1,5 +1,9 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\DiscordClient\DiscordClient.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue