From 2e32c22c000c236428db30ce51948704e7ec3503 Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 8 Nov 2013 15:34:47 +0000 Subject: [PATCH] set up subwcrev stuff to client.common, and set up assembly info for it, and fix assembly info for emuhawk --- BizHawk.Client.Common/BizHawk.Client.Common.csproj | 7 +++++++ BizHawk.Client.Common/Properties/AssemblyInfo.cs | 10 +++++----- BizHawk.Client.Common/Properties/svnrev_template | 4 ++++ BizHawk.Client.EmuHawk/MainForm.cs | 2 +- BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs | 9 +++++++-- 5 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 BizHawk.Client.Common/Properties/svnrev_template diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index b46e9af165..9a57cb09c1 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -55,6 +55,9 @@ + + VersionInfo.cs + @@ -129,6 +132,7 @@ + @@ -161,6 +165,9 @@ + + "$(SolutionDir)subwcrev.bat" "$(ProjectDir)" +