| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "version": "3.0.0-*",
- "title": "System.Reactive.Runtime.Remoting",
- "description": "Reactive Extensions Remoting Library used to expose observable sequences through .NET Remoting.",
- "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,
- "embed": {
- "includeFiles": "Properties/System.Reactive.Runtime.Remoting.rd.xml"
- }
- },
-
- "dependencies": {
- "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"
- ]
- }
- }
- }
- }
|