| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | 
							- {
 
-   "version": "3.0.0-*",
 
-   "title": "Reactive Extensions - WPF Helpers",
 
-   "description": "Windows Presentation Foundation extensions library for Rx. Contains scheduler functionality for the WPF Dispatcher.",
 
-   "authors": [ "Microsoft" ],
 
-   "copyright": "Copyright (C) Microsoft Corporation",
 
-   "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,
 
-   "dependencies": {
 
-     "System.Reactive.Interfaces": { "target": "project" },
 
-     "System.Reactive.Core": { "target": "project" }
 
-   },
 
-   "frameworks": {
 
-     "net40": {
 
-       "compilationOptions": {
 
-         "define": [
 
-           "NO_TASK_DELAY",
 
-           "HAS_APTCA",
 
-           "HAS_WINFORMS",
 
-           "USE_TIMER_SELF_ROOT",
 
-           "NO_WEAKREFOFT"
 
-         ]
 
-       },
 
-       "frameworkAssemblies": {
 
-         "WindowsBase": "4.0.0.0"
 
-       }
 
-     },
 
-     "net45": {
 
-       "compilationOptions": {
 
-         "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"
 
-         ]
 
-       },
 
-       "frameworkAssemblies": {
 
-         "System.Windows": "4.0.0.0",
 
-         "WindowsBase": "4.0.0.0"
 
-       }
 
-     }
 
-   }
 
- }
 
 
  |