@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
+ <Library>
+ <Assembly Name="System.Interactive.Async.Providers" Browse="Required All" Dynamic="Required All" />
+ <!-- TODO optimize this for types that actually need reflection -->
+ </Library>
+</Directives>
@@ -18,7 +18,10 @@
"publicSign": true,
"define": [ "SIGNED" ],
"nowarn": [ "CS1591" ],
- "xmlDoc": true
+ "xmlDoc": true,
+ "embed": {
+ "includeFiles": "Properties/System.Interactive.Async.Providers.rd.xml"
+ }
},
"configurations": {
@@ -26,7 +29,7 @@
"buildOptions": {
"publicSign": false,
"delaySign": true,
- "define": ["RELEASE", "TRACE"],
+ "define": [ "RELEASE", "TRACE" ],
"optimize": true
}
+ <Assembly Name="System.Interactive.Providers" Browse="Required All" Dynamic="Required All" />
+ "includeFiles": "Properties/System.Interactive.Providers.rd.xml"