https://github.com/digitalinblue/build-status-indicator
A Visual Studio Build Status Indicator Addin using the Blink(1) mk2 LED.
https://github.com/digitalinblue/build-status-indicator
Last synced: over 1 year ago
JSON representation
A Visual Studio Build Status Indicator Addin using the Blink(1) mk2 LED.
- Host: GitHub
- URL: https://github.com/digitalinblue/build-status-indicator
- Owner: DigitalInBlue
- License: other
- Created: 2015-06-30T23:33:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T23:34:00.000Z (almost 11 years ago)
- Last Synced: 2025-03-14T07:18:02.307Z (over 1 year ago)
- Language: C#
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.txt
Awesome Lists containing this project
README
#Build Status Indicator
A Microsoft Visual Studio Addin that uses the Blink(1).mk2 USB LED project to indicate build status with pulsating colors of light.
Copyright 2015 John Farrier
Apache 2.0 License
###Building
I wasn't too fancy setting this up. First, grab the blink(1).mk2 SDK from https://github.com/todbot/blink1.
Next, check out the BuildStatusIndicator project to:
```
blink1/windows/ManagedBlink1
```
Open the ManagedBlink1.sln file and add the BuildStatusIndicator project. Compile and you're done.
###Installing
When compiled, copy these files to your user addins directory:
```
C:\Users\John\Documents\Visual Studio 2012\Addins
```
or
```
C:\Users\John\Documents\Visual Studio 2013\Addins
```
Then, inside Visual Studio, go to Tools->AddIn Manager and you should see the BuildStatusIndicator plugin.