11 lines
373 B
XML
11 lines
373 B
XML
<Project Sdk="Godot.NET.Sdk/4.4.1">
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>true</ImplicitUsings>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SharpIDE.Application\SharpIDE.Application.csproj" />
|
|
</ItemGroup>
|
|
</Project> |