project.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. {
  2. "version": "3.0.0-*",
  3. "title": "Reactive Extensions - WPF Helpers",
  4. "description": "Windows Presentation Foundation extensions library for Rx. Contains scheduler functionality for the WPF Dispatcher.",
  5. "authors": ["Microsoft"],
  6. "copyright": "Copyright (C) Microsoft Corporation",
  7. "packOptions": {
  8. "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
  9. "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
  10. "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
  11. "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
  12. "requireLicenseAcceptance": true
  13. },
  14. "buildOptions": {
  15. "keyFile": "../35MSSharedLib1024.snk",
  16. "publicSign": true,
  17. "define": ["SIGNED"]
  18. },
  19. "configurations": {
  20. "ReleaseDelaySigned": {
  21. "buildOptions": {
  22. "publicSign": false,
  23. "delaySign": true,
  24. "define": ["RELEASE", "TRACE"],
  25. "optimize": true
  26. }
  27. }
  28. },
  29. "dependencies": {
  30. "System.Reactive.Interfaces": { "target": "project" },
  31. "System.Reactive.Core": { "target": "project" }
  32. },
  33. "frameworks": {
  34. "net40": {
  35. "buildOptions": {
  36. "define": [
  37. "NO_TASK_DELAY",
  38. "HAS_APTCA",
  39. "HAS_WINFORMS",
  40. "USE_TIMER_SELF_ROOT",
  41. "NO_WEAKREFOFT",
  42. "DESKTOPCLR",
  43. "DESKTOPCLR40"
  44. ]
  45. },
  46. "frameworkAssemblies": {
  47. "WindowsBase": ""
  48. }
  49. },
  50. "net45": {
  51. "buildOptions": {
  52. "define": [
  53. "NO_EVENTARGS_CONSTRAINT",
  54. "HAS_EDI",
  55. "HAS_WINRT",
  56. "HAS_PROGRESS",
  57. "PREFER_ASYNC",
  58. "HAS_AWAIT",
  59. "HAS_APTCA",
  60. "HAS_DISPATCHER_PRIORITY",
  61. "HAS_WINFORMS",
  62. "USE_TIMER_SELF_ROOT",
  63. "DESKTOPCLR",
  64. "DESKTOPCLR45"
  65. ]
  66. },
  67. "frameworkAssemblies": {
  68. "System.Windows": "",
  69. "WindowsBase": ""
  70. }
  71. },
  72. "wpa81": {
  73. "buildOptions": {
  74. "define": [
  75. "NO_EVENTARGS_CONSTRAINT",
  76. "HAS_EDI",
  77. "HAS_WINRT",
  78. "HAS_PROGRESS",
  79. "PREFER_ASYNC",
  80. "HAS_AWAIT",
  81. "NO_REMOTING",
  82. "NO_SERIALIZABLE",
  83. "NO_THREAD",
  84. "CRIPPLED_REFLECTION",
  85. "USE_TIMER_SELF_ROOT",
  86. "WINDOWS",
  87. "WINDOWS81"
  88. ]
  89. },
  90. "dependencies": {
  91. "Microsoft.TargetingPack.Private.WinRT": {
  92. "version": "1.0.1",
  93. "type": "build"
  94. },
  95. "Microsoft.TargetingPack.Private.WindowsPhone.v8.1": {
  96. "version": "1.0.1",
  97. "type": "build"
  98. }
  99. }
  100. },
  101. "netcore451": {
  102. "buildOptions": {
  103. "define": [
  104. "NO_EVENTARGS_CONSTRAINT",
  105. "HAS_EDI",
  106. "HAS_WINRT",
  107. "HAS_PROGRESS",
  108. "PREFER_ASYNC",
  109. "HAS_AWAIT",
  110. "NO_REMOTING",
  111. "NO_SERIALIZABLE",
  112. "NO_THREAD",
  113. "CRIPPLED_REFLECTION",
  114. "USE_TIMER_SELF_ROOT",
  115. "WINDOWS",
  116. "WINDOWS81"
  117. ]
  118. },
  119. "dependencies": {
  120. "Microsoft.TargetingPack.Private.WinRT": {
  121. "version": "1.0.1",
  122. "type": "build"
  123. },
  124. "Microsoft.TargetingPack.Private.NETCore.v4.5.1": {
  125. "version": "1.0.0",
  126. "type": "build"
  127. }
  128. }
  129. },
  130. "uap10.0": {
  131. "imports": ["dotnet5.4"],
  132. "buildOptions": {
  133. "define": [
  134. "NO_EVENTARGS_CONSTRAINT",
  135. "HAS_EDI",
  136. "HAS_WINRT",
  137. "HAS_PROGRESS",
  138. "PREFER_ASYNC",
  139. "HAS_AWAIT",
  140. "HAS_APTCA",
  141. "HAS_TPL46",
  142. "NO_REMOTING",
  143. "NO_SERIALIZABLE",
  144. "NO_THREAD",
  145. "CRIPPLED_REFLECTION",
  146. "WINDOWS",
  147. "USE_TIMER_SELF_ROOT"
  148. ]
  149. },
  150. "dependencies": {
  151. "Microsoft.TargetingPack.Private.WinRT": {
  152. "version": "1.0.1",
  153. "type": "build"
  154. },
  155. "Microsoft.NETCore.UniversalWindowsPlatform": {
  156. "version": "5.2.0-rc2-24027",
  157. "type": "build"
  158. }
  159. }
  160. },
  161. "sl5": {
  162. "buildOptions": {
  163. "define": [
  164. "NO_RXINTERFACES",
  165. "USE_SL_DISPATCHER",
  166. "NO_SERIALIZABLE",
  167. "NO_REMOTING",
  168. "NO_SEMAPHORE",
  169. "NO_STOPWATCH",
  170. "NO_CDS",
  171. "NO_TASK_DELAY",
  172. "NO_WEAKREFOFT",
  173. "NO_SORTEDDICTIONARY",
  174. "SILVERLIGHT",
  175. "SILVERLIGHT5"
  176. ]
  177. },
  178. "dependencies": {
  179. }
  180. }
  181. }
  182. }