give/GIVE.csproj

12 lines
357 B
XML
Raw Permalink Normal View History

2022-08-08 15:19:56 -04:00
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
2023-01-04 12:33:18 -05:00
<ItemGroup>
<PackageReference Include="System.Runtime" Version="4.3.1" />
<Reference Include="GodotSharp">
<HintPath>.mono/assemblies/Debug/GodotSharp.dll</HintPath>
</Reference>
</ItemGroup>
</Project>