properties/core.props (11 lines of code) (raw):
<Project>
<Import Project=".\common.props" />
<Import Project=".\nuget.props" />
<!-- Meta packages and development tools -->
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="All" />
</ItemGroup>
<!-- StyleCop configuration -->
<ItemGroup>
<AdditionalFiles Include="..\..\.stylecop\stylecop.json" />
<Compile Include="..\..\.stylecop\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
</ItemGroup>
</Project>