| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "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": "../35MSSharedLib1024.snk",
- "publicSign": true,
- "define": ["SIGNED"]
- },
- "configurations": {
- "ReleaseDelaySigned": {
- "buildOptions": {
- "publicSign": false,
- "delaySign": true,
- "define": ["RELEASE", "TRACE"],
- "optimize": true
- }
- }
- },
- "dependencies": {
- "System.Reactive.Core": { "target": "project" }
- },
- "frameworks": {
- "net40": {
- "buildOptions": {
- "define": [
- "NO_TASK_DELAY",
- "HAS_APTCA",
- "HAS_WINFORMS",
- "USE_TIMER_SELF_ROOT",
- "NO_WEAKREFOFT",
- "DESKTOPCLR",
- "DESKTOPCLR40"
- ]
- }
- },
- "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"
- ]
- }
- }
- }
- }
|