From 7b65dcdf9347b0dd56175600d3ea4eb4cfbe543a Mon Sep 17 00:00:00 2001
From: ThunderCls <ThunderCls@users.noreply.github.com>
Date: Fri, 20 Sep 2019 10:52:06 -0400
Subject: [PATCH] Update appveyor.yml

updated to vs2017
---
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 4f6f5c5..c3cbe8a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,7 @@
 version: 2.5.{build}
 skip_tags: true
 skip_branch_with_pr: true
-image: Visual Studio 2013
+image: Visual Studio 2017
 configuration: Release
 platform:
 - x86
@@ -12,6 +12,7 @@ only_commits:
     - '**/*.h'
     - '**/*.cpp'
     - '**/*.rc'
+    - '**/*.vcxproj'
 build_script:
 - cmd: >-
     msbuild.exe xAnalyzer.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=Win32