From ca43b2ed9e1f724073c53d08289965d1ae38d09d Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 29 Aug 2017 15:18:47 -0700 Subject: [PATCH] Fix binding redirects --- build/Defaults/Net460/app.config | 91 ------------------- build/Defaults/Net461/app.config | 95 -------------------- build/Defaults/Net462/app.config | 99 --------------------- build/Defaults/Portable/app.config | 72 --------------- build/Targets/Roslyn.Toolsets.Xunit.targets | 3 + 5 files changed, 3 insertions(+), 357 deletions(-) diff --git a/build/Defaults/Net460/app.config b/build/Defaults/Net460/app.config index 5a4e96c5d40..3219341094b 100644 --- a/build/Defaults/Net460/app.config +++ b/build/Defaults/Net460/app.config @@ -15,95 +15,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/Defaults/Net461/app.config b/build/Defaults/Net461/app.config index 69ac154ebfb..3219341094b 100644 --- a/build/Defaults/Net461/app.config +++ b/build/Defaults/Net461/app.config @@ -15,99 +15,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/Defaults/Net462/app.config b/build/Defaults/Net462/app.config index 17a13bcf23c..3219341094b 100644 --- a/build/Defaults/Net462/app.config +++ b/build/Defaults/Net462/app.config @@ -15,103 +15,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/Defaults/Portable/app.config b/build/Defaults/Portable/app.config index 56fd8dbe9a6..86890f5044e 100644 --- a/build/Defaults/Portable/app.config +++ b/build/Defaults/Portable/app.config @@ -15,76 +15,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/Targets/Roslyn.Toolsets.Xunit.targets b/build/Targets/Roslyn.Toolsets.Xunit.targets index a68e0bf98c8..c51338e50d5 100644 --- a/build/Targets/Roslyn.Toolsets.Xunit.targets +++ b/build/Targets/Roslyn.Toolsets.Xunit.targets @@ -12,6 +12,9 @@ $(NuGetPackageRoot)\xunit.runner.wpf\$(xunitrunnerwpfVersion)\tools\xunit.runner.wpf.exe "$(OutDir)\$(AssemblyName).dll" + + true + true -- GitLab