build(GFramework.Game): 移除无用的 input 文件夹引用

移除了 GFramework.Game 和 GFramework.Godot 项目中不再需要的 input 文件夹引用,
以清理项目结构并减少不必要的编译项。
This commit is contained in:
GwWuYou 2025-12-22 20:49:34 +08:00
parent 84ecd9fdc0
commit 49383660a7
2 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@
<ItemGroup>
<Folder Include="entities\" />
<Folder Include="input\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GFramework.Core\GFramework.Core.csproj" />

View File

@ -21,8 +21,4 @@
<Compile Remove="extensions\ControlExtensions.cs"/>
</ItemGroup>
<ItemGroup>
<Folder Include="input\" />
</ItemGroup>
</Project>