2023-10-24 09:51:29 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
|
2023-10-24 10:29:07 +02:00
|
|
|
<ProjectReference Include="..\CodexPlugin\CodexPlugin.csproj" />
|
2023-10-24 09:51:29 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|