2023-06-22 06:29:33 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-06-22 07:51:25 +00:00
|
|
|
<ItemGroup>
|
2023-09-20 10:02:32 +00:00
|
|
|
<ProjectReference Include="..\..\Framework\ArgsUniform\ArgsUniform.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
|
2023-10-24 08:29:07 +00:00
|
|
|
<ProjectReference Include="..\..\ProjectPlugins\CodexDiscordBotPlugin\CodexDiscordBotPlugin.csproj" />
|
2023-09-20 10:02:32 +00:00
|
|
|
<ProjectReference Include="..\..\ProjectPlugins\CodexPlugin\CodexPlugin.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Tests\CodexTests\CodexTests.csproj" />
|
2023-06-22 07:51:25 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2023-06-22 06:29:33 +00:00
|
|
|
</Project>
|