[Common] Move shared keys into central props file (#17131)

* [Common] Move shared keys into central props file

* Add PackageTags prop
This commit is contained in:
CleanCodeDeveloper
2022-03-21 13:48:52 +01:00
committed by GitHub
parent 380add882c
commit 1d15070698
4 changed files with 45 additions and 74 deletions

View File

@@ -8,10 +8,16 @@
<Company>Microsoft Corporation</Company>
<NeutralLanguage>en-US</NeutralLanguage>
<Platforms>x64</Platforms>
<PackageTags>PowerToys</PackageTags>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Recommended</AnalysisMode>
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
<RepositoryUrl>https://github.com/microsoft/PowerToys</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>