Skip to content

Commit

Permalink
Implement remaining tool strip options
Browse files Browse the repository at this point in the history
Implementing user-set hotkeys might take some time, especially since I've been more interested in my other big project (OpenBootCamp) as of lately
  • Loading branch information
Sparronator9999 committed Feb 11, 2025
1 parent 091521b commit db491b4
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 271 deletions.
1 change: 1 addition & 0 deletions YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<ProjectReference Include="..\YAMDCC.Common\YAMDCC.Common.csproj" />
<ProjectReference Include="..\YAMDCC.Config\YAMDCC.Config.csproj" />
<ProjectReference Include="..\YAMDCC.ECInspector\YAMDCC.ECInspector.csproj" />
<ProjectReference Include="..\YAMDCC.HotkeyHandler\YAMDCC.HotkeyHandler.csproj" />
<ProjectReference Include="..\YAMDCC.Service\YAMDCC.Service.csproj" />
<ProjectReference Include="..\YAMDCC.IPC\YAMDCC.IPC.csproj" />
<ProjectReference Include="..\YAMDCC.Updater\YAMDCC.Updater.csproj" />
Expand Down
22 changes: 14 additions & 8 deletions YAMDCC.ConfigEditor/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,35 @@
"ec-inspect": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-release, )",
"YAMDCC.Common": "[1.0.1-dev, )",
"YAMDCC.IPC": "[2.1.3-release, )"
}
},
"HotkeyHandler": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.1-dev, )"
}
},
"Updater": {
"type": "Project",
"dependencies": {
"MarkedNet": "[2.1.4, )",
"Newtonsoft.Json": "[13.0.3, )",
"TaskScheduler": "[2.11.0, )",
"YAMDCC.Common": "[1.0.0-release, )"
"YAMDCC.Common": "[1.0.1-dev, )"
}
},
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-release, )"
"YAMDCC.Logs": "[1.0.1-dev, )"
}
},
"yamdcc.config": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-release, )"
"YAMDCC.Common": "[1.0.1-dev, )"
}
},
"yamdcc.ecaccess": {
Expand All @@ -144,11 +150,11 @@
"yamdccsvc": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-release, )",
"YAMDCC.Config": "[1.0.0-release, )",
"YAMDCC.ECAccess": "[1.0.0-release, )",
"YAMDCC.Common": "[1.0.1-dev, )",
"YAMDCC.Config": "[1.0.1-dev, )",
"YAMDCC.ECAccess": "[1.0.1-dev, )",
"YAMDCC.IPC": "[2.1.3-release, )",
"YAMDCC.Logs": "[1.0.0-release, )"
"YAMDCC.Logs": "[1.0.1-dev, )"
}
}
},
Expand Down
Loading

0 comments on commit db491b4

Please sign in to comment.