From d77e26535711699f2f3abc820b69dde196cb1744 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 27 Nov 2020 00:34:20 +0200 Subject: [PATCH] Added notes file --- .../CommandHandlers/WakeMachineHandler.cs | 2 +- NetworkResurrector.sln | 3 ++- Notes.txt | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Notes.txt diff --git a/NetworkResurrector.Application/CommandHandlers/WakeMachineHandler.cs b/NetworkResurrector.Application/CommandHandlers/WakeMachineHandler.cs index 397e26b..829bb6a 100644 --- a/NetworkResurrector.Application/CommandHandlers/WakeMachineHandler.cs +++ b/NetworkResurrector.Application/CommandHandlers/WakeMachineHandler.cs @@ -35,4 +35,4 @@ namespace NetworkResurrector.Application.CommandHandlers } } } -} +} \ No newline at end of file diff --git a/NetworkResurrector.sln b/NetworkResurrector.sln index c47a381..e1fd459 100644 --- a/NetworkResurrector.sln +++ b/NetworkResurrector.sln @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitignore = .gitignore dependencies.props = dependencies.props Directory.Build.props = Directory.Build.props + Notes.txt = Notes.txt EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetworkResurrector.Application", "NetworkResurrector.Application\NetworkResurrector.Application.csproj", "{15D65D65-CC96-45DE-8590-AF9132889D98}" @@ -19,7 +20,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetworkResurrector.Domain", EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetworkResurrector.WakeOnLan", "NetworkResurrector.WakeOnLan\NetworkResurrector.WakeOnLan.csproj", "{A7B3FCE1-70F5-4EAE-A8FB-EF938AE1D105}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkResurrector.Abstractions", "NetworkResurrector.Abstractions\NetworkResurrector.Abstractions.csproj", "{B7408385-ED73-4ED3-9654-9AFF8CDFDA8D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetworkResurrector.Abstractions", "NetworkResurrector.Abstractions\NetworkResurrector.Abstractions.csproj", "{B7408385-ED73-4ED3-9654-9AFF8CDFDA8D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Notes.txt b/Notes.txt new file mode 100644 index 0000000..dc06018 --- /dev/null +++ b/Notes.txt @@ -0,0 +1,2 @@ +https://github.com/nikeee/wake-on-lan +