| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "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": "../35MSSharedLib1024.snk",
- "publicSign": true,
- "define": ["SIGNED"]
- },
- "configurations": {
- "ReleaseDelaySigned": {
- "buildOptions": {
- "publicSign": false,
- "delaySign": true,
- "define": ["RELEASE", "TRACE"],
- "optimize": true
- }
- }
- },
- "dependencies": {
- "System.Reactive.Linq": { "target": "project" }
- },
- "frameworks": {
- "wpa81": {
- "buildOptions": {
- "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.v8.1": {
- "version": "1.0.1",
- "type": "build"
- }
- }
- },
- "netcore451": {
- "buildOptions": {
- "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"],
- "buildOptions": {
- "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.2.0-rc2-24027",
- "type": "build"
- }
- }
- }
- }
- }
|