Longhorn/Longhorn/Longhorn.csproj
Tony Bark d6c0be0325 RollForward support
- Added Forward compatibility with newer SDKs.
- Added root items into solution.
2026-02-04 00:04:24 -05:00

18 lines
525 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="2dog" Version="0.1.10-pre"/>
</ItemGroup>
<!-- Godot project location -->
<PropertyGroup>
<GodotProjectDir>./project</GodotProjectDir>
</PropertyGroup>
</Project>