From e2fdf1f538a9a43bb90fbefce4768e0d62b8a77f Mon Sep 17 00:00:00 2001 From: Syntriax Date: Mon, 31 Mar 2025 12:48:05 +0300 Subject: [PATCH] chore: added root namespace definitions for projects --- Engine.Core/Engine.Core.csproj | 2 ++ Engine.Physics2D/Engine.Physics2D.csproj | 9 +++++---- Engine.Systems/Engine.Systems.csproj | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Engine.Core/Engine.Core.csproj b/Engine.Core/Engine.Core.csproj index 5334de3..402f9f6 100644 --- a/Engine.Core/Engine.Core.csproj +++ b/Engine.Core/Engine.Core.csproj @@ -4,5 +4,7 @@ net8.0 false enable + Syntriax.Engine.Core + diff --git a/Engine.Physics2D/Engine.Physics2D.csproj b/Engine.Physics2D/Engine.Physics2D.csproj index adb4974..cb5ad55 100644 --- a/Engine.Physics2D/Engine.Physics2D.csproj +++ b/Engine.Physics2D/Engine.Physics2D.csproj @@ -1,13 +1,14 @@  - - - - net8.0 disable enable + Syntriax.Engine.Physics2D + + + + diff --git a/Engine.Systems/Engine.Systems.csproj b/Engine.Systems/Engine.Systems.csproj index 2ba7eb9..88887fb 100644 --- a/Engine.Systems/Engine.Systems.csproj +++ b/Engine.Systems/Engine.Systems.csproj @@ -4,6 +4,7 @@ net8.0 enable enable + Syntriax.Engine.Systems