From abe9f5acb212310c6a3f9c8b8eb315f05a9928cc Mon Sep 17 00:00:00 2001 From: Mark Sturgill Date: Tue, 25 Feb 2014 13:56:48 -0700 Subject: [PATCH] add AssemblyInfo.cs to Scripts (primarily to remove ComVisible code analyzer nag) --- Scripts/Properties/AssemblyInfo.cs | 33 ++++++++++++++++++++++++++++++ Scripts/Scripts.csproj | 7 +++++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 Scripts/Properties/AssemblyInfo.cs diff --git a/Scripts/Properties/AssemblyInfo.cs b/Scripts/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..2a9303eae --- /dev/null +++ b/Scripts/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +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("RunUO Scripts Assembly")] +[assembly: AssemblyDescription("RunUO Scripts Assembly")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("RunUO")] +[assembly: AssemblyProduct("RunUO")] +[assembly: AssemblyCopyright("Copyright © 2014")] +[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 +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("07fe114c-a456-42f8-82fd-251c9b78cd49")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("0.0.0.1")] +[assembly: AssemblyFileVersion("0.0.0.1")] diff --git a/Scripts/Scripts.csproj b/Scripts/Scripts.csproj index 7ade42180..84475960b 100644 --- a/Scripts/Scripts.csproj +++ b/Scripts/Scripts.csproj @@ -6,9 +6,11 @@ {DAE872E6-6899-427C-A75D-AD52526EBCDA} Library false - ClassLibrary + RunUO Scripts v4.0 512 + + true @@ -28,7 +30,7 @@ 4 - Scripts + Server true @@ -3045,6 +3047,7 @@ +