diff --git a/Sources/Directory.Build.props b/Sources/Directory.Build.props
index c1bf4f6..71aabe6 100644
--- a/Sources/Directory.Build.props
+++ b/Sources/Directory.Build.props
@@ -4,9 +4,9 @@
true
AnyCPU
- ..\StyleCope.ruleset
+ $(MSBuildThisFileDirectory)StyleCope.ruleset
true
- ..\SqlDatabase.snk
+ $(MSBuildThisFileDirectory)SqlDatabase.snk
latest
enable
enable
@@ -39,6 +39,7 @@
+
diff --git a/Sources/stylecop.json b/Sources/stylecop.json
new file mode 100644
index 0000000..42af410
--- /dev/null
+++ b/Sources/stylecop.json
@@ -0,0 +1,8 @@
+{
+ //"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json"
+ "settings": {
+ "orderingRules": {
+ "systemUsingDirectivesFirst": true
+ }
+ }
+}
\ No newline at end of file