From 6b67f47335e00e86a32f15a9d8de08d857dae8db Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 11 Nov 2013 17:49:10 +0000 Subject: [PATCH] fix sln building - apparently you need these files --- BizHawk.Common/Properties/svnrev_template | 4 ++++ BizHawk.Emulation.Common/Properties/svnrev_template | 4 ++++ BizHawk.Emulation.DiscSystem/Properties/svnrev_template | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 BizHawk.Common/Properties/svnrev_template create mode 100644 BizHawk.Emulation.Common/Properties/svnrev_template create mode 100644 BizHawk.Emulation.DiscSystem/Properties/svnrev_template diff --git a/BizHawk.Common/Properties/svnrev_template b/BizHawk.Common/Properties/svnrev_template new file mode 100644 index 0000000000..31c5a95c9c --- /dev/null +++ b/BizHawk.Common/Properties/svnrev_template @@ -0,0 +1,4 @@ +static class SubWCRev +{ + public const string SVN_REV = "$WCREV$"; +} diff --git a/BizHawk.Emulation.Common/Properties/svnrev_template b/BizHawk.Emulation.Common/Properties/svnrev_template new file mode 100644 index 0000000000..31c5a95c9c --- /dev/null +++ b/BizHawk.Emulation.Common/Properties/svnrev_template @@ -0,0 +1,4 @@ +static class SubWCRev +{ + public const string SVN_REV = "$WCREV$"; +} diff --git a/BizHawk.Emulation.DiscSystem/Properties/svnrev_template b/BizHawk.Emulation.DiscSystem/Properties/svnrev_template new file mode 100644 index 0000000000..31c5a95c9c --- /dev/null +++ b/BizHawk.Emulation.DiscSystem/Properties/svnrev_template @@ -0,0 +1,4 @@ +static class SubWCRev +{ + public const string SVN_REV = "$WCREV$"; +}