From 03e9381adc9cd511d29af9285cb1a7cc5d4182b9 Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 8 Nov 2013 15:56:58 +0000 Subject: [PATCH] Clean up assembly info stuff in all projects --- BizHawk.Client.Common/Properties/AssemblyInfo.cs | 2 +- BizHawk.Client.DiscoHawk/Properties/AssemblyInfo.cs | 7 ++++++- BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs | 6 +++--- BizHawk.Client.PceDebugger/Properties/AssemblyInfo.cs | 10 +++++----- BizHawk.Common/BizHawk.Common.csproj | 7 +++++++ BizHawk.Common/Properties/AssemblyInfo.cs | 10 +++++----- .../BizHawk.Emulation.Common.csproj | 7 +++++++ BizHawk.Emulation.Common/Properties/AssemblyInfo.cs | 10 +++++----- .../BizHawk.Emulation.DiscSystem.csproj | 7 +++++++ .../Properties/AssemblyInfo.cs | 10 +++++----- BizHawk.Emulation/Properties/AssemblyInfo.cs | 5 +++++ 11 files changed, 56 insertions(+), 25 deletions(-) diff --git a/BizHawk.Client.Common/Properties/AssemblyInfo.cs b/BizHawk.Client.Common/Properties/AssemblyInfo.cs index d45543941a..c09b5e7cf0 100644 --- a/BizHawk.Client.Common/Properties/AssemblyInfo.cs +++ b/BizHawk.Client.Common/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("BizHawk.Client.Common")] [assembly: AssemblyDescription("http://code.google.com/p/bizhawk")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("BizHawk")] [assembly: AssemblyProduct("BizHawk.Client.Common")] [assembly: AssemblyCopyright("Copyright © 2013")] [assembly: AssemblyTrademark("")] diff --git a/BizHawk.Client.DiscoHawk/Properties/AssemblyInfo.cs b/BizHawk.Client.DiscoHawk/Properties/AssemblyInfo.cs index 5a49486217..a8d6a29df3 100644 --- a/BizHawk.Client.DiscoHawk/Properties/AssemblyInfo.cs +++ b/BizHawk.Client.DiscoHawk/Properties/AssemblyInfo.cs @@ -5,9 +5,14 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("DiscoHawk")] +[assembly: AssemblyTitle("BizHawk.Client.DiscoHawk")] [assembly: AssemblyDescription("http://code.google.com/p/bizhawk")] +[assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("BizHawk")] +[assembly: AssemblyProduct("BizHawk.Client.DiscoHawk")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] // 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 diff --git a/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs b/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs index a74db17c17..2ada0c1b1e 100644 --- a/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs +++ b/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("BizHawk.EmuHawk")] +[assembly: AssemblyTitle("BizHawk.Client.EmuHawk")] [assembly: AssemblyDescription("http://code.google.com/p/bizhawk")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("BizHawk.EmuHawk")] +[assembly: AssemblyCompany("BizHawk")] +[assembly: AssemblyProduct("BizHawk.Client.EmuHawk")] [assembly: AssemblyCopyright("Copyright © 2013")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/BizHawk.Client.PceDebugger/Properties/AssemblyInfo.cs b/BizHawk.Client.PceDebugger/Properties/AssemblyInfo.cs index f1edcfb875..0edaa78fac 100644 --- a/BizHawk.Client.PceDebugger/Properties/AssemblyInfo.cs +++ b/BizHawk.Client.PceDebugger/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("BizHawk.PCE_Debugger")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("BizHawk.Client.PceDebugger")] +[assembly: AssemblyDescription("http://code.google.com/p/bizhawk")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Measurement Incorporated")] -[assembly: AssemblyProduct("BizHawk.PCE_Debugger")] -[assembly: AssemblyCopyright("Copyright © Measurement Incorporated 2013")] +[assembly: AssemblyCompany("BizHawk")] +[assembly: AssemblyProduct("BizHawk.Client.PceDebugger")] +[assembly: AssemblyCopyright("Copyright © 2013")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/BizHawk.Common/BizHawk.Common.csproj b/BizHawk.Common/BizHawk.Common.csproj index fc15678c19..336e342bf1 100644 --- a/BizHawk.Common/BizHawk.Common.csproj +++ b/BizHawk.Common/BizHawk.Common.csproj @@ -44,18 +44,25 @@ + + VersionInfo.cs + + + + "$(SolutionDir)subwcrev.bat" "$(ProjectDir)" +