Files
Daybreak/Examples/Plugins/SimplePlugin/SimplePlugin/SimplePlugin.csproj
T
2025-05-14 16:15:27 +02:00

14 lines
333 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Daybreak.Shared\Daybreak.Shared.csproj" />
</ItemGroup>
</Project>