diff --git a/.gitignore b/.gitignore
index a998c86..4b278c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,9 +5,6 @@ export_presets.cfg
# Mono/Godot C#
mono/
-*.csproj
-*.sln
-*.slnx
obj/
bin/
*.pidb
diff --git a/backend/src/MyBiz.Core/MyBiz.Core.csproj b/backend/src/MyBiz.Core/MyBiz.Core.csproj
new file mode 100644
index 0000000..14ae614
--- /dev/null
+++ b/backend/src/MyBiz.Core/MyBiz.Core.csproj
@@ -0,0 +1,13 @@
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/backend/src/MyBiz.Economy/MyBiz.Economy.csproj b/backend/src/MyBiz.Economy/MyBiz.Economy.csproj
new file mode 100644
index 0000000..761376d
--- /dev/null
+++ b/backend/src/MyBiz.Economy/MyBiz.Economy.csproj
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
diff --git a/backend/src/MyBiz.Production/MyBiz.Production.csproj b/backend/src/MyBiz.Production/MyBiz.Production.csproj
new file mode 100644
index 0000000..761376d
--- /dev/null
+++ b/backend/src/MyBiz.Production/MyBiz.Production.csproj
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
diff --git a/backend/src/MyBiz.Trade/MyBiz.Trade.csproj b/backend/src/MyBiz.Trade/MyBiz.Trade.csproj
new file mode 100644
index 0000000..761376d
--- /dev/null
+++ b/backend/src/MyBiz.Trade/MyBiz.Trade.csproj
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
diff --git a/backend/tests/MyBiz.Tests/MyBiz.Tests.csproj b/backend/tests/MyBiz.Tests/MyBiz.Tests.csproj
new file mode 100644
index 0000000..2711f77
--- /dev/null
+++ b/backend/tests/MyBiz.Tests/MyBiz.Tests.csproj
@@ -0,0 +1,28 @@
+
+
+
+ net8.0
+ enable
+ enable
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+