From 6afe96cc2e950379d13a87efa1fa5a651cbce9bd Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sun, 1 Dec 2019 11:01:39 +0100 Subject: Converge common msbuild properties and targets (#338) * Converge common msbuild properties and targets Moving common msbuild properties and targets into the repo root. * Consolidate analyzers logic into the repo root Consolidating msbuild analyzers logic centrally in the repo root and adding a property switch `EnableAnalyzers` to enable analyzers. We still need to import the Analyzers.props file unconditionally as libraries currently doesn't use the PackageReference logic in ref and src projects and instead uses a depproj to create a props file dynamically. * More cleanup to fix CoreLib build --- Directory.Build.targets | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Directory.Build.targets') diff --git a/Directory.Build.targets b/Directory.Build.targets index 5180c31001b..7d40eb9ac30 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,5 +1,21 @@ + + + false + + + + + $(MajorVersion).$(MinorVersion) + + \ No newline at end of file -- cgit v1.2.3