| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "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",
- "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": {
- "System.Windows.Forms": "4.0.0.0",
- "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",
- "System.Windows.Forms": "4.0.0.0",
- "WindowsBase": "4.0.0.0"
- }
- }
- }
- }
|