2024-04-01 18:40:03 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-10-03 12:02:28 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-04-01 18:40:03 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-04-01 18:47:56 +00:00
|
|
|
<ProjectReference Include="..\..\Framework\ArgsUniform\ArgsUniform.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Framework\Logging\Logging.csproj" />
|
|
|
|
<ProjectReference Include="..\..\ProjectPlugins\CodexPlugin\CodexPlugin.csproj" />
|
2024-04-01 18:40:03 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|