Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-08-17 16:15:47 +0300
committerMarek Safar <marek.safar@gmail.com>2016-08-17 16:15:47 +0300
commit86e6221becd662c7e4f8f5e1284146c66da5c4a1 (patch)
tree7178866bec319593a0a6555abf8d5b9c7e5ea3f4 /mcs/class/System.Windows
parent400b5eb8b4ae38000e26a206ed72b54df2a365bb (diff)
[bcl] Remove wrong ReferenceAssemblyAttribute(s)
Diffstat (limited to 'mcs/class/System.Windows')
-rw-r--r--mcs/class/System.Windows/AssemblyInfo.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mcs/class/System.Windows/AssemblyInfo.cs b/mcs/class/System.Windows/AssemblyInfo.cs
index 9c9952d5724..e7b124905a3 100644
--- a/mcs/class/System.Windows/AssemblyInfo.cs
+++ b/mcs/class/System.Windows/AssemblyInfo.cs
@@ -1,5 +1,5 @@
//
-// TypeForwarders.cs
+// AssemblyInfo.cs
//
// Author:
// Martin Baulig <martin.baulig@xamarin.com>
@@ -40,5 +40,3 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
[assembly: AssemblyDelaySign (true)]
[assembly: AssemblyKeyFile ("../msfinal.pub")]
-
-[assembly: ReferenceAssembly]