| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "version": "3.0.0-*",
- "title": "Interactive Extensions - Providers Library",
- "description": "Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.",
- "authors": ["Microsoft"],
- "copyright": "Copyright (C) Microsoft Corporation",
-
- "packOptions": {
- "tags": ["Ix", "Interactive", "Extensions", "Enumerable"],
- "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
- "projectUrl": "https://github.com/Reactive-Extensions/Rx.NET",
- "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
- "requireLicenseAcceptance": true
- },
- "buildOptions": {
- "keyFile": "../ReactiveX.snk",
- "define": [ "SIGNED" ],
- "nowarn": [ "CS1591" ],
- "xmlDoc": true,
- "embed": {
- "includeFiles": "Properties/System.Interactive.Providers.rd.xml"
- },
- "compile": {
- "includeFiles": [ "../GlobalAssemblyVersion.cs" ]
- }
- },
-
- "dependencies": {
- "System.Interactive": { "target": "project" },
- "System.Linq.Queryable": "4.0.1"
- },
-
- "frameworks": {
- "net45": {
- "buildOptions": {
- "define": [
- "HAS_APTCA",
- "DESKTOPCLR",
- "DESKTOPCLR45"
- ]
- }
- },
- "netstandard1.0": {
- "buildOptions": {
- "define": [
- "CRIPPLED_REFLECTION",
- "PLIB"
- ]
- }
- }
- }
- }
|