Removed backup file

This commit is contained in:
krnlException 2024-09-16 16:33:07 +02:00
parent 0515ba3256
commit f72cfd397b

View file

@ -1,11 +0,0 @@
<Project Sdk="Godot.NET.Sdk/4.2.2">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotTiled" Version="0.2.0" />
</ItemGroup>
</Project>