commit 36a960e4328f88629f66904f877a25b7aeca22e5 Author: Tudor Stanciu Date: Thu Oct 10 01:40:32 2019 +0300 start diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1dfc90d --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs +/.idea +*/**/bin +*/**/obj +**/packages +*/**/*.csproj.user +/obj/Docker +*/**/appsettings.Development.json +/obj +*.user +*.suo diff --git a/NDB.Hosting.WindowsService/Class1.cs b/NDB.Hosting.WindowsService/Class1.cs new file mode 100644 index 0000000..cf38fd2 --- /dev/null +++ b/NDB.Hosting.WindowsService/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace NDB.Hosting.WindowsService +{ + public class Class1 + { + } +} diff --git a/NDB.Hosting.WindowsService/NDB.Hosting.WindowsService.csproj b/NDB.Hosting.WindowsService/NDB.Hosting.WindowsService.csproj new file mode 100644 index 0000000..9f5c4f4 --- /dev/null +++ b/NDB.Hosting.WindowsService/NDB.Hosting.WindowsService.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + + diff --git a/NDB.sln b/NDB.sln new file mode 100644 index 0000000..becd057 --- /dev/null +++ b/NDB.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29324.140 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDB.Hosting.WindowsService", "NDB.Hosting.WindowsService\NDB.Hosting.WindowsService.csproj", "{F4AB0B71-6B14-402B-8B05-128AFB3E06D9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04D62D10-F984-44D7-8B26-8D055A4CBAF8}" + ProjectSection(SolutionItems) = preProject + .gitattributes = .gitattributes + .gitignore = .gitignore + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {87541BAB-3FAC-4ADB-A7FB-8228DA87843D} + EndGlobalSection +EndGlobal