Draft: Resolve "Migrate app to use Godot for the UI" #93
@ -1,9 +1,10 @@
 | 
				
			|||||||
<Project Sdk="Godot.NET.Sdk/4.2.0">
 | 
					<Project Sdk="Godot.NET.Sdk/4.2.0">
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <TargetFramework>net8.0</TargetFramework>
 | 
					    <TargetFramework>net8.0</TargetFramework>
 | 
				
			||||||
    <ImplicitUsings>enable</ImplicitUsings>
 | 
					    <ImplicitUsings>enable</ImplicitUsings>
 | 
				
			||||||
    <Nullable>enable</Nullable>
 | 
					    <Nullable>enable</Nullable>
 | 
				
			||||||
    <EnableDynamicLoading>true</EnableDynamicLoading>
 | 
					    <EnableDynamicLoading>true</EnableDynamicLoading>
 | 
				
			||||||
 | 
					    <AssemblyName>App</AssemblyName>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <Compile Remove="obj\**" />
 | 
					    <Compile Remove="obj\**" />
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user