mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-25 13:33:28 +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>
|
<ItemGroup>
|
||||||
<Folder Include="entities\" />
|
<Folder Include="entities\" />
|
||||||
<Folder Include="input\" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GFramework.Core\GFramework.Core.csproj" />
|
<ProjectReference Include="..\GFramework.Core\GFramework.Core.csproj" />
|
||||||
|
|||||||
@ -21,8 +21,4 @@
|
|||||||
<Compile Remove="extensions\ControlExtensions.cs"/>
|
<Compile Remove="extensions\ControlExtensions.cs"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="input\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user