| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "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",
- "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": "../ReactiveX.snk",
- "define": [ "SIGNED" ],
- "nowarn": [ "CS1591" ],
- "xmlDoc": true,
- "compile": {
- "includeFiles": [ "../GlobalAssemblyVersion.cs" ]
- }
- },
-
- "dependencies": {
- "System.Reactive.Interfaces": { "target": "project" },
- "System.Reactive.Core": { "target": "project" }
- },
-
- "frameworks": {
- "net45": {
- "buildOptions": {
- "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": "",
- "WindowsBase": ""
- }
- },
- "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",
- "type": "build"
- }
- }
- }
- }
- }
|