2024-01-29 16:02:47 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<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-01-29 16:02:47 +00:00
|
|
|
<ProjectReference Include="..\..\Framework\Logging\Logging.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|