project.json 4.5 KB

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