2024-02-19 13:56:49 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2023-10-18 06:57:59 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-10-03 12:02:28 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-10-18 06:57:59 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-10-18 07:10:04 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Discord.Net" Version="3.12.0" />
|
2023-10-18 09:01:24 +00:00
|
|
|
<ProjectReference Include="..\..\Framework\ArgsUniform\ArgsUniform.csproj" />
|
2024-01-31 16:30:29 +00:00
|
|
|
<ProjectReference Include="..\..\Framework\DiscordRewards\DiscordRewards.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Framework\GethConnector\GethConnector.csproj" />
|
2024-10-16 12:05:02 +00:00
|
|
|
<ProjectReference Include="..\..\ProjectPlugins\CodexPlugin\CodexPlugin.csproj" />
|
2023-10-18 07:10:04 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2023-10-18 06:57:59 +00:00
|
|
|
</Project>
|