| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "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",
- "DESKTOPCLR",
- "DESKTOPCLR40"
- ]
- },
- "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",
- "DESKTOPCLR",
- "DESKTOPCLR45"
- ]
- },
- "frameworkAssemblies": {
- "System.Windows": "4.0.0.0",
- "WindowsBase": "4.0.0.0"
- }
- },
- "uap10.0": {
- "compilationOptions": {
- "define": [
- "NO_EVENTARGS_CONSTRAINT",
- "HAS_EDI",
- "HAS_WINRT",
- "HAS_PROGRESS",
- "PREFER_ASYNC",
- "HAS_AWAIT",
- "NO_REMOTING",
- "NO_SERIALIZABLE",
- "NO_THREAD",
- "CRIPPLED_REFLECTION",
- "USE_TIMER_SELF_ROOT",
- "WINDOWS"
- ]
- },
- "dependencies": {
- "System.Diagnostics.Tools": "4.0.1-beta-23516",
- "System.Diagnostics.Debug": "4.0.11-beta-23516"
- }
- }
- }
- }
|