Skip to content

Commit

Permalink
csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Jul 23, 2024
1 parent f03eede commit e93d386
Showing 1 changed file with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>PowerToys Run Plugin Templates</Title>
<Authors>Henrik Lau Eriksson</Authors>
<Description>This dotnet new template simplifies creating PowerToys Run Plugin projects.</Description>
<PackageType>Template</PackageType>
<PackageVersion>0.1</PackageVersion>
<PackageReleaseNotes>
</PackageReleaseNotes>
<PackageId>Community.PowerToys.Run.Plugin.Templates</PackageId>
<Title>PowerToys Run Plugin Templates</Title>
<Authors>Henrik Lau Eriksson</Authors>
<Description>PowerToys Run Plugin Project Templates</Description>
<PackageTags>dotnet-new;templates;powertoys</PackageTags>
<PackageProjectUrl>https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Templates</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>plugin;plugins;powertoys;microsoft-powertoys;powertoys-run;powertoys-run-plugin</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>

<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand All @@ -17,6 +24,11 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
<Compile Remove="**\*" />
Expand Down

0 comments on commit e93d386

Please sign in to comment.