From 65282a366e8a80f0a53d7bb59ca3a1376f771d3a Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 10 Mar 2012 00:21:40 +0000 Subject: [PATCH] fix versions stuff --- BizHawk.MultiClient/BizHawk.MultiClient.csproj | 4 ++++ BizHawk.MultiClient/Properties/AssemblyInfo.cs | 13 ++++--------- BizHawk.MultiClient/Properties/svnrev_template | 4 ++++ BizHawk.Util/BizHawk.Util.csproj | 4 ++++ BizHawk.Util/Properties/AssemblyInfo.cs | 13 ++++--------- BizHawk.Util/Properties/svnrev_template | 4 ++++ 6 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 BizHawk.MultiClient/Properties/svnrev_template create mode 100644 BizHawk.Util/Properties/svnrev_template diff --git a/BizHawk.MultiClient/BizHawk.MultiClient.csproj b/BizHawk.MultiClient/BizHawk.MultiClient.csproj index 7470e5a7d2..21b9579583 100644 --- a/BizHawk.MultiClient/BizHawk.MultiClient.csproj +++ b/BizHawk.MultiClient/BizHawk.MultiClient.csproj @@ -316,6 +316,7 @@ Settings.settings True + Form @@ -736,4 +737,7 @@ + + "$(SolutionDir)subwcrev.bat" "$(ProjectDir)" + \ No newline at end of file diff --git a/BizHawk.MultiClient/Properties/AssemblyInfo.cs b/BizHawk.MultiClient/Properties/AssemblyInfo.cs index 67294cc2c4..186b3e806a 100644 --- a/BizHawk.MultiClient/Properties/AssemblyInfo.cs +++ b/BizHawk.MultiClient/Properties/AssemblyInfo.cs @@ -6,13 +6,8 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("BizHawk.MultiClient")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("BizHawk.MultiClient")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyDescription("http://code.google.com/p/bizhawk")] +[assembly: AssemblyCompany("BizHawk")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from @@ -32,5 +27,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1" + SubWCRev.SVN_REV)] -[assembly: AssemblyFileVersion("1.0.1" + SubWCRev.SVN_REV)] +[assembly: AssemblyVersion("1.0.1." + SubWCRev.SVN_REV)] +[assembly: AssemblyFileVersion("1.0.1." + SubWCRev.SVN_REV)] diff --git a/BizHawk.MultiClient/Properties/svnrev_template b/BizHawk.MultiClient/Properties/svnrev_template new file mode 100644 index 0000000000..31c5a95c9c --- /dev/null +++ b/BizHawk.MultiClient/Properties/svnrev_template @@ -0,0 +1,4 @@ +static class SubWCRev +{ + public const string SVN_REV = "$WCREV$"; +} diff --git a/BizHawk.Util/BizHawk.Util.csproj b/BizHawk.Util/BizHawk.Util.csproj index e7d6fc7f35..0498ce629e 100644 --- a/BizHawk.Util/BizHawk.Util.csproj +++ b/BizHawk.Util/BizHawk.Util.csproj @@ -119,6 +119,7 @@ Component + Component @@ -173,6 +174,9 @@ + + "$(SolutionDir)subwcrev.bat" "$(ProjectDir)" +