diff --git a/.idea/.idea.Sln.Imm.Daemon/.idea/.gitignore b/.idea/.idea.Sln.Imm.Daemon/.idea/.gitignore new file mode 100644 index 0000000..a8b0030 --- /dev/null +++ b/.idea/.idea.Sln.Imm.Daemon/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/.idea.Sln.Imm.Daemon.iml +/contentModel.xml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.Sln.Imm.Daemon/.idea/encodings.xml b/.idea/.idea.Sln.Imm.Daemon/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Sln.Imm.Daemon/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Imm.Daemon/.idea/indexLayout.xml b/.idea/.idea.Sln.Imm.Daemon/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Sln.Imm.Daemon/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Imm.Daemon/.idea/vcs.xml b/.idea/.idea.Sln.Imm.Daemon/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.Sln.Imm.Daemon/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Sln.Imm.Daemon.Cache/Class1.cs b/Sln.Imm.Daemon.Cache/Class1.cs new file mode 100644 index 0000000..2c9588c --- /dev/null +++ b/Sln.Imm.Daemon.Cache/Class1.cs @@ -0,0 +1,5 @@ +namespace Sln.Imm.Daemon.Cache; + +public class Class1 +{ +} \ No newline at end of file diff --git a/Sln.Imm.Daemon.Cache/Sln.Imm.Daemon.Cache.csproj b/Sln.Imm.Daemon.Cache/Sln.Imm.Daemon.Cache.csproj new file mode 100644 index 0000000..3f1a89d --- /dev/null +++ b/Sln.Imm.Daemon.Cache/Sln.Imm.Daemon.Cache.csproj @@ -0,0 +1,20 @@ + + + + net8.0 + enable + enable + + + + + + + + + + + + + + diff --git a/Sln.Imm.Daemon.Common/Sln.Imm.Daemon.Common.csproj b/Sln.Imm.Daemon.Common/Sln.Imm.Daemon.Common.csproj new file mode 100644 index 0000000..3a63532 --- /dev/null +++ b/Sln.Imm.Daemon.Common/Sln.Imm.Daemon.Common.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + + diff --git a/Sln.Imm.Daemon.Config/Sln.Imm.Daemon.Config.csproj b/Sln.Imm.Daemon.Config/Sln.Imm.Daemon.Config.csproj new file mode 100644 index 0000000..8379789 --- /dev/null +++ b/Sln.Imm.Daemon.Config/Sln.Imm.Daemon.Config.csproj @@ -0,0 +1,13 @@ + + + + net8.0 + enable + enable + + + + + + + diff --git a/Sln.Imm.Daemon.Model/Sln.Imm.Daemon.Model.csproj b/Sln.Imm.Daemon.Model/Sln.Imm.Daemon.Model.csproj new file mode 100644 index 0000000..e9f3ad4 --- /dev/null +++ b/Sln.Imm.Daemon.Model/Sln.Imm.Daemon.Model.csproj @@ -0,0 +1,21 @@ + + + + net8.0 + enable + enable + + + + + + + + + + + + + + + diff --git a/Sln.Imm.Daemon.Repository/Sln.Imm.Daemon.Repository.csproj b/Sln.Imm.Daemon.Repository/Sln.Imm.Daemon.Repository.csproj new file mode 100644 index 0000000..e70b616 --- /dev/null +++ b/Sln.Imm.Daemon.Repository/Sln.Imm.Daemon.Repository.csproj @@ -0,0 +1,18 @@ + + + + net8.0 + enable + enable + + + + + + + + + + + + diff --git a/Sln.Imm.Daemon.Serilog/Sln.Imm.Daemon.Serilog.csproj b/Sln.Imm.Daemon.Serilog/Sln.Imm.Daemon.Serilog.csproj new file mode 100644 index 0000000..c35898d --- /dev/null +++ b/Sln.Imm.Daemon.Serilog/Sln.Imm.Daemon.Serilog.csproj @@ -0,0 +1,18 @@ + + + + net8.0 + enable + enable + + + + + + + + + + + +