<Project Sdk="Godot.NET.Sdk/4.0.1"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <EnableDynamicLoading>true</EnableDynamicLoading> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <DocumentationFile>D:\GameProject\DungeonShooting\DungeonShooting_Godot\.godot\mono\temp\bin\Debug\DungeonShooting.xml</DocumentationFile> </PropertyGroup> <ItemGroup> <Folder Include="src\game\ui\editorTools" /> </ItemGroup> </Project>