From b9c3039f0787c9ede5abf0da750615e4eced8f60 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Thu, 27 Jul 2017 12:57:09 +0100 Subject: Add basic GUI to control LED colour and transition state. --- NucLedController/NucLedController.sln | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 NucLedController/NucLedController.sln (limited to 'NucLedController/NucLedController.sln') diff --git a/NucLedController/NucLedController.sln b/NucLedController/NucLedController.sln new file mode 100644 index 0000000..e24d6d9 --- /dev/null +++ b/NucLedController/NucLedController.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NucLedController", "NucLedController\NucLedController.csproj", "{7CD8533F-7778-4B1C-A88D-AD1B19547A1D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7CD8533F-7778-4B1C-A88D-AD1B19547A1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7CD8533F-7778-4B1C-A88D-AD1B19547A1D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7CD8533F-7778-4B1C-A88D-AD1B19547A1D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7CD8533F-7778-4B1C-A88D-AD1B19547A1D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.2.3