2
0
mirror of synced 2025-01-13 18:14:14 +00:00

19 lines
680 B
XML
Raw Normal View History

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