2020-11-27 01:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project>
|
|
|
|
|
<!-- Package references and additional files which are consumed by all projects -->
|
|
|
|
|
<ItemGroup>
|
2021-10-18 08:14:04 +01:00
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" IsImplicitlyDefined="true" />
|
|
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
|
2020-11-27 01:08:18 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-10-18 08:14:04 +01:00
|
|
|
<!-- Specify rule set for all projects -->
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)codeanalysis.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2020-11-27 01:08:18 +00:00
|
|
|
</Project>
|