From 4a52b60ca5335e8c675959718308a619cfacf034 Mon Sep 17 00:00:00 2001 From: feos Date: Fri, 24 Feb 2017 14:03:12 +0300 Subject: [PATCH] Version: add a dummy source file so that some versions of csc.exe won't give error 2008, killing the build scripts --- Version/dummy.cs | 0 Version/version.csproj | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 Version/dummy.cs diff --git a/Version/dummy.cs b/Version/dummy.cs new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Version/version.csproj b/Version/version.csproj index e0ba214dc6..9fb30caa54 100644 --- a/Version/version.csproj +++ b/Version/version.csproj @@ -70,6 +70,9 @@ "$(ProjectDir)..\Build\BizHawk.Build.Tool.exe" GIT_REV --wc "$(ProjectDir).." --template "$(ProjectDir)svnrev_template" --out "$(ProjectDir)svnrev.cs" + + +