diff --git a/.gitignore b/.gitignore index 9491a2f..e37e314 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.idea/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/.idea/.idea.Sln.Iot/.idea/encodings.xml b/.idea/.idea.Sln.Iot/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/indexLayout.xml b/.idea/.idea.Sln.Iot/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/projectSettingsUpdater.xml b/.idea/.idea.Sln.Iot/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..64af657 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/projectSettingsUpdater.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/vcs.xml b/.idea/.idea.Sln.Iot/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/workspace.xml b/.idea/.idea.Sln.Iot/.idea/workspace.xml new file mode 100644 index 0000000..e732232 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/workspace.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/Sln.Iot/Program.cs b/Sln.Iot/Program.cs index c34cc9e..56010d7 100644 --- a/Sln.Iot/Program.cs +++ b/Sln.Iot/Program.cs @@ -11,6 +11,9 @@ using TouchSocket.Sockets; namespace Sln.Iot { + /// + /// + /// internal class Program { public static IServiceProvider? ServiceProvider = null;