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:
Diffstat (limited to 'mcs/class/System.ComponentModel.Composition/Tests/UnitTestFramework/AssemblyInfo.cs')
-rw-r--r--mcs/class/System.ComponentModel.Composition/Tests/UnitTestFramework/AssemblyInfo.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/System.ComponentModel.Composition/Tests/UnitTestFramework/AssemblyInfo.cs b/mcs/class/System.ComponentModel.Composition/Tests/UnitTestFramework/AssemblyInfo.cs
deleted file mode 100644
index d043eef0a20..00000000000
--- a/mcs/class/System.ComponentModel.Composition/Tests/UnitTestFramework/AssemblyInfo.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//------------------------------------------------------------
-// Copyright (c) Microsoft Corporation. All rights reserved.
-//------------------------------------------------------------
-[assembly: System.CLSCompliant(true)]
-[assembly: System.Reflection.AssemblyTitle("System.ComponentModel.Composition.UnitTestFramework")]
-[assembly: System.Reflection.AssemblyCopyright("(c) Microsoft Corporation. All rights reserved.")]
-[assembly: System.Reflection.AssemblyVersion("2010.02.11")]
-[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.ComponentModel.Composition.UnitTests")]