move notes file

master
Tudor Stanciu 2022-01-13 11:37:45 +02:00
parent 21d4c4c1d7
commit 509285766b
3 changed files with 53 additions and 1 deletions

View File

@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore .gitignore = .gitignore
dependencies.props = dependencies.props dependencies.props = dependencies.props
Directory.Build.props = Directory.Build.props Directory.Build.props = Directory.Build.props
Notes.txt = Notes.txt
NuGet.config = NuGet.config NuGet.config = NuGet.config
ReleaseNotes.xml = ReleaseNotes.xml ReleaseNotes.xml = ReleaseNotes.xml
EndProjectSection EndProjectSection
@ -71,6 +70,7 @@ 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\nugets.txt = notes\nugets.txt notes\nugets.txt = notes\nugets.txt
notes\generic.txt = notes\generic.txt
EndProjectSection EndProjectSection
EndProject EndProject
Global Global

51
notes/generic.txt Normal file
View File

@ -0,0 +1,51 @@
#######################################################################################################################################################
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
#######################################################################################################################################################
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/

View File

@ -11,6 +11,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
<PackageReference Include="NDB.Application.DataContracts" Version="$(NDBApplicationPackageVersion)" /> <PackageReference Include="NDB.Application.DataContracts" Version="$(NDBApplicationPackageVersion)" />
<PackageReference Include="NetworkResurrector.Server.Wrapper" Version="1.0.3" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>