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

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/NET/Source/System.Reactive.Providers/Properties/AssemblyInfo.cs')
-rw-r--r--Rx/NET/Source/System.Reactive.Providers/Properties/AssemblyInfo.cs33
1 files changed, 33 insertions, 0 deletions
diff --git a/Rx/NET/Source/System.Reactive.Providers/Properties/AssemblyInfo.cs b/Rx/NET/Source/System.Reactive.Providers/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..cc2c4be
--- /dev/null
+++ b/Rx/NET/Source/System.Reactive.Providers/Properties/AssemblyInfo.cs
@@ -0,0 +1,33 @@
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Runtime.InteropServices;
+using System.Security;
+
+[assembly: AssemblyTitle("System.Reactive.Providers")]
+// Notice: same description as in the .nuspec files; see Source/Rx/Setup/NuGet
+[assembly: AssemblyDescription("Reactive Extensions Providers Library used to build query providers and express complex event processing queries over those.")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Retail")]
+#endif
+[assembly: AssemblyCompany("Microsoft Open Technologies, Inc.")]
+[assembly: AssemblyProduct("Reactive Extensions")]
+[assembly: AssemblyCopyright("\x00a9 Microsoft Open Technologies, Inc. All rights reserved.")]
+[assembly: NeutralResourcesLanguage("en-US")]
+
+#if !PLIB
+[assembly: ComVisible(false)]
+#endif
+
+[assembly: CLSCompliant(true)]
+
+#if HAS_APTCA && NO_CODECOVERAGE
+[assembly: AllowPartiallyTrustedCallers]
+#endif
+
+//
+// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
+// and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
+//