| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 | 
							- {
 
-   "version": "3.0.0-*",
 
-   "title": "Reactive Extensions - Query Library",
 
-   "description": "Reactive Extensions Query Library used to express complex event processing queries over observable sequences.",
 
-   "authors": ["Microsoft"],
 
-   "copyright": "Copyright (C) Microsoft Corporation",
 
-   "packOptions": {
 
-     "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
 
-     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
 
-     "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
 
-     "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
 
-     "requireLicenseAcceptance": true
 
-   },
 
-   "buildOptions": {
 
-     "keyFile": "../ReactiveX.snk",
 
-     "define": [ "SIGNED" ],
 
-     "nowarn": [ "CS1591" ],
 
-     "xmlDoc": true,
 
-     "compile": {
 
-       "exclude": [
 
-         "*/**/ImmutableList.cs",
 
-         "Reactive/Observer.Extensions.cs",
 
-         "Reactive/Internal/Observers.cs",
 
-         "Reactive/Internal/Producer.cs"
 
-       ]
 
-     },
 
-     "embed": {
 
-       "includeFiles": "Properties/System.Reactive.Linq.rd.xml"
 
-     }
 
-   },
 
-   "dependencies": {
 
-     "System.Reactive.Core": { "target": "project" },
 
-     "System.Runtime.InteropServices.WindowsRuntime": "4.0.1"
 
-   },
 
-   
 
-   "frameworks": {
 
-     "net45": {
 
-       "buildOptions": {
 
-         "define": [
 
-           "NO_EVENTARGS_CONSTRAINT",
 
-           "HAS_EDI",
 
-           "HAS_WINRT",
 
-           "HAS_PROGRESS",
 
-           "PREFER_ASYNC",
 
-           "HAS_AWAIT",
 
-           "HAS_APTCA",
 
-           "HAS_DISPATCHER_PRIORITY",
 
-           "HAS_WINFORMS",
 
-           "USE_TIMER_SELF_ROOT",
 
-           "DESKTOPCLR",
 
-           "DESKTOPCLR45"
 
-         ]
 
-       }
 
-     },
 
-     "net46": {
 
-       "buildOptions": {
 
-         "define": [
 
-           "NO_EVENTARGS_CONSTRAINT",
 
-           "HAS_EDI",
 
-           "HAS_WINRT",
 
-           "HAS_PROGRESS",
 
-           "PREFER_ASYNC",
 
-           "HAS_AWAIT",
 
-           "HAS_APTCA",
 
-           "HAS_DISPATCHER_PRIORITY",
 
-           "HAS_TPL46",
 
-           "HAS_WINFORMS",
 
-           "USE_TIMER_SELF_ROOT",
 
-           "DESKTOPCLR",
 
-           "DESKTOPCLR46"
 
-         ]
 
-       }
 
-     },
 
-     "netstandard1.0": {
 
-       "buildOptions": {
 
-         "define": [
 
-           "NO_EVENTARGS_CONSTRAINT",
 
-           "HAS_EDI",
 
-           "HAS_WINRT",
 
-           "HAS_PROGRESS",
 
-           "PREFER_ASYNC",
 
-           "HAS_AWAIT",
 
-           "HAS_APTCA",
 
-           "NO_REMOTING",
 
-           "NO_SERIALIZABLE",
 
-           "NO_THREAD",
 
-           "CRIPPLED_REFLECTION",
 
-           "NO_CDS_COLLECTIONS",
 
-           "USE_TIMER_SELF_ROOT",
 
-           "PLIB"
 
-         ]
 
-       }
 
-     },
 
-     "netstandard1.3": {
 
-       "buildOptions": {
 
-         "define": [
 
-           "NO_EVENTARGS_CONSTRAINT",
 
-           "HAS_EDI",
 
-           "HAS_WINRT",
 
-           "HAS_PROGRESS",
 
-           "HAS_TPL46",
 
-           "PREFER_ASYNC",
 
-           "HAS_AWAIT",
 
-           "HAS_APTCA",
 
-           "NO_REMOTING",
 
-           "NO_SERIALIZABLE",
 
-           "NO_THREAD",
 
-           "CRIPPLED_REFLECTION",
 
-           "PLIB",
 
-           "USE_TIMER_SELF_ROOT"
 
-         ]
 
-       }
 
-     }
 
-   }
 
- }
 
 
  |