Closed
Description
I would like to propose to replace the build/common.props with the MSBuild built-in extensibility hook.
Of course it's more implicit than the current solution - but it simplifies the workflow for new projects to be automatically setup the right way.
\
BenchmarkDotNet.sln
Directory.Build.props (Common for all projects)
\src
Directory.Build.props (Common for all src projects)
\BenchmarkDotNet
\BenchmarkDotNet.Disassembler.x64
\...
\test
Directory.Build.props (Common for all test projects)
\BenchmarkDotNet.Tests
\BenchmarkDotNet.IntegrationTests
\…