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/System.Reactive.Windows.Threading/Properties/AssemblyInfo.cs')
-rw-r--r--Rx.NET/System.Reactive.Windows.Threading/Properties/AssemblyInfo.cs44
1 files changed, 0 insertions, 44 deletions
diff --git a/Rx.NET/System.Reactive.Windows.Threading/Properties/AssemblyInfo.cs b/Rx.NET/System.Reactive.Windows.Threading/Properties/AssemblyInfo.cs
deleted file mode 100644
index 6a70d94..0000000
--- a/Rx.NET/System.Reactive.Windows.Threading/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,44 +0,0 @@
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.InteropServices;
-using System.Security;
-
-[assembly: AssemblyTitle("System.Reactive.Windows.Threading")]
-#if !USE_SL_DISPATCHER
-// Notice: same description as in the .nuspec files; see Source/Rx/Setup/NuGet
-[assembly: AssemblyDescription("Windows Presentation Foundation extensions library for Rx. Contains scheduler functionality for the WPF Dispatcher.")]
-#else
-// Notice: same description as in the .nuspec files; see Source/Rx/Setup/NuGet
-[assembly: AssemblyDescription("Silverlight extensions library for Rx. Contains scheduler functionality for the Silverlight Dispatcher.")]
-#endif
-#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
-
-#if !WINDOWS
-[assembly: CLSCompliant(true)]
-#endif
-
-#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.
-//