summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Properties
diff options
context:
space:
mode:
authorZoryn Aaron <zoryn4163@gmail.com>2016-02-28 06:55:35 -0500
committerZoryn Aaron <zoryn4163@gmail.com>2016-02-28 06:55:35 -0500
commit81297ef6e9042a66d339e48d07a6d5f9847a93f9 (patch)
tree1f62aa5fa6b699df55afbf6d5217e28d4470ddc8 /StardewModdingAPI/Properties
parentbc7a30424b2ebad58ed7e3de574e7d1949cb31d4 (diff)
downloadSMAPI-81297ef6e9042a66d339e48d07a6d5f9847a93f9.tar.gz
SMAPI-81297ef6e9042a66d339e48d07a6d5f9847a93f9.tar.bz2
SMAPI-81297ef6e9042a66d339e48d07a6d5f9847a93f9.zip
no message
Diffstat (limited to 'StardewModdingAPI/Properties')
-rw-r--r--StardewModdingAPI/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/StardewModdingAPI/Properties/AssemblyInfo.cs b/StardewModdingAPI/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..c9a2a11c
--- /dev/null
+++ b/StardewModdingAPI/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+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("StardewModdingAPI")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("StardewModdingAPI")]
+[assembly: AssemblyCopyright("Copyright © 2016")]
+[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("5c3f7f42-fefd-43db-aaea-92ea3bcad531")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// 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.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]