project.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "version": "3.0.0-*",
  3. "title": "Reactive Extensions - Experimental Library",
  4. "description": "Reactive Extensions Experimental Library containing unstable and infrequently used functionality.",
  5. "authors": [ "Microsoft" ],
  6. "copyright": "Copyright (C) Microsoft Corporation",
  7. "tags": [ "Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events" ],
  8. "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
  9. "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
  10. "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
  11. "requireLicenseAcceptance": true,
  12. "dependencies": {
  13. "System.Reactive.Interfaces": { "target": "project" },
  14. "System.Reactive.Core": { "target": "project" },
  15. "System.Reactive.Linq": { "target": "project" }
  16. },
  17. "frameworks": {
  18. "net40": {
  19. "compilationOptions": {
  20. "define": [
  21. "NO_TASK_DELAY",
  22. "HAS_APTCA",
  23. "HAS_WINFORMS",
  24. "USE_TIMER_SELF_ROOT",
  25. "NO_WEAKREFOFT",
  26. "DESKTOPCLR",
  27. "DESKTOPCLR40"
  28. ]
  29. }
  30. },
  31. "net45": {
  32. "compilationOptions": {
  33. "define": [
  34. "NO_EVENTARGS_CONSTRAINT",
  35. "HAS_EDI",
  36. "HAS_WINRT",
  37. "HAS_PROGRESS",
  38. "PREFER_ASYNC",
  39. "HAS_AWAIT",
  40. "HAS_APTCA",
  41. "HAS_DISPATCHER_PRIORITY",
  42. "HAS_WINFORMS",
  43. "USE_TIMER_SELF_ROOT",
  44. "DESKTOPCLR",
  45. "DESKTOPCLR45"
  46. ]
  47. }
  48. },
  49. "net46": {
  50. "compilationOptions": {
  51. "define": [
  52. "NO_EVENTARGS_CONSTRAINT",
  53. "HAS_EDI",
  54. "HAS_WINRT",
  55. "HAS_PROGRESS",
  56. "PREFER_ASYNC",
  57. "HAS_AWAIT",
  58. "HAS_APTCA",
  59. "HAS_DISPATCHER_PRIORITY",
  60. "HAS_TPL46",
  61. "HAS_WINFORMS",
  62. "USE_TIMER_SELF_ROOT",
  63. "DESKTOPCLR",
  64. "DESKTOPCLR46"
  65. ]
  66. }
  67. },
  68. "dotnet5.1": {
  69. "compilationOptions": {
  70. "define": [
  71. "NO_EVENTARGS_CONSTRAINT",
  72. "HAS_EDI",
  73. "HAS_WINRT",
  74. "HAS_PROGRESS",
  75. "PREFER_ASYNC",
  76. "HAS_AWAIT",
  77. "HAS_APTCA",
  78. "NO_REMOTING",
  79. "NO_SERIALIZABLE",
  80. "NO_THREAD",
  81. "CRIPPLED_REFLECTION",
  82. "NO_CDS_COLLECTIONS",
  83. "USE_TIMER_SELF_ROOT",
  84. "PLIB"
  85. ]
  86. },
  87. "dependencies": {
  88. "System.Diagnostics.Tools": "4.0.0",
  89. "System.Linq": "4.0.0",
  90. "System.Linq.Expressions": "4.0.0",
  91. "System.Resources.ResourceManager": "4.0.0",
  92. "System.Threading": "4.0.0",
  93. "System.Runtime": "4.0.0"
  94. }
  95. },
  96. "dotnet5.4": {
  97. "compilationOptions": {
  98. "define": [
  99. "NO_EVENTARGS_CONSTRAINT",
  100. "HAS_EDI",
  101. "HAS_WINRT",
  102. "HAS_PROGRESS",
  103. "PREFER_ASYNC",
  104. "HAS_AWAIT",
  105. "HAS_APTCA",
  106. "NO_REMOTING",
  107. "NO_SERIALIZABLE",
  108. "NO_THREAD",
  109. "CRIPPLED_REFLECTION",
  110. "PLIB",
  111. "USE_TIMER_SELF_ROOT"
  112. ]
  113. },
  114. "dependencies": {
  115. "System.Collections.Concurrent": "4.0.11-beta-23516",
  116. "System.ComponentModel": "4.0.1-beta-23516",
  117. "System.Linq": "4.0.1-beta-23516",
  118. "System.Threading": "4.0.11-beta-23516",
  119. "System.Threading.Thread": "4.0.0-beta-23516",
  120. "System.Threading.ThreadPool": "4.0.10-beta-23516",
  121. "System.Threading.Timer": "4.0.1-beta-23516"
  122. }
  123. }
  124. }
  125. }