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:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-12 22:47:31 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-12 22:52:17 +0400
commitd1174f3f8979321a9182925df460e07e08157b41 (patch)
treed16fb2fc191bf68ff0e2aac600adf71aba8cad01 /Rx.NET/System.Reactive.Linq/Properties/AssemblyInfo.cs
parentd90a52595e24b1216c89f6cb5f245262db1810ae (diff)
partial import of ca05fdeb565e: Reactive Extensions OSS V1.0
Diffstat (limited to 'Rx.NET/System.Reactive.Linq/Properties/AssemblyInfo.cs')
-rw-r--r--Rx.NET/System.Reactive.Linq/Properties/AssemblyInfo.cs37
1 files changed, 37 insertions, 0 deletions
diff --git a/Rx.NET/System.Reactive.Linq/Properties/AssemblyInfo.cs b/Rx.NET/System.Reactive.Linq/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..21d9f44
--- /dev/null
+++ b/Rx.NET/System.Reactive.Linq/Properties/AssemblyInfo.cs
@@ -0,0 +1,37 @@
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Runtime.InteropServices;
+using System.Security;
+
+[assembly: AssemblyTitle("System.Reactive.Linq")]
+// Notice: same description as in the .nuspec files; see Source/Rx/Setup/NuGet
+[assembly: AssemblyDescription("Reactive Extensions Query Library used to express complex event processing queries over observable sequences.")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Retail")]
+#endif
+[assembly: AssemblyCompany("Microsoft Corporation")]
+[assembly: AssemblyProduct("Reactive Extensions")]
+[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")]
+[assembly: NeutralResourcesLanguage("en-US")]
+
+#if !PLIB
+[assembly: ComVisible(false)]
+#endif
+
+[assembly: CLSCompliant(true)]
+
+#if HAS_APTCA && NO_CODECOVERAGE
+[assembly: AllowPartiallyTrustedCallers]
+#endif
+
+#if XBOX_LAKEVIEW
+[assembly: SecurityTransparent]
+#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.
+//