diff options
| author | matheus20337 <149222182+matheus20337@users.noreply.github.com> | 2025-08-16 20:32:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-16 20:32:15 +0000 |
| commit | 7f6f4df85368a328ce69fb0b244a706b7dbfc6aa (patch) | |
| tree | 26961e5c63e87c5d1c17422cdf6ab4493b2d8f55 /projeto-fantasia.csproj | |
| parent | e159be9bbbf005785bd2d60af8b5c3df608f28b2 (diff) | |
| parent | b05cfd5577884d1a398dbb226e2082af5fe8f8fa (diff) | |
Merge pull request #1 from Simplesmente-O-Grupo/Matheus
Sistema de turnos
Diffstat (limited to 'projeto-fantasia.csproj')
| -rw-r--r-- | projeto-fantasia.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projeto-fantasia.csproj b/projeto-fantasia.csproj new file mode 100644 index 0000000..800a3c6 --- /dev/null +++ b/projeto-fantasia.csproj @@ -0,0 +1,7 @@ +<Project Sdk="Godot.NET.Sdk/4.4.1"> + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <EnableDynamicLoading>true</EnableDynamicLoading> + <RootNamespace>projetofantasia</RootNamespace> + </PropertyGroup> +</Project>
\ No newline at end of file |
