diff options
Diffstat (limited to 'NucLedController/NucLedController.csproj')
| -rw-r--r-- | NucLedController/NucLedController.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NucLedController/NucLedController.csproj b/NucLedController/NucLedController.csproj index 06c894f..b5849c2 100644 --- a/NucLedController/NucLedController.csproj +++ b/NucLedController/NucLedController.csproj @@ -63,6 +63,8 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> + <Compile Include="BlinkColourCyclerControlMode.cs" /> + <Compile Include="IControlMode.cs" /> <Compile Include="LEDColour.cs" /> <Compile Include="LEDController.cs" /> <Compile Include="LEDTransition.cs" /> |