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

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-09-08 03:38:38 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-09 05:56:45 +0300
commit12ac9ec9ab6eb09eb5c8bf6da0e6a3101a44ed8d (patch)
tree1fe208ac263d71cf7aa09e38b9eb8ad699fff320 /src/v4.7.1/Facades/System.Diagnostics.Tools.cs
parent614c25caffead591da9703f7ee5e9094834dae13 (diff)
[v4.7.1] Add copy of 4.7 sources for 4.7.1 reference assemblies
Diffstat (limited to 'src/v4.7.1/Facades/System.Diagnostics.Tools.cs')
-rw-r--r--src/v4.7.1/Facades/System.Diagnostics.Tools.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/v4.7.1/Facades/System.Diagnostics.Tools.cs b/src/v4.7.1/Facades/System.Diagnostics.Tools.cs
new file mode 100644
index 0000000..a7b1925
--- /dev/null
+++ b/src/v4.7.1/Facades/System.Diagnostics.Tools.cs
@@ -0,0 +1,16 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
+[assembly:System.Reflection.AssemblyCompanyAttribute("Xamarin, Inc.")]
+[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
+[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Diagnostics.Tools.dll")]
+[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Diagnostics.Tools.dll")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2046.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2046.0")]
+[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
+[assembly:System.Reflection.AssemblyTitleAttribute("System.Diagnostics.Tools.dll")]
+[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.CodeDom.Compiler.GeneratedCodeAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.CodeAnalysis.SuppressMessageAttribute))]