mirror of
https://git.tonybark.com/tonytins/CyberBits.git
synced 2026-05-12 05:23:34 -04:00
19 lines
454 B
XML
19 lines
454 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<IsPackable>false</IsPackable>
|
|
<RollForward>LatestMajor</RollForward>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="2dog" Version="0.1.14-pre" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<GodotProjectDir>./project</GodotProjectDir>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|