feat (essentials): refactor solution file structure for clean architecture (2.0.0)

This commit is contained in:
Nick Genovese
2022-03-19 21:20:04 -04:00
parent 397c0f250b
commit 9be507f6e3
614 changed files with 41546 additions and 43396 deletions

View File

@@ -0,0 +1,19 @@
//using System;
//using System.Collections.Generic;
//using Crestron.SimplSharpPro;
//using Crestron.SimplSharpPro.DeviceSupport;
//using PepperDash.Core;
//namespace PepperDash.Essentials.Core
//{
// public interface IPresentationSource : IKeyed
// {
// string Name { get; }
// PresentationSourceType Type { get; }
// string IconName { get; set; }
// BoolFeedback HasPowerOnFeedback { get; }
// }
//}