summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Test/Rx/packages/Rx-PlatformServices.2.0.21030/content/Portable-Net45+WinRT45+WP8/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Rx/NET/Test/Rx/packages/Rx-PlatformServices.2.0.21030/content/Portable-Net45+WinRT45+WP8/Readme.txt')
-rw-r--r--external/rx/Rx/NET/Test/Rx/packages/Rx-PlatformServices.2.0.21030/content/Portable-Net45+WinRT45+WP8/Readme.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/external/rx/Rx/NET/Test/Rx/packages/Rx-PlatformServices.2.0.21030/content/Portable-Net45+WinRT45+WP8/Readme.txt b/external/rx/Rx/NET/Test/Rx/packages/Rx-PlatformServices.2.0.21030/content/Portable-Net45+WinRT45+WP8/Readme.txt
deleted file mode 100644
index 88acdb41a2..0000000000
--- a/external/rx/Rx/NET/Test/Rx/packages/Rx-PlatformServices.2.0.21030/content/Portable-Net45+WinRT45+WP8/Readme.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Portable libraries built using Rx do not include the System.Reactive.PlatformServices assembly
-containing "platform enlightenments" that depend on platform-specific functionality. (Doing so
-would prevent the library to be portable due to the dependencies on a specific platform.)
-
-When including the resulting portable library in another project, please include the platform's
-System.Reactive.PlatformServices assembly in order to get the best performance. To include this
-assembly, use any of the following options:
-
-1. Select the System.Reactive.PlatformServices assembly from the Visual Studio "Add Reference"
- dialog. This option works for Windows Store apps, .NET 4.5, and Windows Phone 8 projects.
-
-2. For Windows Store apps and Windows Phone 8 projects, use the Reactive Extensions Extension SDK
- which can be found in the "Add Reference" dialog.
-
-3. Use NuGet to include the Rx-Main package (or any package that depends on Rx-Main, such as
- Rx-Xaml) which will automatically include the Rx-PlatformServices enlightenment package.