diff --git a/EssentialsBuilds b/EssentialsBuilds index 3d6c21c..2a6c167 160000 --- a/EssentialsBuilds +++ b/EssentialsBuilds @@ -1 +1 @@ -Subproject commit 3d6c21cecdbab3ae2b8af2b3106ce63941e2a0e7 +Subproject commit 2a6c167efbd9b3770821d11effd846fabae4f8be diff --git a/PDT.EssentialsPluginTemplate.EPI/EssentailsPluginTemplate.cs b/PDT.EssentialsPluginTemplate.EPI/EssentailsPluginTemplate.cs new file mode 100644 index 0000000..07f6aa6 --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/EssentailsPluginTemplate.cs @@ -0,0 +1,40 @@ +using System; +using Crestron.SimplSharp; // For Basic SIMPL# Classes +using Crestron.SimplSharpPro; // For Basic SIMPL#Pro classes + +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; + +using PepperDash.Essentials; +using PepperDash.Essentials.Core; +using PepperDash.Essentials.Core.Config; +using PepperDash.Core; + +namespace EssentialsPluginTemplateEPI +{ + public class EssentialsPluginTemplate : Device + + { + public static void LoadPlugin() + { + PepperDash.Essentials.Core.DeviceFactory.AddFactoryForType("EssentialsPluginTemplate", EssentialsPluginTemplate.BuildDevice); + } + + public static EssentialsPluginTemplate BuildDevice(DeviceConfig dc) + { + var config = JsonConvert.DeserializeObject(dc.Properties.ToString()); + var newMe = new EssentialsPluginTemplate(dc.Key, dc.Name, config); + return newMe; + } + + + GenericSecureTcpIpClient_ForServer Client; + + public EssentialsPluginTemplate(string key, string name, EssentialsPluginTemplateConfigObject config) + : base(key, name) + { + + } + } +} + diff --git a/PDT.EssentialsPluginTemplate.EPI/EssentialsPluginTemplateBridge.cs b/PDT.EssentialsPluginTemplate.EPI/EssentialsPluginTemplateBridge.cs new file mode 100644 index 0000000..44097e1 --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/EssentialsPluginTemplateBridge.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +using Crestron.SimplSharp; +using Crestron.SimplSharpPro.DeviceSupport; + +using PepperDash.Core; +using PepperDash.Essentials.Core; +using PepperDash.Essentials.Bridges; + +namespace EssentialsPluginTemplateEPI +{ + public static class EssentialsPluginTemplateBridge + { + public static void LinkToApiExt(this EssentialsPluginTemplate DspDevice, BasicTriList trilist, uint joinStart, string joinMapKey) + { + var joinMap = JoinMapHelper.GetJoinMapForDevice(joinMapKey) as EssentialsPluginTemplateBridgeJoinMap; + + if (joinMap == null) + joinMap = new EssentialsPluginTemplateBridgeJoinMap(); + + } + } + public class EssentialsPluginTemplateBridgeJoinMap : JoinMapBase + { + public EssentialsPluginTemplateBridgeJoinMap() + { + } + + public override void OffsetJoinNumbers(uint joinStart) + { + } + } +} \ No newline at end of file diff --git a/PDT.EssentialsPluginTemplate.EPI/EssentialsPluginTemplateConfigObject.cs b/PDT.EssentialsPluginTemplate.EPI/EssentialsPluginTemplateConfigObject.cs new file mode 100644 index 0000000..715707c --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/EssentialsPluginTemplateConfigObject.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using Crestron.SimplSharp; + +namespace EssentialsPluginTemplateEPI +{ + public class EssentialsPluginTemplateConfigObject + { + } +} \ No newline at end of file diff --git a/PDT.EssentialsPluginTemplate.EPI/NvxUrlRoutingClientEpi.projectinfo b/PDT.EssentialsPluginTemplate.EPI/NvxUrlRoutingClientEpi.projectinfo new file mode 100644 index 0000000..96ee187 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/NvxUrlRoutingClientEpi.projectinfo differ diff --git a/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.csproj b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.csproj new file mode 100644 index 0000000..4413a7d --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.csproj @@ -0,0 +1,104 @@ + + + Release + AnyCPU + 9.0.30729 + 2.0 + {9D249E47-8F95-4437-A6BB-563510287AD1} + Library + Properties + PDT.EssentialsPluginTemplate.EPI + PDT.EssentialsPluginTemplate.EPI + {0B4745B0-194B-4BB6-8E21-E9057CA92300};{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + WindowsCE + E2BECB1F-8C8C-41ba-B736-9BE7D946A398 + 5.0 + SmartDeviceProject1 + v3.5 + Windows CE + + + + + .allowedReferenceRelatedFileExtensions + true + full + false + bin\Debug\ + DEBUG;TRACE; + prompt + 4 + 512 + true + true + off + + + .allowedReferenceRelatedFileExtensions + none + true + bin\Release\ + prompt + 4 + 512 + true + true + off + + + + + False + ..\EssentialsBuilds\PepperDashEssentials.dll + + + False + ..\EssentialsBuilds\PepperDash_Core.dll + + + False + ..\EssentialsBuilds\PepperDash_Essentials_Core.dll + + + False + ..\EssentialsBuilds\PepperDash_Essentials_DM.dll + + + False + ..\..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpCustomAttributesInterface.dll + False + + + False + ..\..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpHelperInterface.dll + False + + + False + ..\..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpNewtonsoft.dll + + + False + ..\..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpPro.exe + False + + + False + ..\..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpReflectionInterface.dll + + + + + + + + + + + + + + + rem S# Pro preparation will execute after these operations + + \ No newline at end of file diff --git a/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.csproj.user b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.csproj.user new file mode 100644 index 0000000..9c6c209 --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.csproj.user @@ -0,0 +1,5 @@ + + + E282E6BE-C7C3-4ece-916A-88FB1CF8AF3C + + \ No newline at end of file diff --git a/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.sln b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.sln new file mode 100644 index 0000000..08ca093 --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDT.EssentialsPluginTemplate.EPI", "PDT.EssentialsPluginTemplate.EPI.csproj", "{9D249E47-8F95-4437-A6BB-563510287AD1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9D249E47-8F95-4437-A6BB-563510287AD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D249E47-8F95-4437-A6BB-563510287AD1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D249E47-8F95-4437-A6BB-563510287AD1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D249E47-8F95-4437-A6BB-563510287AD1}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.suo b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.suo new file mode 100644 index 0000000..8754faa Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.suo differ diff --git a/PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs b/PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..b31431b --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs @@ -0,0 +1,8 @@ +using System.Reflection; + +[assembly: AssemblyTitle("EssentialsPluginTemplateEpi")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("EssentialsPluginTemplateEpi")] +[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyVersion("1.0.0.*")] + diff --git a/PDT.EssentialsPluginTemplate.EPI/Properties/ControlSystem.cfg b/PDT.EssentialsPluginTemplate.EPI/Properties/ControlSystem.cfg new file mode 100644 index 0000000..e69de29 diff --git a/PDT.EssentialsPluginTemplate.EPI/SIMPLSharpLogs/(2019-08-30 15-01-01).log b/PDT.EssentialsPluginTemplate.EPI/SIMPLSharpLogs/(2019-08-30 15-01-01).log new file mode 100644 index 0000000..b86200d --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/SIMPLSharpLogs/(2019-08-30 15-01-01).log @@ -0,0 +1,63 @@ +8/30/2019 3:01:01 PM, Info: Initializing SIMPLSharp Services... +8/30/2019 3:01:01 PM, Info: ProjectInfo successfully initialized. +8/30/2019 3:01:02 PM, Info: Saving project information... +8/30/2019 3:01:02 PM, Info: Saving project information... +8/30/2019 3:01:02 PM, Info: Saving project information... +8/30/2019 3:01:02 PM, Info: Saving project information... +8/30/2019 3:01:02 PM, Info: Saving project information... +8/30/2019 3:01:02 PM, Info: Saving project information... +8/30/2019 3:04:48 PM, Info: Validating assembly C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\essentials-builds\PepperDashEssentials.dll... +8/30/2019 3:05:10 PM, Info: Saving project information... +8/30/2019 3:05:10 PM, Info: Saving project information... +8/30/2019 3:05:10 PM, Info: Saving project information... +8/30/2019 3:05:39 PM, Info: Validating assembly C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\essentials-builds\PepperDash_Core.dll... +8/30/2019 3:05:39 PM, Info: Validating assembly C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\essentials-builds\PepperDash_Essentials_Core.dll... +8/30/2019 3:05:40 PM, Info: Validating assembly C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\essentials-builds\PepperDash_Essentials_DM.dll... +8/30/2019 3:06:24 PM, Info: Saving project information... +8/30/2019 3:06:24 PM, Info: Saving project information... +8/30/2019 3:06:24 PM, Info: Saving project information... +8/30/2019 3:06:24 PM, Info: Saving project information... +8/30/2019 3:06:24 PM, Info: Saving project information... +8/30/2019 3:06:24 PM, Info: Saving project information... +8/30/2019 3:06:36 PM, Info: Saving project information... +8/30/2019 3:06:36 PM, Info: Saving project information... +8/30/2019 3:06:36 PM, Info: Saving project information... +8/30/2019 3:06:36 PM, Info: Saving project information... +8/30/2019 3:06:36 PM, Info: Saving project information... +8/30/2019 3:06:36 PM, Info: Saving project information... +8/30/2019 3:08:54 PM, Info: Saving project information... +8/30/2019 3:08:54 PM, Info: Saving project information... +8/30/2019 3:08:54 PM, Info: Saving project information... +8/30/2019 3:08:54 PM, Info: Saving project information... +8/30/2019 3:08:54 PM, Info: Saving project information... +8/30/2019 3:08:54 PM, Info: Saving project information... +8/30/2019 3:09:39 PM, Info: Validating assembly C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\essentials-builds\PepperDash_Essentials_Core.dll... +8/30/2019 3:10:10 PM, Info: Saving project information... +8/30/2019 3:10:10 PM, Info: Saving project information... +8/30/2019 3:10:10 PM, Info: Saving project information... +8/30/2019 3:15:10 PM, Info: Saving project information... +8/30/2019 3:15:10 PM, Info: Saving project information... +8/30/2019 3:15:10 PM, Info: Saving project information... +8/30/2019 3:20:10 PM, Info: Saving project information... +8/30/2019 3:20:10 PM, Info: Saving project information... +8/30/2019 3:20:10 PM, Info: Saving project information... +8/30/2019 3:25:10 PM, Info: Saving project information... +8/30/2019 3:25:10 PM, Info: Saving project information... +8/30/2019 3:25:10 PM, Info: Saving project information... +8/30/2019 3:30:10 PM, Info: Saving project information... +8/30/2019 3:30:10 PM, Info: Saving project information... +8/30/2019 3:30:10 PM, Info: Saving project information... +8/30/2019 3:35:10 PM, Info: Saving project information... +8/30/2019 3:35:10 PM, Info: Saving project information... +8/30/2019 3:35:10 PM, Info: Saving project information... +8/30/2019 3:35:38 PM, Info: Saving project information... +8/30/2019 3:35:38 PM, Info: Saving project information... +8/30/2019 3:35:38 PM, Info: Saving project information... +8/30/2019 3:35:38 PM, Info: Saving project information... +8/30/2019 3:35:38 PM, Info: Saving project information... +8/30/2019 3:35:38 PM, Info: Saving project information... +8/30/2019 3:36:52 PM, Info: Validating assembly C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\NvxUrlRoutingClientEpi.dll... +8/30/2019 3:36:52 PM, Info: Verifying assembly C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\NvxUrlRoutingClientEpi.dll +8/30/2019 3:36:52 PM, Info: Creating Archive C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\NvxUrlRoutingClientEpi.cplz... +8/30/2019 3:36:53 PM, Info: Saving project information... +9/2/2019 8:34:46 AM, Info: Terminating SIMPLSharp Services diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.DM.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.DM.dll new file mode 100644 index 0000000..8a9174a Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.DM.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.DeviceSupport.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.DeviceSupport.dll new file mode 100644 index 0000000..edc2569 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.DeviceSupport.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.EthernetCommunications.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.EthernetCommunications.dll new file mode 100644 index 0000000..107864e Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.EthernetCommunications.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Fusion.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Fusion.dll new file mode 100644 index 0000000..f81b415 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Fusion.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Gateways.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Gateways.dll new file mode 100644 index 0000000..106aad2 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Gateways.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.GeneralIO.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.GeneralIO.dll new file mode 100644 index 0000000..d8587c9 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.GeneralIO.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Lighting.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Lighting.dll new file mode 100644 index 0000000..98252ba Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Lighting.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Shades.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Shades.dll new file mode 100644 index 0000000..ae4aec6 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.Shades.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.UI.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.UI.dll new file mode 100644 index 0000000..21a5bdb Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Crestron.SimplSharpPro.UI.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Essentials Devices Common.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Essentials Devices Common.dll new file mode 100644 index 0000000..03a7b1d Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/Essentials Devices Common.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.config b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.config new file mode 100644 index 0000000..99e245b --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.config @@ -0,0 +1,20 @@ + + + NvxUrlRoutingClientE + NvxUrlRoutingClientEpi + PDT.EssentialsPluginTemplate.EPI + 1.009.0029 + SIMPL# Plugin + 5 + 5 + + + + 9/4/2019 10:03:47 AM + 1.0.0.16312 + + + Crestron.SIMPLSharp, Version=2.0.52.0, Culture=neutral, PublicKeyToken=812d080f93e2de10 + + + \ No newline at end of file diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.cplz b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.cplz new file mode 100644 index 0000000..022ed21 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.cplz differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.dll new file mode 100644 index 0000000..217c907 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.pdb b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.pdb new file mode 100644 index 0000000..9722b2e Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PDT.EssentialsPluginTemplate.EPI.pdb differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDashEssentials.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDashEssentials.dll new file mode 100644 index 0000000..a45f934 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDashEssentials.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Core.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Core.dll new file mode 100644 index 0000000..428b924 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Core.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Essentials_Core.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Essentials_Core.dll new file mode 100644 index 0000000..ccfe3fd Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Essentials_Core.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Essentials_DM.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Essentials_DM.dll new file mode 100644 index 0000000..a277137 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/PepperDash_Essentials_DM.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpData.dat b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpData.dat new file mode 100644 index 0000000..30d314c Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpData.dat differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpData.dat.der b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpData.dat.der new file mode 100644 index 0000000..808a788 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpData.dat.der differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpNewtonsoft.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpNewtonsoft.dll new file mode 100644 index 0000000..2f60b40 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpNewtonsoft.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpReflectionInterface.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpReflectionInterface.dll new file mode 100644 index 0000000..91a1243 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpReflectionInterface.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpSQLHelperInterface.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpSQLHelperInterface.dll new file mode 100644 index 0000000..49bbbe7 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpSQLHelperInterface.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpTimerEventInterface.dll b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpTimerEventInterface.dll new file mode 100644 index 0000000..50a940d Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/SimplSharpTimerEventInterface.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/manifest.info b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/manifest.info new file mode 100644 index 0000000..c78e2af --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/manifest.info @@ -0,0 +1,76 @@ +MainAssembly=PDT.EssentialsPluginTemplate.EPI.dll:329b94ea1ddd95643a7554b8dcfed670 +MainAssemblyMinFirmwareVersion=1.009.0029 +MainAssemblyResource=SimplSharpData.dat:820b61c48c8a2cace82957eed4cc377c +MainAssemblyResource=SimplSharpData.dat.der:bf862965c00f3e6ec535e4e00e82d30c +ü +DependencySource=Crestron.SimplSharpPro.DeviceSupport.dll:caae4b4259aaf619059f0ae34473bfd2 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.DeviceSupport.dll +DependencyMainAssembly=Crestron.SimplSharpPro.DeviceSupport.dll:caae4b4259aaf619059f0ae34473bfd2 +ü +DependencySource=Crestron.SimplSharpPro.DM.dll:bdf5acfa80cc3bb87f21deb891128b1d +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.DM.dll +DependencyMainAssembly=Crestron.SimplSharpPro.DM.dll:bdf5acfa80cc3bb87f21deb891128b1d +ü +DependencySource=Crestron.SimplSharpPro.EthernetCommunications.dll:36e663497195140ee6f1b4ebc53f5ea7 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.EthernetCommunications.dll +DependencyMainAssembly=Crestron.SimplSharpPro.EthernetCommunications.dll:36e663497195140ee6f1b4ebc53f5ea7 +ü +DependencySource=Crestron.SimplSharpPro.Fusion.dll:2ceb645ad5aa098f78c4b6c963af2df2 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.Fusion.dll +DependencyMainAssembly=Crestron.SimplSharpPro.Fusion.dll:2ceb645ad5aa098f78c4b6c963af2df2 +ü +DependencySource=Crestron.SimplSharpPro.Gateways.dll:7242e212aa3843228a5d91eb66829f8a +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.Gateways.dll +DependencyMainAssembly=Crestron.SimplSharpPro.Gateways.dll:7242e212aa3843228a5d91eb66829f8a +ü +DependencySource=Crestron.SimplSharpPro.GeneralIO.dll:8d02fa210764e02ccb11491caf122d53 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.GeneralIO.dll +DependencyMainAssembly=Crestron.SimplSharpPro.GeneralIO.dll:8d02fa210764e02ccb11491caf122d53 +ü +DependencySource=Crestron.SimplSharpPro.Lighting.dll:5a4a355db03b075b1e731469c0440a86 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.Lighting.dll +DependencyMainAssembly=Crestron.SimplSharpPro.Lighting.dll:5a4a355db03b075b1e731469c0440a86 +ü +DependencySource=Crestron.SimplSharpPro.Shades.dll:7061e8c8e7e8a57e2bc5a156e037f70b +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.Shades.dll +DependencyMainAssembly=Crestron.SimplSharpPro.Shades.dll:7061e8c8e7e8a57e2bc5a156e037f70b +ü +DependencySource=Crestron.SimplSharpPro.UI.dll:089312a0cb0b4537072d4eb234e71e0e +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Crestron.SimplSharpPro.UI.dll +DependencyMainAssembly=Crestron.SimplSharpPro.UI.dll:089312a0cb0b4537072d4eb234e71e0e +ü +DependencySource=Essentials Devices Common.dll:54aa6be05cd9b8a99659f02b58fc2ea1 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:Essentials Devices Common.dll +DependencyMainAssembly=Essentials Devices Common.dll:54aa6be05cd9b8a99659f02b58fc2ea1 +ü +DependencySource=PepperDashEssentials.dll:fde748012e69bb0f6358777e571aeb74 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:PepperDashEssentials.dll +DependencyMainAssembly=PepperDashEssentials.dll:fde748012e69bb0f6358777e571aeb74 +ü +DependencySource=PepperDash_Core.dll:6cc8f9e7eeb0027d3e2f114cd55f0ca2 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:PepperDash_Core.dll +DependencyMainAssembly=PepperDash_Core.dll:6cc8f9e7eeb0027d3e2f114cd55f0ca2 +ü +DependencySource=PepperDash_Essentials_Core.dll:b3b5a041f51c8534978c524aa3bbba6f +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:PepperDash_Essentials_Core.dll +DependencyMainAssembly=PepperDash_Essentials_Core.dll:b3b5a041f51c8534978c524aa3bbba6f +ü +DependencySource=PepperDash_Essentials_DM.dll:15e560dbb7ee48429e58771d2c0f8a42 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:PepperDash_Essentials_DM.dll +DependencyMainAssembly=PepperDash_Essentials_DM.dll:15e560dbb7ee48429e58771d2c0f8a42 +ü +DependencySource=SimplSharpNewtonsoft.dll:9c09c5d30daedddf895c36acbface0d5 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:SimplSharpNewtonsoft.dll +DependencyMainAssembly=SimplSharpNewtonsoft.dll:9c09c5d30daedddf895c36acbface0d5 +ü +DependencySource=SimplSharpReflectionInterface.dll:e3ff8edbba84ccd7155b9984e67488b2 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:SimplSharpReflectionInterface.dll +DependencyMainAssembly=SimplSharpReflectionInterface.dll:e3ff8edbba84ccd7155b9984e67488b2 +ü +DependencySource=SimplSharpSQLHelperInterface.dll:f0c505ddecd8a783d4b75217501cbb72 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:SimplSharpSQLHelperInterface.dll +DependencyMainAssembly=SimplSharpSQLHelperInterface.dll:f0c505ddecd8a783d4b75217501cbb72 +ü +DependencySource=SimplSharpTimerEventInterface.dll:c08c24694aafb0f575a49c66f8491477 +DependencyPath=PDT.EssentialsPluginTemplate.EPI.cplz:SimplSharpTimerEventInterface.dll +DependencyMainAssembly=SimplSharpTimerEventInterface.dll:c08c24694aafb0f575a49c66f8491477 diff --git a/PDT.EssentialsPluginTemplate.EPI/bin/Debug/manifest.ser b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/manifest.ser new file mode 100644 index 0000000..a7f0d7d Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/bin/Debug/manifest.ser differ diff --git a/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.csproj.FileListAbsolute.txt b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..48cd5e5 --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.csproj.FileListAbsolute.txt @@ -0,0 +1,23 @@ +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\obj\Debug\ResolveAssemblyReference.cache +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\NvxUrlRoutingClientEpi.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\NvxUrlRoutingClientEpi.pdb +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\PepperDash_Core.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\PepperDash_Essentials_Core.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\PepperDash_Essentials_DM.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\PepperDashEssentials.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\SimplSharpNewtonsoft.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\SimplSharpReflectionInterface.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.Lighting.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.Gateways.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\SimplSharpSQLHelperInterface.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.Fusion.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.Shades.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.EthernetCommunications.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.DeviceSupport.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.UI.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\SimplSharpTimerEventInterface.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Essentials Devices Common.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.GeneralIO.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\bin\Debug\Crestron.SimplSharpPro.DM.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\obj\Debug\NvxUrlRoutingClientEpi.dll +C:\Users\JTA\Documents\Stash Folder\KPMG\SLN103-AVNoc\SLN103-AVNoc.Plugins\NvxUrlRoutingClient.Epi\NvxUrlRoutingClientEpi\obj\Debug\NvxUrlRoutingClientEpi.pdb diff --git a/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.dll b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.dll new file mode 100644 index 0000000..4c69d2c Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.pdb b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.pdb new file mode 100644 index 0000000..40bba73 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/NvxUrlRoutingClientEpi.pdb differ diff --git a/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.csproj.FileListAbsolute.txt b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..638d4ad --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.csproj.FileListAbsolute.txt @@ -0,0 +1,23 @@ +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\obj\Debug\ResolveAssemblyReference.cache +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\PDT.EssentialsPluginTemplate.EPI.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\PDT.EssentialsPluginTemplate.EPI.pdb +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\PepperDash_Core.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\PepperDash_Essentials_Core.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\PepperDash_Essentials_DM.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\PepperDashEssentials.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\SimplSharpNewtonsoft.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\SimplSharpReflectionInterface.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.Lighting.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.Gateways.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\SimplSharpSQLHelperInterface.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.Fusion.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.Shades.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.EthernetCommunications.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.DeviceSupport.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.UI.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\SimplSharpTimerEventInterface.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Essentials Devices Common.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.GeneralIO.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\bin\Debug\Crestron.SimplSharpPro.DM.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\obj\Debug\PDT.EssentialsPluginTemplate.EPI.dll +C:\Users\JTA\Documents\Stash Folder\Frameworks\PDT.EssentialsPluginTemplate.EPI\PDT.EssentialsPluginTemplate.EPI\obj\Debug\PDT.EssentialsPluginTemplate.EPI.pdb diff --git a/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.dll b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.dll new file mode 100644 index 0000000..b3dd652 Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.dll differ diff --git a/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.pdb b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.pdb new file mode 100644 index 0000000..9722b2e Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/PDT.EssentialsPluginTemplate.EPI.pdb differ diff --git a/PDT.EssentialsPluginTemplate.EPI/obj/Debug/ResolveAssemblyReference.cache b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000..1e223aa Binary files /dev/null and b/PDT.EssentialsPluginTemplate.EPI/obj/Debug/ResolveAssemblyReference.cache differ