15 lines
469 B
XML
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> |