From 5b4b85d2b29b714c98b1700dd0ec1686c5fadba4 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sun, 19 Jan 2020 12:53:24 +1000 Subject: [PATCH] Remove svnrev.cs from repo and just assume it's there Reverts 4e5f7e40e. In hindsight this was the obvious, easy solution to the error in fresh clones. For the record, VS will still complain that the class is missing on a fresh clone *before compiling*, but now the first compile will succeed as well as subsequent compiles. --- Version/Version.csproj | 3 +++ Version/svnrev.cs | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 Version/svnrev.cs diff --git a/Version/Version.csproj b/Version/Version.csproj index 31ca91b88d..3b7c9e3101 100644 --- a/Version/Version.csproj +++ b/Version/Version.csproj @@ -8,6 +8,9 @@ AnyCPU netstandard2.0 + + + diff --git a/Version/svnrev.cs b/Version/svnrev.cs deleted file mode 100644 index a0128da618..0000000000 --- a/Version/svnrev.cs +++ /dev/null @@ -1 +0,0 @@ -// This file will get overwritten by a pre-build target defined in Version.csproj.