2020-11-27 00:34:20 +02:00
|
|
|
https://github.com/nikeee/wake-on-lan
|
|
|
|
|
2020-11-28 23:48:29 +02:00
|
|
|
#######################################################################################################################################################
|
|
|
|
Publish:
|
|
|
|
dotnet publish --configuration Release --runtime win7-x64
|
|
|
|
|
|
|
|
Create windows service:
|
|
|
|
sc create NetworkResurrector.Api binPath= "<path_to_the_service_executable>"
|
2020-12-21 23:09:47 +02:00
|
|
|
#######################################################################################################################################################
|
|
|
|
|
|
|
|
Multiple Directory.Build.props:
|
|
|
|
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019
|