Remove Voider.csproj.old

This commit is contained in:
Will Stuckey
2025-10-28 12:29:00 -05:00
parent 4c6ce0598a
commit a1f09a6a3b
2 changed files with 1 additions and 16 deletions

1
Scripts/Main.cs.uid Normal file
View File

@@ -0,0 +1 @@
uid://emch0q5mxf8k

View File

@@ -1,16 +0,0 @@
<Project Sdk="Godot.NET.Sdk/4.5.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>Voider</RootNamespace>
<AssemblyName>Voider</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\libraries\utilities\Utilities.csproj" />
<ProjectReference Include="..\..\libraries\input\Input.csproj" />
<ProjectReference Include="..\..\libraries\events\Events.csproj" />
</ItemGroup>
</Project>