2022-03-19 00:47:18 +08:00
|
|
|
<Project>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-02-27 19:29:25 +08:00
|
|
|
<Copyright>Copyright (C) 2023 Microsoft Corporation</Copyright>
|
2022-03-19 00:47:18 +08:00
|
|
|
<AssemblyCompany>Microsoft Corp.</AssemblyCompany>
|
2023-02-27 19:29:25 +08:00
|
|
|
<AssemblyCopyright>Copyright (C) 2023 Microsoft Corporation</AssemblyCopyright>
|
2022-03-19 00:47:18 +08:00
|
|
|
<AssemblyProduct>PowerToys</AssemblyProduct>
|
|
|
|
<Company>Microsoft Corporation</Company>
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
2022-04-07 17:48:05 +08:00
|
|
|
<Platforms>x64;ARM64</Platforms>
|
2022-03-21 20:48:52 +08:00
|
|
|
<PackageTags>PowerToys</PackageTags>
|
2022-03-19 00:47:18 +08:00
|
|
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
|
|
|
<AnalysisMode>Recommended</AnalysisMode>
|
2022-05-11 23:49:28 +08:00
|
|
|
<PlatformTarget>$(Platform)</PlatformTarget>
|
2022-03-19 00:47:18 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-03-21 20:48:52 +08:00
|
|
|
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
|
|
|
|
<RepositoryUrl>https://github.com/microsoft/PowerToys</RepositoryUrl>
|
2022-07-01 22:09:41 +08:00
|
|
|
<RepositoryType>GitHub</RepositoryType>
|
2022-03-21 20:48:52 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-03-19 00:47:18 +08:00
|
|
|
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
</PropertyGroup>
|
2020-12-14 20:20:45 +08:00
|
|
|
|
2020-04-30 04:02:18 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>PowerToys.Root.Props</_PropertySheetDisplayName>
|
2020-12-14 20:20:45 +08:00
|
|
|
<ForceImportBeforeCppProps>$(MsbuildThisFileDirectory)\Cpp.Build.props</ForceImportBeforeCppProps>
|
2020-04-30 04:02:18 +08:00
|
|
|
</PropertyGroup>
|
2022-03-19 00:47:18 +08:00
|
|
|
|
2022-07-20 04:40:40 +08:00
|
|
|
<ItemGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
|
2023-02-14 01:10:33 +08:00
|
|
|
<PackageReference Include="StyleCop.Analyzers">
|
2022-07-20 04:40:40 +08:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)\src\codeAnalysis\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
|
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\src\codeAnalysis\StyleCop.json" Link="StyleCop.json" />
|
|
|
|
|
2023-02-14 01:10:33 +08:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
|
2022-07-20 04:40:40 +08:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2020-04-30 04:02:18 +08:00
|
|
|
</Project>
|