From d6fc0bdc75042f730b83b39c0603bfc493399f8d Mon Sep 17 00:00:00 2001
From: Kloen <kloen@outlawkiwi.com>
Date: Mon, 23 Jan 2017 12:06:55 +0100
Subject: [PATCH] appveyor: workaround for unnecesary Xamarin log spam

---
 appveyor.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index c07559479..2a4a15d40 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,6 +20,8 @@ install:
   - git submodule update --init --recursive
 
 before_build:
+  # Xamarin log spam workaround
+  - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
   - mkdir build
   - cd build
   - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..