| 1234567891011121314151617181920212223 | using System;using System.Reflection;using System.Resources;using System.Runtime.InteropServices;[assembly: AssemblyTitle("Microsoft.Reactive.Testing")][assembly: AssemblyDescription("Reactive Extensions Testing Library used to write unit tests for queries and custom operators over observable sequences.")]#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")][assembly: ComVisible(false)]//// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows//       and the custom activity in Source/Build/Activities/AppendVersionInfo.cs for more information.//
 |