From 36420bbd867084ee5249f054e01203179272bf2d Mon Sep 17 00:00:00 2001 From: janavarro95 Date: Fri, 8 Jul 2016 10:46:11 -0700 Subject: [PATCH] Delete AssemblyInfo.cs --- .../Properties/AssemblyInfo.cs | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 Save_Anywhere/Stardew_Music_Expansion_API/Stardew_Music_Expansion_API/Properties/AssemblyInfo.cs diff --git a/Save_Anywhere/Stardew_Music_Expansion_API/Stardew_Music_Expansion_API/Properties/AssemblyInfo.cs b/Save_Anywhere/Stardew_Music_Expansion_API/Stardew_Music_Expansion_API/Properties/AssemblyInfo.cs deleted file mode 100644 index 08c742e3..00000000 --- a/Save_Anywhere/Stardew_Music_Expansion_API/Stardew_Music_Expansion_API/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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("Stardew_Music_Expansion_API")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Stardew_Music_Expansion_API")] -[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("697f7ec8-02c6-4f39-a917-ee45955cfff9")] - -// 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")]