Oren Novotny 43c22f6077 Remove portable- from NuSpecs as NuGet 2.12 enables netstandard support in VS 2012/2013 před 9 roky
..
Microsoft.Reactive.Testing 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
NuSpecs 43c22f6077 Remove portable- from NuSpecs as NuGet 2.12 enables netstandard support in VS 2012/2013 před 9 roky
Playground 699bba3524 Fixed build for Silverlight 4, .NET Framework 3.5, and Windows Phone 7. Cleaned up a few code analysis warnings. před 10 roky
System.Reactive.Core 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Debugger 6abc8ee9f6 Removing deprecated XBLV build flavor. před 10 roky
System.Reactive.Experimental 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Interfaces 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Linq 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Observable.Aliases 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.PlatformServices 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Providers 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Runtime.Remoting 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Windows.Forms 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.Windows.Threading 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
System.Reactive.WindowsRuntime 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
Tests.System.Reactive 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
Tests.System.Reactive.Uwp.DeviceRunner 1ad21f5a85 Update copyright notice to the .NET Foundation před 9 roky
.gitattributes a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** před 12 roky
.gitignore 075f94d317 remove nuget před 9 roky
NuGet.Config f3895c8523 Remove CI RefGen feed as build 12 is on main nuget with this support před 9 roky
README.txt a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** před 12 roky
ReactiveX.snk a2f10c9a1e Change the strong name signing key; check in new one. před 9 roky
Rx.NET.sln 6bd0710d7f sln file updates před 9 roky
Rx.NET.sln.DotSettings 49783c7c67 Remove old Rx.NET sln před 9 roky
Rx.ruleset 49783c7c67 Remove old Rx.NET sln před 9 roky
Test.ruleset 49783c7c67 Remove old Rx.NET sln před 9 roky
build-new.ps1 43c22f6077 Remove portable- from NuSpecs as NuGet 2.12 enables netstandard support in VS 2012/2013 před 9 roky
global.json 39a76313ea Update to stable for Rx před 9 roky

README.txt

To build all flavors of Rx, you will need several different SDK's installed:

Visual Studio 2012
Windows Phone 8 SDK (create.msdn.com)
Windows Phone 7.1 SDK (create.msdn.com)
Silverlight 4 SDK
Microsoft Silverlight 4 Tools for Visual Studio 2010
Xbox XNA Game Studio 4.0*

* Note: Installing Xbox XNA Game Studio is tricky on Windows 8, as you must install some other dependencies first.
More information can be found here: http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx

For building installers and Visual Studio extensions, we need the following installed:
Visual Studio 2012 SDK
Windows Installer XML (WiX) toolset (wix.codeplex.com), preferably version 3.5.


Note: the XNA Game Studio build has not been actively maintained and may not build. Feel free to fix it!