diff --git a/PDT.EssentialsPluginTemplate.EPI.4Series.sln b/PDT.EssentialsPluginTemplate.EPI.4Series.sln new file mode 100644 index 0000000..af0013f --- /dev/null +++ b/PDT.EssentialsPluginTemplate.EPI.4Series.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35327.3 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDT.EssentialsPluginTemplate.EPI.4Series.", "src\PDT.EssentialsPluginTemplate.EPI.4Series..csproj", "{52E6E0A0-A710-4B5F-AF52-08816F5C99BB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {52E6E0A0-A710-4B5F-AF52-08816F5C99BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {52E6E0A0-A710-4B5F-AF52-08816F5C99BB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {52E6E0A0-A710-4B5F-AF52-08816F5C99BB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {52E6E0A0-A710-4B5F-AF52-08816F5C99BB}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {45BE70E2-A4DC-4851-92ED-CE67B99F5D86} + EndGlobalSection +EndGlobal diff --git a/src/PDT.EssentialsPluginTemplate.EPI.sln b/src/PDT.EssentialsPluginTemplate.EPI.3Series.sln similarity index 100% rename from src/PDT.EssentialsPluginTemplate.EPI.sln rename to src/PDT.EssentialsPluginTemplate.EPI.3Series.sln diff --git a/src/PDT.EssentialsPluginTemplate.EPI.4Series..csproj b/src/PDT.EssentialsPluginTemplate.EPI.4Series..csproj new file mode 100644 index 0000000..0036b83 --- /dev/null +++ b/src/PDT.EssentialsPluginTemplate.EPI.4Series..csproj @@ -0,0 +1,36 @@ + + + ProgramLibrary + + + net472 + PDT.EssentialsPluginTemplate.EPI + false + PDT.EssentialsPluginTemplate.EPI + PepperDash Technologies + This software is a template for a PepperDash Essentials Plugin. + Copyright 2024 + 1.0.0-local + true + $(Version) + 4Series\bin\$(Configuration)\ + PepperDash Technologies + Pepperdash.Essentials.Plugins.Template + https://github.com/PepperDash/EssentialsPluginTemplate.git + crestron 4series essentials plugin template + + + + $(DefineConstants);SERIES4 + + + + + + + + + + + + \ No newline at end of file