This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ConfigGenerator
updated
13 files
+2 −2 | .github/workflows/publish.yml | |
+4 −4 | ConfigGenerator.csproj | |
+0 −399 | Form1.Designer.cs | |
+0 −198 | Form1.cs | |
+0 −114 | SchTaskExt.cs | |
+1 −1 | Unix-version | |
+2 −2 | src/Program.cs | |
+35 −0 | src/constants/Constants.cs | |
+395 −0 | src/ui/Generator_Form.Designer.cs | |
+155 −0 | src/ui/Generator_Form.cs | |
+0 −0 | src/ui/Generator_Form.resx | |
+29 −36 | src/utils/GenerateFile.cs | |
+102 −0 | src/utils/SchTaskExt.cs |