project.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "version": "3.0.0-*",
  3. "title": "Reactive Extensions - Platform Services Library",
  4. "description": "Reactive Extensions Platform Services Library used to access platform-specific functionality and enlightenment services.",
  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. "exclude": [ "Strings_PlatformServices.Designer.cs" ],
  13. "dependencies": {
  14. "System.Reactive.Linq": { "target": "project" }
  15. },
  16. "frameworks": {
  17. "net40": {
  18. "compilationOptions": {
  19. "define": [
  20. "NO_TASK_DELAY",
  21. "HAS_APTCA",
  22. "HAS_WINFORMS",
  23. "USE_TIMER_SELF_ROOT",
  24. "NO_WEAKREFOFT",
  25. "DESKTOPCLR",
  26. "DESKTOPCLR40"
  27. ]
  28. }
  29. },
  30. "net45": {
  31. "compilationOptions": {
  32. "define": [
  33. "NO_EVENTARGS_CONSTRAINT",
  34. "HAS_EDI",
  35. "HAS_WINRT",
  36. "HAS_PROGRESS",
  37. "PREFER_ASYNC",
  38. "HAS_AWAIT",
  39. "HAS_APTCA",
  40. "HAS_DISPATCHER_PRIORITY",
  41. "HAS_WINFORMS",
  42. "USE_TIMER_SELF_ROOT",
  43. "DESKTOPCLR",
  44. "DESKTOPCLR45"
  45. ]
  46. }
  47. },
  48. "net46": {
  49. "compilationOptions": {
  50. "define": [
  51. "NO_EVENTARGS_CONSTRAINT",
  52. "HAS_EDI",
  53. "HAS_WINRT",
  54. "HAS_PROGRESS",
  55. "PREFER_ASYNC",
  56. "HAS_AWAIT",
  57. "HAS_APTCA",
  58. "HAS_DISPATCHER_PRIORITY",
  59. "HAS_TPL46",
  60. "HAS_WINFORMS",
  61. "USE_TIMER_SELF_ROOT",
  62. "DESKTOPCLR",
  63. "DESKTOPCLR46"
  64. ]
  65. }
  66. },
  67. "dotnet5.1": {
  68. "compilationOptions": {
  69. "define": [
  70. "NO_EVENTARGS_CONSTRAINT",
  71. "HAS_EDI",
  72. "HAS_WINRT",
  73. "HAS_PROGRESS",
  74. "PREFER_ASYNC",
  75. "HAS_AWAIT",
  76. "HAS_APTCA",
  77. "NO_REMOTING",
  78. "NO_SERIALIZABLE",
  79. "NO_THREAD",
  80. "CRIPPLED_REFLECTION",
  81. "NO_CDS_COLLECTIONS",
  82. "USE_TIMER_SELF_ROOT",
  83. "PLIB"
  84. ]
  85. },
  86. "dependencies": {
  87. "System.Diagnostics.Tools": "4.0.0",
  88. "System.Diagnostics.Debug": "4.0.10"
  89. }
  90. },
  91. "dotnet5.4": {
  92. "compilationOptions": {
  93. "define": [
  94. "NO_EVENTARGS_CONSTRAINT",
  95. "HAS_EDI",
  96. "HAS_WINRT",
  97. "HAS_PROGRESS",
  98. "PREFER_ASYNC",
  99. "HAS_AWAIT",
  100. "HAS_APTCA",
  101. "NO_REMOTING",
  102. "NO_SERIALIZABLE",
  103. "NO_THREAD",
  104. "CRIPPLED_REFLECTION",
  105. "PLIB",
  106. "USE_TIMER_SELF_ROOT"
  107. ]
  108. },
  109. "dependencies": {
  110. "System.Diagnostics.Tools": "4.0.1-beta-23516",
  111. "System.Diagnostics.Debug": "4.0.11-beta-23516"
  112. }
  113. }
  114. }
  115. }