From 509285766b8ebb9db06746f6627b2290aa04c54c Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 13 Jan 2022 11:37:45 +0200 Subject: [PATCH] move notes file --- NetworkResurrector.sln | 2 +- notes/generic.txt | 51 +++++++++++++++++++ .../NetworkResurrector.Api.Application.csproj | 1 + 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 notes/generic.txt diff --git a/NetworkResurrector.sln b/NetworkResurrector.sln index 7669bf3..626cbca 100644 --- a/NetworkResurrector.sln +++ b/NetworkResurrector.sln @@ -12,7 +12,6 @@ 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 NuGet.config = NuGet.config ReleaseNotes.xml = ReleaseNotes.xml EndProjectSection @@ -71,6 +70,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "notes", "notes", "{6973CB33-B940-41B0-B3BB-22ED2ECB8E1D}" ProjectSection(SolutionItems) = preProject notes\nugets.txt = notes\nugets.txt + notes\generic.txt = notes\generic.txt EndProjectSection EndProject Global diff --git a/notes/generic.txt b/notes/generic.txt new file mode 100644 index 0000000..d8b5d70 --- /dev/null +++ b/notes/generic.txt @@ -0,0 +1,51 @@ +####################################################################################################################################################### +Publish: +dotnet publish --configuration Release --runtime win7-x64 + +Create windows service: +sc create NetworkResurrector.Server binPath= "" +####################################################################################################################################################### +Resources: https://github.com/nikeee/wake-on-lan + +Multiple Directory.Build.props: +https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019 + +####################################################################################################################################################### +Azure DevOps Repository Password: ***REMOVED*** +####################################################################################################################################################### + +ORION +***REMOVED*** +***REMOVED*** + +fileSrv +***REMOVED*** +***REMOVED*** + +esxiSrv +***REMOVED*** +***REMOVED*** + +***REMOVED*** +***REMOVED*** +***REMOVED*** + +thin-ovm +***REMOVED*** +***REMOVED*** + +***REMOVED*** +***REMOVED*** +***REMOVED*** + +####################################################################################################################################################### + +- masinile sunt afisate in ordinea numarului de porniri + +Agent: +Win: +https://www.programmerall.com/article/5237127008/ +https://www.programmerall.com/article/6418715755/ + +Linux: +https://www.programmerall.com/article/3856917681/ \ No newline at end of file diff --git a/src/api/NetworkResurrector.Api.Application/NetworkResurrector.Api.Application.csproj b/src/api/NetworkResurrector.Api.Application/NetworkResurrector.Api.Application.csproj index 3af74e1..9530e74 100644 --- a/src/api/NetworkResurrector.Api.Application/NetworkResurrector.Api.Application.csproj +++ b/src/api/NetworkResurrector.Api.Application/NetworkResurrector.Api.Application.csproj @@ -11,6 +11,7 @@ +