ClockWidget
No description available
Install / Use
/learn @ElmorLabs-WigiDash/ClockWidgetREADME
ClockWidget for WigiDash
Pre-requisites
- Visual Studio 2022
- WigiDash Manager (https://wigidash.com/)
Getting started
- Clone this repository
- Open ClockWidget.csproj in Visual Studio
- Resolve the dependancy for WigiDashWidgetFramework under References by adding a reference to
C:\Program Files (x86)\G.SKILL\WigiDash Manager\WigiDashWidgetFramework.dll
- Open Project properties -> Build Events and add this to Post-build event command line:
rd /s /q "%AppData%\G.SKILL\WigiDashManager\Widgets\$(TargetName)\"
xcopy "$(TargetDir)\" "%AppData%\G.SKILL\WigiDashManager\Widgets\$(TargetName)\" /F /Y /E /H /C /I
- Open Project properties -> Debug and select Start external program: "C:\Program Files (x86)\G.SKILL\WigiDash Manager\WigiDashManager.exe".
- Start debugging the project, and it should launch WigiDash Manager with your Widget loaded and debuggable.
