removed old notes file

master
Tudor Stanciu 2022-11-24 13:05:07 +02:00
parent 12894f9432
commit 7edbd2c0cb
2 changed files with 0 additions and 24 deletions

View File

@ -69,7 +69,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "notes", "notes", "{6973CB33-B940-41B0-B3BB-22ED2ECB8E1D}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "notes", "notes", "{6973CB33-B940-41B0-B3BB-22ED2ECB8E1D}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
notes\generic.txt = notes\generic.txt notes\generic.txt = notes\generic.txt
Notes.txt = Notes.txt
notes\nugets.txt = notes\nugets.txt notes\nugets.txt = notes\nugets.txt
notes\proxmox-shutdown-notes.txt = notes\proxmox-shutdown-notes.txt notes\proxmox-shutdown-notes.txt = notes\proxmox-shutdown-notes.txt
EndProjectSection EndProjectSection

View File

@ -1,23 +0,0 @@
#######################################################################################################################################################
Publish:
dotnet publish --configuration Release --runtime win7-x64
Create windows service:
sc create NetworkResurrector.Server binPath= "<path_to_the_service_executable>"
#######################################################################################################################################################
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
#######################################################################################################################################################
- 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/