12 lines
632 B
Plaintext
12 lines
632 B
Plaintext
https://github.com/nikeee/wake-on-lan
|
|
|
|
#######################################################################################################################################################
|
|
Publish:
|
|
dotnet publish --configuration Release --runtime win7-x64
|
|
|
|
Create windows service:
|
|
sc create NetworkResurrector.Api binPath= "<path_to_the_service_executable>"
|
|
#######################################################################################################################################################
|
|
|
|
Multiple Directory.Build.props:
|
|
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019 |