mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
22 lines
907 B
XML
22 lines
907 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Version>1.0.0-local</Version>
|
|
<InformationalVersion>$(Version)</InformationalVersion>
|
|
<Authors>PepperDash Technology</Authors>
|
|
<Company>PepperDash Technology</Company>
|
|
<Product>PepperDash Essentials Plugin Template</Product>
|
|
<Copyright>Copyright © 2025</Copyright>
|
|
<RepositoryUrl>https://github.com/PepperDash/EssentialsPluginTemplate.git</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageTags>Crestron; 4series</PackageTags>
|
|
<PackageOutputPath>..\output</PackageOutputPath>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="..\LICENSE.md" Pack="true" PackagePath=""/>
|
|
<None Include="..\README.md" Pack="true" PackagePath=""/>
|
|
</ItemGroup>
|
|
</Project>
|