| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 | 
							- {
 
-   "version": "3.0.0-*",
 
-   "title": "Reactive Extensions - Windows Forms Helpers",
 
-   "description": "Windows Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.",
 
-   "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
 
-   },
 
-   
 
-   "dependencies": {
 
-     "System.Reactive.Interfaces": { "target": "project" },
 
-     "System.Reactive.Core": { "target": "project" }
 
-   },
 
-   
 
-   "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"
 
-         ]
 
-       },
 
-       "frameworkAssemblies": {
 
-         "System.Windows": "",
 
-         "System.Windows.Forms": "",
 
-         "WindowsBase": ""
 
-       }
 
-     },
 
-     "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"
 
-         ]
 
-       },
 
-       "frameworkAssemblies": {
 
-         "System.Windows": "",
 
-         "System.Windows.Forms": "",
 
-         "WindowsBase": ""
 
-       }
 
-     }
 
-   }
 
- }
 
 
  |