deltarune-yellow-translation/Deltarune Yellow.csproj
2025-05-13 19:22:01 +08:00

15 lines
469 B
XML

<Project Sdk="Godot.NET.Sdk/4.4.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>DeltaruneYellow</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="GodotSharp">
<HintPath>.\GodotSharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>.\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
</Project>