mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
feat: Add 4Series csproj and update info
This commit is contained in:
25
PDT.EssentialsPluginTemplate.EPI.4Series.sln
Normal file
25
PDT.EssentialsPluginTemplate.EPI.4Series.sln
Normal file
@@ -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
|
||||||
36
src/PDT.EssentialsPluginTemplate.EPI.4Series..csproj
Normal file
36
src/PDT.EssentialsPluginTemplate.EPI.4Series..csproj
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectType>ProgramLibrary</ProjectType>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net472</TargetFramework>
|
||||||
|
<RootNamespace>PDT.EssentialsPluginTemplate.EPI</RootNamespace>
|
||||||
|
<Deterministic>false</Deterministic>
|
||||||
|
<AssemblyTitle>PDT.EssentialsPluginTemplate.EPI</AssemblyTitle>
|
||||||
|
<Company>PepperDash Technologies</Company>
|
||||||
|
<Description>This software is a template for a PepperDash Essentials Plugin.</Description>
|
||||||
|
<Copyright>Copyright 2024</Copyright>
|
||||||
|
<Version>1.0.0-local</Version>
|
||||||
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||||
|
<InformationalVersion>$(Version)</InformationalVersion>
|
||||||
|
<OutputPath>4Series\bin\$(Configuration)\</OutputPath>
|
||||||
|
<Authors>PepperDash Technologies</Authors>
|
||||||
|
<PackageId>Pepperdash.Essentials.Plugins.Template</PackageId>
|
||||||
|
<PackageProjectUrl>https://github.com/PepperDash/EssentialsPluginTemplate.git</PackageProjectUrl>
|
||||||
|
<PackageTags>crestron 4series essentials plugin template</PackageTags>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
<DefineConstants>$(DefineConstants);SERIES4</DefineConstants>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Remove="Properties\**" />
|
||||||
|
<EmbeddedResource Remove="Properties\**" />
|
||||||
|
<None Remove="Properties\**" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Remove="PDT.EssentialsPluginTemplate.projectinfo" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
Reference in New Issue
Block a user