chore(force-patch): rename sln to match workflow requirements

This commit is contained in:
Andrew Welker
2025-04-11 16:04:27 -05:00
parent 065726ee72
commit 6f38f4953e
649 changed files with 48887 additions and 48887 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using Newtonsoft.Json;
namespace PepperDash.Essentials.Room.Config
{
public class EssentialsDualDisplayRoomPropertiesConfig : EssentialsNDisplayRoomPropertiesConfig
{
}
}