diff --git a/appveyor.yml b/appveyor.yml
index aeb4bc44e..731d78220 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,7 +21,7 @@ skip_tags: true
# environment configuration #
#---------------------------------#
-os: Visual Studio 2017
+os: Visual Studio 2019
# scripts that are called at very beginning, before repo cloning
init:
diff --git a/CodingStyle.ruleset b/build/CodingStyle.ruleset
similarity index 100%
rename from CodingStyle.ruleset
rename to build/CodingStyle.ruleset
diff --git a/build/common.props b/build/common.props
index 6f0b42b07..c2b67c021 100644
--- a/build/common.props
+++ b/build/common.props
@@ -14,11 +14,10 @@
true
false
-
+
false
True
-
- $(SolutionDir)CodingStyle.ruleset
+ $(MSBuildThisFileDirectory)CodingStyle.ruleset
@@ -66,7 +65,7 @@
-
+
all
@@ -74,5 +73,4 @@
all
-
\ No newline at end of file