From a2a6a879305cd59e69f92bc5c0846353d4b97144 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 22 Jan 2019 20:59:36 -0600 Subject: [PATCH] Fix support for building PerfView in Visual Studio 2019 --- global.json | 5 +++++ src/PerfView/PerfView.csproj | 32 ++------------------------------ 2 files changed, 7 insertions(+), 30 deletions(-) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 000000000..2120c2f14 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "MSBuild.Sdk.Extras": "1.6.65" + } +} diff --git a/src/PerfView/PerfView.csproj b/src/PerfView/PerfView.csproj index a8df04f46..deffe5272 100644 --- a/src/PerfView/PerfView.csproj +++ b/src/PerfView/PerfView.csproj @@ -1,5 +1,5 @@  - + net45 @@ -8,6 +8,7 @@ True PerfView.App true + true PerfView Microsoft @@ -100,10 +101,6 @@ - - - - True @@ -452,31 +449,6 @@ - - - - - - - - - - - - - $(MSBuildExtensionsPath)\$(VisualStudioVersion)\Bin\Microsoft.CSharp.targets - - - - - - false - - -