| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "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.Linq": { "target": "project" }
- },
- "frameworks": {
- "wpa81": {
- "imports": [ "dotnet5.2" ],
- "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",
- "WINDOWS81"
- ]
- },
- "dependencies": {
- "Microsoft.TargetingPack.Private.WinRT": {
- "version": "1.0.1",
- "type": "build"
- },
- "Microsoft.TargetingPack.Private.WindowsPhone.v.8.1": {
- "version": "1.0.0",
- "type": "build"
- }
- }
- },
- "win81": {
- "imports": [ "dotnet5.2" ],
- "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",
- "WINDOWS81"
- ]
- },
- "dependencies": {
- "Microsoft.TargetingPack.Private.WinRT": {
- "version": "1.0.1",
- "type": "build"
- },
- "Microsoft.TargetingPack.Private.NETCore.v4.5.1": {
- "version": "1.0.0",
- "type": "build"
- }
- }
- },
- "uap10.0": {
- "imports": [ "dotnet5.4" ],
- "compilationOptions": {
- "define": [
- "NO_EVENTARGS_CONSTRAINT",
- "HAS_EDI",
- "HAS_WINRT",
- "HAS_PROGRESS",
- "PREFER_ASYNC",
- "HAS_AWAIT",
- "HAS_APTCA",
- "HAS_TPL46",
- "NO_REMOTING",
- "NO_SERIALIZABLE",
- "NO_THREAD",
- "CRIPPLED_REFLECTION",
- "WINDOWS",
- "USE_TIMER_SELF_ROOT"
- ]
- },
- "dependencies": {
- "Microsoft.TargetingPack.Private.WinRT": {
- "version": "1.0.1",
- "type": "build"
- },
- "Microsoft.NETCore.UniversalWindowsPlatform": {
- "version": "5.1.0-rc2-23811",
- "type": "build"
- }
- }
- }
- }
- }
|