From d592f376173bbf5bd11cadb886df57994f2d4498 Mon Sep 17 00:00:00 2001 From: portablestew <20881580+portablestew@users.noreply.github.com> Date: Sun, 10 Feb 2019 16:31:23 -0800 Subject: [PATCH] App config for StyleCheck --- OpenRA.StyleCheck/App.config | 8 ++++++++ OpenRA.StyleCheck/OpenRA.StyleCheck.csproj | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 OpenRA.StyleCheck/App.config diff --git a/OpenRA.StyleCheck/App.config b/OpenRA.StyleCheck/App.config new file mode 100644 index 0000000000..eba8d1e0ba --- /dev/null +++ b/OpenRA.StyleCheck/App.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/OpenRA.StyleCheck/OpenRA.StyleCheck.csproj b/OpenRA.StyleCheck/OpenRA.StyleCheck.csproj index f341b53cad..c44cd28678 100644 --- a/OpenRA.StyleCheck/OpenRA.StyleCheck.csproj +++ b/OpenRA.StyleCheck/OpenRA.StyleCheck.csproj @@ -38,5 +38,8 @@ + + + - \ No newline at end of file +