mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
build(GFramework.Game): 移除无用的 input 文件夹引用
移除了 GFramework.Game 和 GFramework.Godot 项目中不再需要的 input 文件夹引用, 以清理项目结构并减少不必要的编译项。
This commit is contained in:
parent
84ecd9fdc0
commit
49383660a7
@ -9,7 +9,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="entities\" />
|
||||
<Folder Include="input\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GFramework.Core\GFramework.Core.csproj" />
|
||||
|
||||
@ -21,8 +21,4 @@
|
||||
<Compile Remove="extensions\ControlExtensions.cs"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="input\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user