diff --git a/BackupPipefy.Application/BackupPipefy.Application.csproj b/BackupPipefy.Application/BackupPipefy.Application.csproj
new file mode 100644
index 0000000..efd8709
--- /dev/null
+++ b/BackupPipefy.Application/BackupPipefy.Application.csproj
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+ net9.0
+ enable
+ enable
+
+
+
diff --git a/BackupPipefy.Application/Class1.cs b/BackupPipefy.Application/Class1.cs
new file mode 100644
index 0000000..1cdb204
--- /dev/null
+++ b/BackupPipefy.Application/Class1.cs
@@ -0,0 +1,6 @@
+namespace BackupPipefy.Application;
+
+public class Class1
+{
+
+}
diff --git a/BackupPipefy.Domain/BackupPipefy.Domain.csproj b/BackupPipefy.Domain/BackupPipefy.Domain.csproj
new file mode 100644
index 0000000..125f4c9
--- /dev/null
+++ b/BackupPipefy.Domain/BackupPipefy.Domain.csproj
@@ -0,0 +1,9 @@
+
+
+
+ net9.0
+ enable
+ enable
+
+
+
diff --git a/BackupPipefy.Domain/Class1.cs b/BackupPipefy.Domain/Class1.cs
new file mode 100644
index 0000000..de9f003
--- /dev/null
+++ b/BackupPipefy.Domain/Class1.cs
@@ -0,0 +1,6 @@
+namespace BackupPipefy.Domain;
+
+public class Class1
+{
+
+}
diff --git a/BackupPipefy.Infrastructure/BackupPipefy.Infrastructure.csproj b/BackupPipefy.Infrastructure/BackupPipefy.Infrastructure.csproj
new file mode 100644
index 0000000..324701b
--- /dev/null
+++ b/BackupPipefy.Infrastructure/BackupPipefy.Infrastructure.csproj
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+ net9.0
+ enable
+ enable
+
+
+
diff --git a/BackupPipefy.Infrastructure/Class1.cs b/BackupPipefy.Infrastructure/Class1.cs
new file mode 100644
index 0000000..a923507
--- /dev/null
+++ b/BackupPipefy.Infrastructure/Class1.cs
@@ -0,0 +1,6 @@
+namespace BackupPipefy.Infrastructure;
+
+public class Class1
+{
+
+}
diff --git a/BackupPipefy.Presentation/BackupPipefy.Presentation.csproj b/BackupPipefy.Presentation/BackupPipefy.Presentation.csproj
new file mode 100644
index 0000000..a0ee35e
--- /dev/null
+++ b/BackupPipefy.Presentation/BackupPipefy.Presentation.csproj
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+ Exe
+ net9.0
+ enable
+ enable
+
+
+
diff --git a/BackupPipefy.Presentation/Program.cs b/BackupPipefy.Presentation/Program.cs
new file mode 100644
index 0000000..3751555
--- /dev/null
+++ b/BackupPipefy.Presentation/Program.cs
@@ -0,0 +1,2 @@
+// See https://aka.ms/new-console-template for more information
+Console.WriteLine("Hello, World!");
diff --git a/BackupPipefy.Tests/BackupPipefy.Tests.csproj b/BackupPipefy.Tests/BackupPipefy.Tests.csproj
new file mode 100644
index 0000000..e8b1e7e
--- /dev/null
+++ b/BackupPipefy.Tests/BackupPipefy.Tests.csproj
@@ -0,0 +1,26 @@
+
+
+
+ net9.0
+ enable
+ enable
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/BackupPipefy.Tests/UnitTest1.cs b/BackupPipefy.Tests/UnitTest1.cs
new file mode 100644
index 0000000..9d2ece1
--- /dev/null
+++ b/BackupPipefy.Tests/UnitTest1.cs
@@ -0,0 +1,10 @@
+namespace BackupPipefy.Tests;
+
+public class UnitTest1
+{
+ [Fact]
+ public void Test1()
+ {
+
+ }
+}