Selaa lähdekoodia

Remove old Rx.NET sln

Oren Novotny 9 vuotta sitten
vanhempi
sitoutus
49783c7c67
29 muutettua tiedostoa jossa 2 lisäystä ja 2700 poistoa
  1. 0 1
      Rx.NET/Source/Build.bat
  2. 0 119
      Rx.NET/Source/BuildAll.proj
  3. 0 5
      Rx.NET/Source/BuildSetup.bat
  4. 0 1
      Rx.NET/Source/Clean.bat
  5. 0 437
      Rx.NET/Source/Common.targets
  6. 0 67
      Rx.NET/Source/Import.targets
  7. 0 23
      Rx.NET/Source/Local.testsettings
  8. 0 63
      Rx.NET/Source/Microsoft.Reactive.Testing/Microsoft.Reactive.Testing.csproj
  9. 0 44
      Rx.NET/Source/RunTests.bat
  10. 0 0
      Rx.NET/Source/Rx.NET.sln
  11. 0 0
      Rx.NET/Source/Rx.NET.sln.DotSettings
  12. 1 1
      Rx.NET/Source/Rx.ruleset
  13. 0 843
      Rx.NET/Source/Rx.sln
  14. 0 132
      Rx.NET/Source/System.Reactive.Core/System.Reactive.Core.csproj
  15. 0 4
      Rx.NET/Source/System.Reactive.Core/packages.config
  16. 0 55
      Rx.NET/Source/System.Reactive.Experimental/System.Reactive.Experimental.csproj
  17. 0 56
      Rx.NET/Source/System.Reactive.Interfaces/System.Reactive.Interfaces.csproj
  18. 0 242
      Rx.NET/Source/System.Reactive.Linq/System.Reactive.Linq.csproj
  19. 0 51
      Rx.NET/Source/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases.csproj
  20. 0 72
      Rx.NET/Source/System.Reactive.PlatformServices/System.Reactive.PlatformServices.csproj
  21. 0 73
      Rx.NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj
  22. 0 40
      Rx.NET/Source/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.csproj
  23. 0 45
      Rx.NET/Source/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms.csproj
  24. 0 54
      Rx.NET/Source/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.csproj
  25. 0 52
      Rx.NET/Source/System.Reactive.WindowsRuntime/System.Reactive.WindowsRuntime.csproj
  26. 1 1
      Rx.NET/Source/Test.ruleset
  27. 0 192
      Rx.NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj
  28. 0 21
      Rx.NET/Source/TraceAndTestImpact.testsettings
  29. 0 6
      Rx.NET/Source/packages.config

+ 0 - 1
Rx.NET/Source/Build.bat

@@ -1 +0,0 @@
-msbuild BuildAll.proj

+ 0 - 119
Rx.NET/Source/BuildAll.proj

@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <LayoutOutputFolder>$(MSBuildProjectDirectory)\..\..\Layout\Rx\</LayoutOutputFolder>
-    <SetupOutputFolder>$(MSBuildProjectDirectory)\..\..\Setup\Rx\</SetupOutputFolder>
-  </PropertyGroup>
-
-  <!-- Current platforms -->
-
-  <ItemGroup>
-    <!-- Important: The HomoIcon build task requires the 4.0 builds to appear first! (currently disabled) -->
-    <Flavor Include="Rx.sln">
-      <Configuration>Debug40</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Release40</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Debug45</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Release45</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Debug8</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Release8</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Debug81</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Release81</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>DebugPL</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>ReleasePL</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>DebugPLLITE</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>ReleasePLLITE</Configuration>
-    </Flavor>	
-    <Flavor Include="Rx.sln">
-      <Configuration>DebugWP7</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>ReleaseWP7</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>DebugSL5</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>ReleaseSL5</Configuration>
-    </Flavor>
-  </ItemGroup>
-
-
-  <!-- Legacy platforms -->
-
-  <ItemGroup>
-    <Flavor Include="Rx.sln">
-      <Configuration>DebugSL4</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>ReleaseSL4</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Debug35</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>Release35</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>DebugXNA4</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>ReleaseXNA4</Configuration>
-    </Flavor>
-  </ItemGroup>
-
-
-  <!-- Future platforms -->
-
-  <ItemGroup>
-    <Flavor Include="Rx.sln">
-      <Configuration>DebugWP8</Configuration>
-    </Flavor>
-    <Flavor Include="Rx.sln">
-      <Configuration>ReleaseWP8</Configuration>
-    </Flavor>
-  </ItemGroup>
-
-
-  <Target Name="ExpandFlavors">
-    <CreateItem Include="@(Flavor)" AdditionalMetadata="Properties=Configuration=%(Flavor.Configuration)%3BPlatform=Any CPU%3BOutDir=$(LayoutOutputFolder)\%(Flavor.Configuration)\">
-      <Output TaskParameter="Include" ItemName="ProjectToBuild" />
-    </CreateItem>
-    <CreateItem Include="..\..\Private\Setup\BuildAll.proj" AdditionalMetadata="Properties=BinariesLayoutFolder=$(LayoutOutputFolder)%3BOutDir=$(SetupOutputFolder)" Condition=" '$(BuildSetup)' == '1' ">
-      <Output TaskParameter="Include" ItemName="SetupToBuild" />
-    </CreateItem>
-  </Target>
-  <Target Name="Build" DependsOnTargets="ExpandFlavors">
-    <MSBuild Projects="@(ProjectToBuild)" Targets="Build" />
-    <MSBuild Projects="@(SetupToBuild)" Targets="Build" />
-  </Target>
-  <Target Name="Clean" DependsOnTargets="ExpandFlavors">
-    <MSBuild Projects="@(ProjectToBuild)" Targets="Clean" />
-    <MSBuild Projects="@(SetupToBuild)" Targets="Clean" />
-  </Target>
-  <Target Name="Rebuild" DependsOnTargets="ExpandFlavors">
-    <MSBuild Projects="@(ProjectToBuild)" Targets="Rebuild" />
-    <MSBuild Projects="@(SetupToBuild)" Targets="Rebuild" />
-  </Target>
-</Project>

+ 0 - 5
Rx.NET/Source/BuildSetup.bat

@@ -1,5 +0,0 @@
-@REM msbuild BuildAll.proj /p:BuildSetup=1 /p:BuildNumber=2.0.30116.0 /p:RxRelease=EXPERIMENTAL
-
-@REM I've had good success with /t:Rebuild.  But will omit it for speed.
-@REM msbuild BuildAll.proj /t:Rebuild /p:BuildSetup=1 /p:SignedBuild=1 /p:BuildNumber=2.1.30201.0 /p:RxRelease=RTM
-msbuild BuildAll.proj /p:BuildSetup=1 /p:SignedBuild=1 /p:BuildNumber=2.1.30201.0 /p:RxRelease=RTM

+ 0 - 1
Rx.NET/Source/Clean.bat

@@ -1 +0,0 @@
-msbuild BuildAll.proj /t:Clean /p:BuildSetup=1

+ 0 - 437
Rx.NET/Source/Common.targets

@@ -1,437 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
-  <PropertyGroup>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <TargetFrameworkProfile />
-  </PropertyGroup>
-
-
-  <!--
-       ***********************
-       * SUPPORTED PLATFORMS *
-       ***********************
-   -->
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugPL|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>PL</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleasePL|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>PL</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugPLLITE|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>PLLITE</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleasePLLITE|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>PLLITE</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug45|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>45</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release45|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>45</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug46|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>46</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release46|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>46</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug8|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>8</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release8|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>8</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug81|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>81</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release81|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>81</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug40|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>40</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release40|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>40</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugSL5|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>SL5</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSL5|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>SL5</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWP7|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>WP7</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWP7|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>WP7</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWP8|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>WP8</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWP8|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>WP8</BuildTarget>
-  </PropertyGroup>
-
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'PL' ">
-    <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;HAS_APTCA;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;PLIB;NO_CDS_COLLECTIONS;USE_TIMER_SELF_ROOT</DefineConstants>
-    <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
-    <NoStdLib>true</NoStdLib>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'PLLITE' ">
-    <DefineConstants>$(DefineConstants);NO_RXINTERFACES;NO_SERIALIZABLE;NO_REMOTING;NO_SEMAPHORE;NO_STOPWATCH;NO_CDS;PLIB;PLIB_LITE;NO_THREAD;USE_TASKEX;CRIPPLED_REFLECTION;NO_WEAKREFOFT;NO_SORTEDDICTIONARY</DefineConstants>    
-    <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-      <!-- 
-      Profile2   = .NET for Windows Store apps, .NET Framework 4,     Silverlight 4, Windows Phone 7
-      Profile36  = .NET for Windows Store apps, .NET Framework 4,     Silverlight 4, Windows Phone 8
-      Profile88  = .NET for Windows Store apps, .NET Framework 4,     Silverlight 4, Windows Phone 7.5
-      Profile96  = .NET for Windows Store apps, .NET Framework 4.0.3, Silverlight 4, Windows Phone 7.5
-      Profile136 = .NET for Windows Store apps, .NET Framework 4,     Silverlight 5, Windows Phone 8
-      -->
-    <TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
-    <NoStdLib>true</NoStdLib>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == '45' ">
-    <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;HAS_APTCA;HAS_DISPATCHER_PRIORITY;HAS_WINFORMS;USE_TIMER_SELF_ROOT</DefineConstants>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <NoStdLib>true</NoStdLib>
-    <BuildPlatform>DESKTOPCLR</BuildPlatform>
-    <BuildFlavor>DESKTOPCLR45</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == '46' ">
-    <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;HAS_APTCA;HAS_DISPATCHER_PRIORITY;HAS_WINFORMS;USE_TIMER_SELF_ROOT;HAS_TPL46</DefineConstants>
-    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
-    <NoStdLib>true</NoStdLib>
-    <BuildPlatform>DESKTOPCLR</BuildPlatform>
-    <BuildFlavor>DESKTOPCLR46</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == '8' ">
-    <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;USE_TIMER_SELF_ROOT</DefineConstants>
-    <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <NoStdLib>true</NoStdLib>
-    <BuildPlatform>WINDOWS</BuildPlatform>
-    <BuildFlavor>WINDOWS8</BuildFlavor>
-    <DefaultLanguage>en-US</DefaultLanguage>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == '81' ">
-    <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;USE_TIMER_SELF_ROOT</DefineConstants>
-    <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
-    <TargetPlatformVersion>8.1</TargetPlatformVersion>
-    <NoStdLib>true</NoStdLib>
-    <BuildPlatform>WINDOWS</BuildPlatform>
-    <BuildFlavor>WINDOWS81</BuildFlavor>
-    <!--<TargetFrameworkProfile>Profile32</TargetFrameworkProfile>-->
-    <DefaultLanguage>en-US</DefaultLanguage>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == '40' ">
-    <DefineConstants>$(DefineConstants);NO_TASK_DELAY;HAS_APTCA;HAS_WINFORMS;USE_TIMER_SELF_ROOT;NO_WEAKREFOFT</DefineConstants>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <BuildPlatform>DESKTOPCLR</BuildPlatform>
-    <BuildFlavor>DESKTOPCLR40</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'SL5' ">
-    <DefineConstants>$(DefineConstants);NO_RXINTERFACES;USE_SL_DISPATCHER;NO_SERIALIZABLE;NO_REMOTING;NO_SEMAPHORE;NO_STOPWATCH;NO_CDS;NO_TASK_DELAY;NO_WEAKREFOFT;NO_SORTEDDICTIONARY</DefineConstants>
-    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
-    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
-    <SilverlightApplication>false</SilverlightApplication>
-    <BuildPlatform>SILVERLIGHT</BuildPlatform>
-    <BuildFlavor>SILVERLIGHT5</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'WP7' ">
-    <DefineConstants>$(DefineConstants);USE_SL_DISPATCHER;NO_SERIALIZABLE;NO_REMOTING;NO_CDS;NO_TLS;NO_VARIANCE;NO_TPL;NO_HASHSET;NO_SEMAPHORE;NO_LARGEARITY;NO_EXPRESSIONVISITOR;NO_LAZY;NO_WEAKTABLE;NO_INTERLOCKED_64;WINDOWSPHONE7;NO_WEAKREFOFT;NO_SORTEDDICTIONARY;NO_VISITLAMBDAOFT</DefineConstants>
-    <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
-    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
-    <SilverlightApplication>false</SilverlightApplication>
-    <BuildPlatform>SILVERLIGHT</BuildPlatform>
-    <BuildFlavor>SILVERLIGHTM7</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'WP8' ">
-    <DefineConstants>$(DefineConstants);HAS_EDI;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;NO_EVENTARGS_CONSTRAINT;USE_SL_DISPATCHER;HAS_WINRT;NO_SERIALIZABLE;NO_REMOTING;NO_CDS_COLLECTIONS;USE_TIMER_SELF_ROOT</DefineConstants>
-    <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
-    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
-    <SilverlightApplication>false</SilverlightApplication>
-    <BuildPlatform>WINDOWS_PHONE</BuildPlatform>
-    <BuildFlavor>WINDOWS_PHONE8</BuildFlavor>
-    <NoStdLib>true</NoStdLib>
-  </PropertyGroup>
-
-  
-  <!--
-       ********************
-       * LEGACY PLATFORMS *
-       ********************
-   -->
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug35|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>35</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release35|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>35</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugSL3|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>SL3</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSL3|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>SL3</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugSL4|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>SL4</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>SL4</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugXNA4|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>XNA4</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseXNA4|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>XNA4</BuildTarget>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugCF35|AnyCPU' ">
-    <BuildConfig>Debug</BuildConfig>
-    <BuildTarget>CF35</BuildTarget>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseCF35|AnyCPU' ">
-    <BuildConfig>Release</BuildConfig>
-    <BuildTarget>CF35</BuildTarget>
-  </PropertyGroup>
-
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == '35' ">
-    <DefineConstants>$(DefineConstants);NO_RXINTERFACES;NO_VARIANCE;NO_TPL;NO_LARGEARITY;NO_EXPRESSIONVISITOR;NO_CDS;NO_LAZY;NO_WEAKTABLE;HAS_APTCA;NO_WEAKREFOFT;HAS_MREEXPLICITDISPOSABLE;NO_VISITLAMBDAOFT</DefineConstants>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <BuildPlatform>DESKTOPCLR</BuildPlatform>
-    <BuildFlavor>DESKTOPCLR20</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'SL3' ">
-    <DefineConstants>$(DefineConstants);NO_RXINTERFACES;USE_SL_DISPATCHER;NO_SERIALIZABLE;NO_REMOTING;NO_SEMAPHORE;NO_STOPWATCH;NO_CDS;NO_TPL;NO_LAZY;NO_WEAKTABLE;NO_VARIANCE;NO_HASHSET;NO_LARGEARITY;NO_EXPRESSIONVISITOR</DefineConstants>
-    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
-    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
-    <SilverlightApplication>false</SilverlightApplication>
-    <BuildPlatform>SILVERLIGHT</BuildPlatform>
-    <BuildFlavor>SILVERLIGHT3</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'SL4' ">
-    <DefineConstants>$(DefineConstants);NO_RXINTERFACES;USE_SL_DISPATCHER;NO_SERIALIZABLE;NO_REMOTING;NO_SEMAPHORE;NO_STOPWATCH;NO_CDS;NO_TPL;NO_WEAKREFOFT;NO_SORTEDDICTIONARY</DefineConstants>
-    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
-    <SilverlightApplication>false</SilverlightApplication>
-    <BuildPlatform>SILVERLIGHT</BuildPlatform>
-    <BuildFlavor>SILVERLIGHT4</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'XNA4' ">
-    <DefineConstants>$(DefineConstants);NO_VARIANCE;NO_LARGEARITY;NO_SERIALIZABLE;NO_TPL;NO_SEMAPHORE;NO_HASHSET;NO_RXINTERFACES;NO_REMOTING;NO_EXPRESSIONVISITOR;NO_CDS;NO_LAZY;NO_EXPRESSIONS;NO_WEAKTABLE;NO_DEBUGGER_ATTRIBUTES;USE_SLEEP_MS;NO_INTERLOCKED_64</DefineConstants>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
-    <XnaPlatform>Xbox 360</XnaPlatform>
-    <NoStdLib>true</NoStdLib>
-    <BuildPlatform>XNA</BuildPlatform>
-    <BuildFlavor>XNA4</BuildFlavor>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildTarget)' == 'CF35' ">
-    <DefineConstants>$(DefineConstants);NO_VARIANCE;NO_TPL;NO_LARGEARITY;NO_RXINTERFACES;NO_EXPRESSIONVISITOR;NO_CDS;NO_EXPRESSIONS;NO_HASHSET;NO_SEMAPHORE;NO_DATETIMEOFFSET;NO_ASSEMBLYFILEVERSIONATTRIBUTE;NO_SYNCCTX;NO_TLS;NO_LAZY;NO_REMOTING;NO_WEAKTABLE;NO_DEBUGGER_ATTRIBUTES;USE_SLEEP_MS;NO_INTERLOCKED_64</DefineConstants>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-    <BuildPlatform>NETCF</BuildPlatform>
-    <BuildFlavor>NETCF35</BuildFlavor>
-    <NoStdLib>true</NoStdLib>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildPlatform)' == 'NETCF' ">
-    <!-- The following seems to be required for Microsoft.CompactFramework.targets to be happy. It doesn't seem to impact generated metadata. -->
-    <PlatformFamilyName>PocketPC</PlatformFamilyName>
-    <PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
-    <OSVersion>5.1</OSVersion>
-    <NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
-  </PropertyGroup>
-
-
-  <!--
-       ********************
-       * GENERAL SETTINGS *
-       ********************
-   -->
-
-  <PropertyGroup>
-    <DefineConstants>$(DefineConstants);$(BuildPlatform);$(BuildFlavor);TRACE</DefineConstants>
-    <OutputPath>..\bin\$(BuildConfig)$(BuildTarget)</OutputPath>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildConfig)' == 'Debug' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildConfig)' == 'Release' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(NoOpt)' == '1' ">
-    <DefineConstants>$(DefineConstants);NO_PERF</DefineConstants>
-  </PropertyGroup>
-  
-  <ItemGroup Condition=" '$(NoStdLib)' == 'true' ">
-    <Reference Include="mscorlib" />
-  </ItemGroup>
-
-  <ItemGroup Condition=" '$(BuildPlatform)' == 'NETCF' ">
-    <Reference Include="System.Core" />
-  </ItemGroup>
-
-  <ItemGroup Condition=" '$(BuildTarget)' == '81' ">
-    <TargetPlatform Include="Windows, Version=8.1" />
-    <TargetPlatform Include="WindowsPhoneApp, Version=8.1" />
-  </ItemGroup>
-
-  <!-- Temporary flag to enable stress test builds. Should be refactored into a separate project and be written in a more platform-neutral manner. (TFS 484720) -->
-  <PropertyGroup Condition=" '$(BuildFlavor)' == 'DESKTOPCLR40' OR '$(BuildFlavor)' == 'DESKTOPCLR45' OR '$(BuildFlavor)' == 'DESKTOPCLR46' ">
-    <DefineConstants>$(DefineConstants);STRESS</DefineConstants>
-  </PropertyGroup>
-  
-  <PropertyGroup Condition=" '$(Sign)' == 'Sign' ">
-    <DefineConstants>$(DefineConstants);SIGNED;NO_INTERNALSTEST</DefineConstants>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(ProductSignAssembly)' == 'true' AND '$(Sign)' == 'Sign' ">
-    <SignAssembly>true</SignAssembly>
-    <DelaySign>true</DelaySign>
-    <AssemblyOriginatorKeyFile>..\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
-    <SignKeyId>72</SignKeyId>
-  </PropertyGroup>
-
-  <PropertyGroup Condition=" '$(BuildLab)' == '1' ">
-    <DefineConstants>$(DefineConstants);NO_CODECOVERAGE</DefineConstants>
-  </PropertyGroup>
-
-  <!-- Hack to support MSTest's Unit Test Framework on Silverlight and Windows Phone.
-       This overwrites one of the paths used by AssemblySearchPaths, which is the variable 
-       used by the ResolveAssemblyReferences task to figure out which directories to look in.
-       Previously, Rx was replacing the TargetFrameworkDirectory to allow this to work.  We can
-       instead use the official .NET reference assemblies while simply looking for the additional
-       unit testing framework assemblies (and a renamed Silverlight clone of the unit test framework).  -->
-  <PropertyGroup>
-    <ReferencePath>$(MSBuildProjectDirectory)\..\References\$(BuildFlavor)</ReferencePath>
-  </PropertyGroup>
-
-  <!--
-       ************************************************
-       * GENERAL REFERENCES - Microsoft.Bcl and Async *
-       ************************************************
-  -->
-
-  <ItemGroup Condition=" '$(BuildTarget)' == 'PLLITE' ">
-    <!--- Microsoft.Bcl References -->
-    <Reference Include="System.Runtime">
-      <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl5+win8+wp8\System.Runtime.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-    <Reference Include="System.Threading.Tasks">
-      <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl5+win8+wp8\System.Threading.Tasks.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-    <!--- Microsoft.Bcl.Async References -->
-    <Reference Include="Microsoft.Threading.Tasks">
-      <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-    <Reference Include="Microsoft.Threading.Tasks.Extensions">
-      <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
-      <Private>False</Private>
-    </Reference>    
-  </ItemGroup>
-   
-  <ItemGroup Condition=" '$(BuildTarget)' == '40' ">
-    <Reference Include="Microsoft.Threading.Tasks">
-      <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-    <Reference Include="Microsoft.Threading.Tasks.Extensions">
-      <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-    <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
-      <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-    <Reference Include="System.Runtime">
-      <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Runtime.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-    <Reference Include="System.Threading.Tasks">
-      <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Threading.Tasks.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
-  </ItemGroup>
-  
-</Project>

+ 0 - 67
Rx.NET/Source/Import.targets

@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
-  <!-- Non-Portable Library build -->
-  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v12.0\Microsoft.Windows.UI.Xaml.CSharp.targets" Condition=" '$(TargetFrameworkIdentifier)' == '.NETCore' And ('$(BuildFlavor)' == 'WINDOWS81' Or '$(BuildFlavor)' == 'WINDOWS8') " />
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(TargetFrameworkIdentifier)' != '.NETPortable' And ('$(BuildPlatform)' == 'DESKTOPCLR' Or '$(BuildPlatform)' == 'XNA') " />
-  
-  <!-- Silverlight ONLY (i.e., not phone) -->
-  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" Condition=" '$(TargetFrameworkIdentifier)' != '.NETPortable' And '$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7') " />
-  
-  <!-- Windows Phone 7.1 (Silverlight for Phone) -->
-  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" Condition=" '$(TargetFrameworkIdentifier)' != '.NETPortable' And '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" Condition=" '$(TargetFrameworkIdentifier)' != '.NETPortable' And '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  
-  <!-- Windows Phone 8 -->
-  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" Condition=" '$(TargetFrameworkIdentifier)' != '.NETPortable' And '$(BuildFlavor)' == 'WINDOWS_PHONE8' "/>
-  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" Condition=" '$(TargetFrameworkIdentifier)' != '.NETPortable' And '$(BuildFlavor)' == 'WINDOWS_PHONE8' "/>
- 
-  <!-- Portable Library Build -->
-  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" Condition=" '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
-
-
-  <!-- If "Sign" is set and assembly should be signed, generate a .sign file-->  
-  <Target Name="AfterBuild">
-    
-    <WriteLinesToFile Condition=" '$(ProductSignAssembly)' == 'true' AND '$(Sign)' == 'Sign' "
-        File="$(OutDir)\$(TargetFileName).sign"
-        Overwrite="true"
-        Lines="Auto-generated file, indicates the corresponding binary file needs to be signed.">
-    </WriteLinesToFile>
-
-    <!-- Hack for Metro; for some reason the XAML build creates intermediary folders, so we flatten the hierarchy for consumption by the setup build at a later stage -->
- 
-    <!-- For some reason, using a plain <ItemGroup> does not fill in the list correctly, so we must use <CreateItem> -->
-    <CreateItem Include="$(OutDir)\*.sign;$(OutDir)\*.xml" Condition=" '$(TargetFrameworkIdentifier)' == '.NETCore' Or '$(TargetFrameworkIdentifier)' == '.NETPortable'">
-      <Output TaskParameter="Include" ItemName="CanaryFiles" />
-    </CreateItem>
-
-    <Message Text="-- Canary files: @(CanaryFiles)" Importance="high"/>
-    <Move
-        SourceFiles="@(CanaryFiles)"
-        DestinationFolder="$(OutDir)\.."
-        Condition=" '$(TargetFrameworkIdentifier)' == '.NETCore' Or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
-
-    <!-- For some reason, using a plain <ItemGroup> does not fill in the list correctly, so we must use <CreateItem> -->
-    <CreateItem Include="$(OutDir)\*.*" Condition=" '$(TargetFrameworkIdentifier)' == '.NETCore' Or '$(TargetFrameworkIdentifier)' == '.NETPortable' ">
-      <Output TaskParameter="Include" ItemName="BuiltFilesInOutDir" />
-    </CreateItem>
-
-    <Message Text="-- Built files: @(BuiltFilesInOutDir)" Importance="high"/>
-    <Copy
-        SourceFiles="@(BuiltFilesInOutDir)"
-        DestinationFolder="$(OutDir)\.."
-        Condition=" '$(TargetFrameworkIdentifier)' == '.NETCore' Or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
-
-  </Target>
-  
-  <!--  MICROSOFT BCL ASYNC CONFIGURATION -->
-  <!-- TODO: Add acondition to only load it when required? -->
-  
-   <!-- Skip validation of packages.config since we are manageing the packages manuallt  --> 
-   <PropertyGroup>
-      <SkipValidatePackageReferences>true</SkipValidatePackageReferences>
-   </PropertyGroup>
-  <Import Project="packages\Microsoft.Bcl.Build.1.0.4\tools\Microsoft.Bcl.Build.targets"   Condition=" '$(BuildTarget)' == 'PLLITE' Or '$(BuildTarget)' == '40' " />
-  
-</Project>

+ 0 - 23
Rx.NET/Source/Local.testsettings

@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<TestSettings name="Local" id="a2f63e98-7f97-4ca7-9d25-6313d3452023" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
-  <Description>These are default test settings for a local test run.</Description>
-  <Execution>
-    <TestTypeSpecific>
-      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
-        <AssemblyResolution>
-          <TestDirectory useLoadContext="true" />
-        </AssemblyResolution>
-      </UnitTestRunConfig>
-      <WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
-        <Browser name="Internet Explorer 7.0">
-          <Headers>
-            <Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" />
-            <Header name="Accept" value="*/*" />
-            <Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
-            <Header name="Accept-Encoding" value="GZIP" />
-          </Headers>
-        </Browser>
-      </WebTestRunConfiguration>
-    </TestTypeSpecific>
-  </Execution>
-</TestSettings>

+ 0 - 63
Rx.NET/Source/Microsoft.Reactive.Testing/Microsoft.Reactive.Testing.csproj

@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Microsoft.Reactive.Testing</RootNamespace>
-    <AssemblyName>Microsoft.Reactive.Testing</AssemblyName>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' Or '$(BuildPlatform)' == 'WINDOWS_PHONE' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup Condition=" '$(BuildFlavor)' == 'WINDOWS8' Or '$(BuildFlavor)' == 'WINDOWS81' ">
-    <SDKReference Include="MSTestFramework, Version=11.0" />
-    <SDKReference Include="TestPlatform, Version=11.0" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="ColdObservable.cs" />
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="HotObservable.cs" />
-    <Compile Include="ITestObservable.cs" />
-    <Compile Include="ITestObserver.cs" />
-    <Compile Include="MockObserver.cs" />
-    <Compile Include="NamespaceDoc.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="ReactiveAssert.cs" />
-    <Compile Include="ReactiveTest.cs" />
-    <Compile Include="Recorded.cs" />
-    <Compile Include="Subscription.cs" />
-    <Compile Include="TestScheduler.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
-      <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
-      <Name>System.Reactive.Linq</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-</Project>

+ 0 - 44
Rx.NET/Source/RunTests.bat

@@ -1,44 +0,0 @@
-@echo off
-
-set _use_code_coverage=0
-for %%a in (%*) do if "%%a"=="-coverage" set _use_code_coverage=1
-
-set _release_build=0
-for %%a in (%*) do if "%%a"=="-release" set _release_build=1
-
-set _build_rx_tmp=%temp%\Rx
-rd /s /q "%_build_rx_tmp%"
-mkdir "%_build_rx_tmp%"
-
-set _runtest_list=Tests.System.Reactive.dll
-
-set _test_coverage_targets=System.Reactive.Core.dll System.Reactive.Linq.dll System.Reactive.PlatformServices.dll
-
-if %_release_build%==1 (
-  call msbuild /p:Configuration=Release45 /p:RunCodeAnalysis=false /p:OutputPath="%_build_rx_tmp%" Rx.sln
-) else (
-  call msbuild /p:Configuration=Debug45 /p:RunCodeAnalysis=false /p:OutputPath="%_build_rx_tmp%" Rx.sln
-)
-
-set _src_rx=%cd%
-
-pushd "%_build_rx_tmp%"
-
-set _original_path=%path%
-path %path%;c:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;
-
-if %_use_code_coverage%==1 (
-  for %%a in (%_test_coverage_targets%) do call vsinstr -coverage %%a
-  start vsperfmon -coverage -output:%cd%\runtests.coverage
-)
-
-call mstest /testcontainer:%_runtest_list%
-
-if %_use_code_coverage%==1 (
-  vsperfcmd -shutdown
-  copy %cd%\runtests.coverage "%_src_rx%\"
-)
-
-path %_original_path%
-
-popd

+ 0 - 0
Rx.NET/Source/Rx-New.sln → Rx.NET/Source/Rx.NET.sln


+ 0 - 0
Rx.NET/Source/Rx-New.sln.DotSettings → Rx.NET/Source/Rx.NET.sln.DotSettings


+ 1 - 1
Rx.NET/Source/Rx.ruleset

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<RuleSet Name="New Rule Set" Description=" " ToolsVersion="10.0">
+<RuleSet Name="Rx Rule Set" Description=" " ToolsVersion="10.0">
   <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
     <Rule Id="CA1000" Action="Warning" />
     <Rule Id="CA1002" Action="Warning" />

+ 0 - 843
Rx.NET/Source/Rx.sln

@@ -1,843 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.22609.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Linq", "System.Reactive.Linq\System.Reactive.Linq.csproj", "{63252AE9-5186-45CA-BFCD-FA51C6B66A43}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Reactive.Testing", "Microsoft.Reactive.Testing\Microsoft.Reactive.Testing.csproj", "{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.System.Reactive", "Tests.System.Reactive\Tests.System.Reactive.csproj", "{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9492F965-20BF-4F80-A09F-54344F3862AE}"
-	ProjectSection(SolutionItems) = preProject
-		Import.targets = Import.targets
-		license.txt = license.txt
-		Local.testsettings = Local.testsettings
-		README.txt = README.txt
-		Rx.ruleset = Rx.ruleset
-		Rx.vsmdi = Rx.vsmdi
-		Test.ruleset = Test.ruleset
-		TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
-	EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Windows.Forms", "System.Reactive.Windows.Forms\System.Reactive.Windows.Forms.csproj", "{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Windows.Threading", "System.Reactive.Windows.Threading\System.Reactive.Windows.Threading.csproj", "{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Providers", "System.Reactive.Providers\System.Reactive.Providers.csproj", "{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground", "Playground\Playground.csproj", "{8A062C6B-4441-49F3-B618-4238B6AB5290}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.WindowsRuntime", "System.Reactive.WindowsRuntime\System.Reactive.WindowsRuntime.csproj", "{EE655A70-A899-4B38-84D3-FB9F63A8C661}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Interfaces", "System.Reactive.Interfaces\System.Reactive.Interfaces.csproj", "{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Core", "System.Reactive.Core\System.Reactive.Core.csproj", "{4E516F10-DA7A-4D43-963E-A93865ABEA5B}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.PlatformServices", "System.Reactive.PlatformServices\System.Reactive.PlatformServices.csproj", "{0CCCF009-763F-40D2-8655-7A94828023BF}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Runtime.Remoting", "System.Reactive.Runtime.Remoting\System.Reactive.Runtime.Remoting.csproj", "{7A6EF49E-7946-4101-9C89-407B9C53A173}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Experimental", "System.Reactive.Experimental\System.Reactive.Experimental.csproj", "{41E65B96-733B-41C4-A1BB-7476359B89EB}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Debugger", "System.Reactive.Debugger\System.Reactive.Debugger.csproj", "{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{45E85DEB-BDCC-4684-A952-187A5524750B}"
-	ProjectSection(SolutionItems) = preProject
-		.nuget\NuGet.Config = .nuget\NuGet.Config
-		.nuget\NuGet.exe = .nuget\NuGet.exe
-		.nuget\NuGet.targets = .nuget\NuGet.targets
-	EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reactive.Observable.Aliases", "System.Reactive.Observable.Aliases\System.Reactive.Observable.Aliases.csproj", "{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug35|Any CPU = Debug35|Any CPU
-		Debug40|Any CPU = Debug40|Any CPU
-		Debug45|Any CPU = Debug45|Any CPU
-		Debug46|Any CPU = Debug46|Any CPU
-		Debug8|Any CPU = Debug8|Any CPU
-		Debug81|Any CPU = Debug81|Any CPU
-		DebugPL|Any CPU = DebugPL|Any CPU
-		DebugPLLITE|Any CPU = DebugPLLITE|Any CPU
-		DebugSL4|Any CPU = DebugSL4|Any CPU
-		DebugSL5|Any CPU = DebugSL5|Any CPU
-		DebugWP7|Any CPU = DebugWP7|Any CPU
-		DebugWP8|Any CPU = DebugWP8|Any CPU
-		Release35|Any CPU = Release35|Any CPU
-		Release40|Any CPU = Release40|Any CPU
-		Release45|Any CPU = Release45|Any CPU
-		Release46|Any CPU = Release46|Any CPU
-		Release8|Any CPU = Release8|Any CPU
-		Release81|Any CPU = Release81|Any CPU
-		ReleasePL|Any CPU = ReleasePL|Any CPU
-		ReleasePLLITE|Any CPU = ReleasePLLITE|Any CPU
-		ReleaseSL4|Any CPU = ReleaseSL4|Any CPU
-		ReleaseSL5|Any CPU = ReleaseSL5|Any CPU
-		ReleaseWP7|Any CPU = ReleaseWP7|Any CPU
-		ReleaseWP8|Any CPU = ReleaseWP8|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{63252AE9-5186-45CA-BFCD-FA51C6B66A43}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug81|Mixed Platforms.ActiveCfg = Debug81|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Debug81|x86.ActiveCfg = Debug81|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.DebugPLLITE|Any CPU.ActiveCfg = Debug40|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release81|Mixed Platforms.ActiveCfg = Release81|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.Release81|x86.ActiveCfg = Release81|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug81|Mixed Platforms.ActiveCfg = Debug81|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Debug81|x86.ActiveCfg = Debug81|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release81|Mixed Platforms.ActiveCfg = Release81|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.Release81|x86.ActiveCfg = Release81|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseWP8|Mixed Platforms.ActiveCfg = ReleaseWP8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseWP8|Mixed Platforms.Build.0 = ReleaseWP8|Any CPU
-		{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}.ReleaseWP8|x86.ActiveCfg = ReleaseWP8|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug|Mixed Platforms.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug35|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug35|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug35|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug35|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|Any CPU.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|Mixed Platforms.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug45|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug45|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug45|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug45|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug8|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug8|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug8|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug8|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug81|Any CPU.ActiveCfg = Debug81|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug81|Mixed Platforms.ActiveCfg = Debug81|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug81|x86.ActiveCfg = Debug81|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPL|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPL|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPL|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPL|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPLLITE|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPLLITE|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPLLITE|Mixed Platforms.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPLLITE|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPLLITE|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL4|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL4|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL4|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL4|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL5|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL5|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL5|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL5|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP7|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP7|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP7|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP7|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP8|Any CPU.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP8|Mixed Platforms.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP8|x86.ActiveCfg = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP8|x86.Build.0 = Debug|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release|Mixed Platforms.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release35|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release35|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release35|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release35|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release40|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release40|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release40|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release40|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release45|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release45|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release45|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release45|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release8|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release8|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release8|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release8|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release81|Any CPU.ActiveCfg = Release81|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release81|Mixed Platforms.ActiveCfg = Release81|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release81|x86.ActiveCfg = Release81|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePL|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePL|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePL|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePL|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePLLITE|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePLLITE|Mixed Platforms.ActiveCfg = ReleaseXBLV|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePLLITE|Mixed Platforms.Build.0 = ReleaseXBLV|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePLLITE|x86.ActiveCfg = ReleaseXBLV|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePLLITE|x86.Build.0 = ReleaseXBLV|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL4|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL4|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL4|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL4|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL5|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL5|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL5|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL5|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP7|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP7|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP7|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP7|x86.Build.0 = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP8|Any CPU.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP8|Mixed Platforms.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP8|x86.ActiveCfg = Release|x86
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP8|x86.Build.0 = Release|x86
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug|Any CPU.ActiveCfg = DebugCF35|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug|Any CPU.Build.0 = DebugCF35|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug|Mixed Platforms.ActiveCfg = DebugCF35|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug|Mixed Platforms.Build.0 = DebugCF35|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug|x86.ActiveCfg = DebugCF35|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPL|Any CPU.ActiveCfg = Debug45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPL|Any CPU.Build.0 = Debug45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPLLITE|Any CPU.ActiveCfg = Debug45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugPLLITE|Any CPU.Build.0 = Debug45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePL|Any CPU.ActiveCfg = Release45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePL|Any CPU.Build.0 = Release45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePLLITE|Any CPU.ActiveCfg = Release45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleasePLLITE|Any CPU.Build.0 = Release45|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{8A062C6B-4441-49F3-B618-4238B6AB5290}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{EE655A70-A899-4B38-84D3-FB9F63A8C661}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{4E516F10-DA7A-4D43-963E-A93865ABEA5B}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{0CCCF009-763F-40D2-8655-7A94828023BF}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug81|Mixed Platforms.ActiveCfg = Debug81|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Debug81|x86.ActiveCfg = Debug81|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release81|Mixed Platforms.ActiveCfg = Release81|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.Release81|x86.ActiveCfg = Release81|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{7A6EF49E-7946-4101-9C89-407B9C53A173}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{41E65B96-733B-41C4-A1BB-7476359B89EB}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug46|Any CPU.ActiveCfg = Debug46|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug46|Any CPU.Build.0 = Debug46|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug8|Any CPU.ActiveCfg = Debug8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug8|Any CPU.Build.0 = Debug8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug81|Any CPU.ActiveCfg = Debug81|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Debug81|Any CPU.Build.0 = Debug81|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugPL|Any CPU.ActiveCfg = DebugPL|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugPL|Any CPU.Build.0 = DebugPL|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugPLLITE|Any CPU.ActiveCfg = DebugPLLITE|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugPLLITE|Any CPU.Build.0 = DebugPLLITE|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugSL4|Any CPU.ActiveCfg = DebugSL4|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugSL4|Any CPU.Build.0 = DebugSL4|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugSL5|Any CPU.ActiveCfg = DebugSL5|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugSL5|Any CPU.Build.0 = DebugSL5|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugWP7|Any CPU.ActiveCfg = DebugWP7|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugWP7|Any CPU.Build.0 = DebugWP7|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugWP8|Any CPU.ActiveCfg = DebugWP8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.DebugWP8|Any CPU.Build.0 = DebugWP8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release35|Any CPU.Build.0 = Release35|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release40|Any CPU.Build.0 = Release40|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release45|Any CPU.Build.0 = Release45|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release46|Any CPU.ActiveCfg = Release46|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release46|Any CPU.Build.0 = Release46|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release8|Any CPU.ActiveCfg = Release8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release8|Any CPU.Build.0 = Release8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release81|Any CPU.ActiveCfg = Release81|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.Release81|Any CPU.Build.0 = Release81|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleasePL|Any CPU.ActiveCfg = ReleasePL|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleasePL|Any CPU.Build.0 = ReleasePL|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleasePLLITE|Any CPU.ActiveCfg = ReleasePLLITE|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleasePLLITE|Any CPU.Build.0 = ReleasePLLITE|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseSL5|Any CPU.ActiveCfg = ReleaseSL5|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseSL5|Any CPU.Build.0 = ReleaseSL5|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseWP7|Any CPU.ActiveCfg = ReleaseWP7|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseWP7|Any CPU.Build.0 = ReleaseWP7|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseWP8|Any CPU.ActiveCfg = ReleaseWP8|Any CPU
-		{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}.ReleaseWP8|Any CPU.Build.0 = ReleaseWP8|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-	GlobalSection(TestCaseManagementSettings) = postSolution
-		CategoryFile = Rx.vsmdi
-	EndGlobalSection
-EndGlobal

+ 0 - 132
Rx.NET/Source/System.Reactive.Core/System.Reactive.Core.csproj

@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.Core</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
-    <RestorePackages>true</RestorePackages>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-    <Reference Include="Microsoft.Phone" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="InternalsVisibleTo.cs" />
-    <Compile Include="NamespaceDocs.cs" />
-    <Compile Include="Observable.Extensions.cs" />
-    <Compile Include="Observer.Extensions.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Reactive\AnonymousObservable.cs" />
-    <Compile Include="Reactive\AnonymousObserver.cs" />
-    <Compile Include="Reactive\AnonymousSafeObserver.cs" />
-    <Compile Include="Reactive\Concurrency\AsyncLock.cs" />
-    <Compile Include="Reactive\Concurrency\CatchScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayer.cs" />
-    <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayer.Default.cs" />
-    <Compile Include="Reactive\Concurrency\Scheduler.Wrappers.cs" />
-    <Compile Include="Reactive\Concurrency\DisableOptimizationsScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\Scheduler.Services.Emulation.cs" />
-    <Compile Include="Reactive\Concurrency\LocalScheduler.TimerQueue.cs" />
-    <Compile Include="Reactive\Concurrency\Scheduler.Services.cs" />
-    <Compile Include="Reactive\Concurrency\CurrentThreadScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\ImmediateScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\LocalScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\ScheduledItem.cs" />
-    <Compile Include="Reactive\Concurrency\Scheduler.Async.cs" />
-    <Compile Include="Reactive\Concurrency\Scheduler.cs" />
-    <Compile Include="Reactive\Concurrency\Scheduler.Recursive.cs" />
-    <Compile Include="Reactive\Concurrency\Scheduler.Simple.cs" />
-    <Compile Include="Reactive\Concurrency\SchedulerDefaults.cs" />
-    <Compile Include="Reactive\Concurrency\SchedulerOperation.cs" />
-    <Compile Include="Reactive\Concurrency\SchedulerQueue.cs" />
-    <Compile Include="Reactive\Concurrency\SchedulerWrapper.cs" />
-    <Compile Include="Reactive\Concurrency\Stopwatch.Default.cs" />
-    <Compile Include="Reactive\Concurrency\Synchronization.cs" />
-    <Compile Include="Reactive\Concurrency\Synchronization.ObserveOn.cs" />
-    <Compile Include="Reactive\Concurrency\Synchronization.Synchronize.cs" />
-    <Compile Include="Reactive\Concurrency\SynchronizationContextScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\DefaultScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\TaskHelpers.cs" />
-    <Compile Include="Reactive\Disposables\StableCompositeDisposable.cs" />
-    <Compile Include="Reactive\Internal\AsyncLockObserver.cs" />
-    <Compile Include="Reactive\Internal\CheckedObserver.cs" />
-    <Compile Include="Reactive\Internal\ConcurrentDictionary.cs" />
-    <Compile Include="Reactive\Internal\ConcurrentQueue.cs" />
-    <Compile Include="Reactive\Internal\Constants.cs" />
-    <Compile Include="Reactive\Disposables\AnonymousDisposable.cs" />
-    <Compile Include="Reactive\Disposables\BooleanDisposable.cs" />
-    <Compile Include="Reactive\Disposables\CancellationDisposable.cs" />
-    <Compile Include="Reactive\Disposables\CompositeDisposable.cs" />
-    <Compile Include="Reactive\Disposables\ContextDisposable.cs" />
-    <Compile Include="Reactive\Disposables\DefaultDisposable.cs" />
-    <Compile Include="Reactive\Disposables\Disposable.cs" />
-    <Compile Include="Reactive\Disposables\MultipleAssignmentDisposable.cs" />
-    <Compile Include="Reactive\Disposables\RefCountDisposable.cs" />
-    <Compile Include="Reactive\Disposables\ScheduledDisposable.cs" />
-    <Compile Include="Reactive\Disposables\SerialDisposable.cs" />
-    <Compile Include="Reactive\Disposables\SingleAssignmentDisposable.cs" />
-    <Compile Include="Reactive\Internal\AutoDetachObserver.cs" />
-    <Compile Include="Reactive\Internal\TaskServices.Default.cs" />
-    <Compile Include="Reactive\Internal\TaskServices.cs" />
-    <Compile Include="Reactive\Internal\ExceptionServices.Default.cs" />
-    <Compile Include="Reactive\Internal\ExceptionServices.cs" />
-    <Compile Include="Reactive\Internal\HostLifecycleService.cs" />
-    <Compile Include="Reactive\Internal\ImmutableList.cs" />
-    <Compile Include="Reactive\Internal\Lazy.cs" />
-    <Compile Include="Reactive\Internal\Observers.cs" />
-    <Compile Include="Reactive\Internal\PlatformEnlightenmentProvider.cs" />
-    <Compile Include="Reactive\Internal\PriorityQueue.cs" />
-    <Compile Include="Reactive\Internal\Producer.cs" />
-    <Compile Include="Reactive\Internal\SafeObserver.cs" />
-    <Compile Include="Reactive\Internal\ScheduledObserver.cs" />
-    <Compile Include="Reactive\Internal\Semaphore.Silverlight.cs" />
-    <Compile Include="Reactive\Internal\Semaphore.Xna.cs" />
-    <Compile Include="Reactive\Internal\Sink.cs" />
-    <Compile Include="Reactive\Internal\Stubs.cs" />
-    <Compile Include="Reactive\Internal\SynchronizationContextExtensions.cs" />
-    <Compile Include="Reactive\Internal\SynchronizedObserver.cs" />
-    <Compile Include="Reactive\Internal\SystemClock.cs" />
-    <Compile Include="Reactive\Internal\SystemClock.Default.cs" />
-    <Compile Include="Reactive\Notification.cs" />
-    <Compile Include="Reactive\ObservableBase.cs" />
-    <Compile Include="Reactive\ObserverBase.cs" />
-    <Compile Include="Reactive\Unit.cs" />
-    <Compile Include="Strings_Core.Generated.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Strings_Core.resx" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="packages.config" />
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
-  <Import Project="..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" />
-  <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
-    <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
-    <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
-  </Target>
-</Project>

+ 0 - 4
Rx.NET/Source/System.Reactive.Core/packages.config

@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
-  <package id="Microsoft.Bcl.Build" version="1.0.10" targetFramework="net40" />
-</packages>

+ 0 - 55
Rx.NET/Source/System.Reactive.Experimental/System.Reactive.Experimental.csproj

@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{41E65B96-733B-41C4-A1BB-7476359B89EB}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive.Experimental</RootNamespace>
-    <AssemblyName>System.Reactive.Experimental</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="ExperimentalAttribute.cs" />
-    <Compile Include="InternalsVisibleTo.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Reactive\Internal\BinaryObserver.cs" />
-    <Compile Include="Reactive\Linq\QbservableEx.cs" />
-    <Compile Include="Reactive\Linq\IQueryLanguageEx.cs" />
-    <Compile Include="Reactive\Linq\ObservableEx.cs" />
-    <Compile Include="Reactive\Linq\QbservableEx.Generated.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguageEx.cs" />
-    <Compile Include="Reactive\ListObservable.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
-      <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
-      <Name>System.Reactive.Linq</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
-</Project>

+ 0 - 56
Rx.NET/Source/System.Reactive.Interfaces/System.Reactive.Interfaces.csproj

@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.Interfaces</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="AssemblyFileVersionAttribute.cs" />
-    <Compile Include="DateTimeOffset.cs" />
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="IObservable.cs" />
-    <Compile Include="IObserver.cs" />
-    <Compile Include="NamespaceDocs.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Reactive\Concurrency\ISchedulerPeriodic.cs" />
-    <Compile Include="Reactive\Concurrency\IStopwatchProvider.cs" />
-    <Compile Include="Reactive\Concurrency\IScheduledItem.cs" />
-    <Compile Include="Reactive\Concurrency\IScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\ISchedulerLongRunning.cs" />
-    <Compile Include="Reactive\Concurrency\IStopwatch.cs" />
-    <Compile Include="Reactive\Disposables\ICancelable.cs" />
-    <Compile Include="Reactive\IEventPattern.cs" />
-    <Compile Include="Reactive\IEventPatternSource.cs" />
-    <Compile Include="Reactive\IEventSource.cs" />
-    <Compile Include="Reactive\IObserver.Result.cs" />
-    <Compile Include="Reactive\Linq\IGroupedObservable.cs" />
-    <Compile Include="Reactive\Linq\IQbservable.cs" />
-    <Compile Include="Reactive\Linq\IQbservableProvider.cs" />
-    <Compile Include="Reactive\Subjects\IConnectableObservable.cs" />
-    <Compile Include="Reactive\Subjects\ISubject.cs" />
-    <Compile Include="Reactive\Subjects\ISubject.Multi.cs" />
-  </ItemGroup>
-  <ItemGroup />
-  <Import Project="..\Import.targets" />
-  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
-</Project>

+ 0 - 242
Rx.NET/Source/System.Reactive.Linq/System.Reactive.Linq.csproj

@@ -1,242 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.Linq</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-    <Reference Include="Microsoft.Phone" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="NamespaceDocs.cs" />
-    <Compile Include="Reactive\Concurrency\VirtualTimeScheduler.Extensions.cs" />
-    <Compile Include="Reactive\Internal\ConcatSink.cs" />
-    <Compile Include="Reactive\Internal\Constants.cs" />
-    <Compile Include="Reactive\Internal\Helpers.cs" />
-    <Compile Include="Reactive\Internal\IConcatenatable.cs" />
-    <Compile Include="Reactive\Internal\IEvaluatableObservable.cs" />
-    <Compile Include="Reactive\Internal\QueryServices.cs" />
-    <Compile Include="Reactive\Internal\ReflectionUtils.cs" />
-    <Compile Include="Reactive\Internal\HashSet.cs" />
-    <Compile Include="Reactive\Internal\Lookup.cs" />
-    <Compile Include="Reactive\Internal\SortedDictionary.cs" />
-    <Compile Include="Reactive\Linq\LocalQueryMethodImplementationTypeAttribute.cs" />
-    <Compile Include="Reactive\Linq\Observable\Case.cs" />
-    <Compile Include="Reactive\Linq\Observable\Collect.cs" />
-    <Compile Include="Reactive\Linq\Observable\Zip.Generated.cs">
-      <DependentUpon>Zip.Generated.tt</DependentUpon>
-      <AutoGen>True</AutoGen>
-      <DesignTime>True</DesignTime>
-    </Compile>
-    <Compile Include="Reactive\Linq\Observable\CombineLatest.Generated.cs">
-      <AutoGen>True</AutoGen>
-      <DesignTime>True</DesignTime>
-      <DependentUpon>CombineLatest.Generated.tt</DependentUpon>
-    </Compile>
-    <Compile Include="Reactive\Linq\Observable\If.cs" />
-    <Compile Include="Reactive\Linq\Observable\For.cs" />
-    <Compile Include="Reactive\Linq\Observable\DoWhile.cs" />
-    <Compile Include="Reactive\Linq\Observable\While.cs" />
-    <Compile Include="Reactive\Linq\Observable\TakeLastBuffer.cs" />
-    <Compile Include="Reactive\Linq\Observable\Next.cs" />
-    <Compile Include="Reactive\Linq\Observable\MostRecent.cs" />
-    <Compile Include="Reactive\Linq\Observable\Latest.cs" />
-    <Compile Include="Reactive\Linq\Observable\PushToPullAdapter.cs" />
-    <Compile Include="Reactive\Linq\Observable\RefCount.cs" />
-    <Compile Include="Reactive\Linq\Observable\Multicast.cs" />
-    <Compile Include="Reactive\Linq\Observable\GroupBy.cs" />
-    <Compile Include="Reactive\Linq\Observable\WithLatestFrom.cs" />
-    <Compile Include="Reactive\Linq\Observable_.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage_.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Joins.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Multiple.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Single.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.StandardSequenceOperators.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Time.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Async.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Awaiter.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Binding.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Blocking.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Concurrency.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Conversions.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Creation.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Events.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Aggregates.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Imperative.cs" />
-    <Compile Include="Reactive\Linq\IQueryLanguage.cs" />
-    <Compile Include="Reactive\Linq\Observable.Imperative.cs" />
-    <Compile Include="Reactive\EventPatternSourceBase.cs" />
-    <Compile Include="Reactive\EventPattern.cs" />
-    <Compile Include="Reactive\EventPatternSource.cs" />
-    <Compile Include="Reactive\EventSource.cs" />
-    <Compile Include="InternalsVisibleTo.cs" />
-    <Compile Include="Reactive\Linq\Observable.Async.cs" />
-    <Compile Include="Reactive\Linq\Observable.Events.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Reactive\Concurrency\HistoricalScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\VirtualTimeScheduler.cs" />
-    <Compile Include="Reactive\Internal\AnonymousEnumerable.cs" />
-    <Compile Include="Reactive\Internal\BinaryObserver.cs" />
-    <Compile Include="Reactive\Linq\Observable\AddRef.cs" />
-    <Compile Include="Reactive\Linq\Observable\Aggregate.cs" />
-    <Compile Include="Reactive\Linq\Observable\All.cs" />
-    <Compile Include="Reactive\Linq\Observable\Amb.cs" />
-    <Compile Include="Reactive\Linq\Observable\Any.cs" />
-    <Compile Include="Reactive\Linq\Observable\AsObservable.cs" />
-    <Compile Include="Reactive\Linq\Observable\Average.cs" />
-    <Compile Include="Reactive\Linq\Observable\Buffer.cs" />
-    <Compile Include="Reactive\Linq\Observable\Catch.cs" />
-    <Compile Include="Reactive\Linq\Observable\Concat.cs" />
-    <Compile Include="Reactive\Linq\Observable\Contains.cs" />
-    <Compile Include="Reactive\Linq\Observable\Cast.cs" />
-    <Compile Include="Reactive\Linq\Observable\CombineLatest.cs" />
-    <Compile Include="Reactive\Linq\Observable\GetEnumerator.cs" />
-    <Compile Include="Reactive\Linq\Observable\GroupJoin.cs" />
-    <Compile Include="Reactive\Linq\Observable\Join.cs" />
-    <Compile Include="Reactive\Linq\Observable\SelectMany.cs" />
-    <Compile Include="Reactive\Linq\Observable\Zip.cs" />
-    <Compile Include="Reactive\Linq\Observable\OfType.cs" />
-    <Compile Include="Reactive\Linq\Observable\Count.cs" />
-    <Compile Include="Reactive\Linq\Observable\DefaultIfEmpty.cs" />
-    <Compile Include="Reactive\Linq\Observable\Defer.cs" />
-    <Compile Include="Reactive\Linq\Observable\Delay.cs" />
-    <Compile Include="Reactive\Linq\Observable\DelaySubscription.cs" />
-    <Compile Include="Reactive\Linq\Observable\Dematerialize.cs" />
-    <Compile Include="Reactive\Linq\Observable\Distinct.cs" />
-    <Compile Include="Reactive\Linq\Observable\DistinctUntilChanged.cs" />
-    <Compile Include="Reactive\Linq\Observable\Do.cs" />
-    <Compile Include="Reactive\Linq\Observable\ElementAt.cs" />
-    <Compile Include="Reactive\Linq\Observable\Empty.cs" />
-    <Compile Include="Reactive\Linq\Observable\Finally.cs" />
-    <Compile Include="Reactive\Linq\Observable\FirstAsync.cs" />
-    <Compile Include="Reactive\Linq\Observable\ForEach.cs" />
-    <Compile Include="Reactive\Linq\Observable\FromEvent.cs" />
-    <Compile Include="Reactive\Linq\Observable\FromEventPattern.cs" />
-    <Compile Include="Reactive\Linq\Observable\Generate.cs" />
-    <Compile Include="Reactive\Linq\Observable\GroupByUntil.cs" />
-    <Compile Include="Reactive\Linq\Observable\IgnoreElements.cs" />
-    <Compile Include="Reactive\Linq\Observable\IsEmpty.cs" />
-    <Compile Include="Reactive\Linq\Observable\LastAsync.cs" />
-    <Compile Include="Reactive\Linq\Observable\LongCount.cs" />
-    <Compile Include="Reactive\Linq\Observable\Materialize.cs" />
-    <Compile Include="Reactive\Linq\Observable\Max.cs" />
-    <Compile Include="Reactive\Linq\Observable\MaxBy.cs" />
-    <Compile Include="Reactive\Linq\Observable\Merge.cs" />
-    <Compile Include="Reactive\Linq\Observable\Min.cs" />
-    <Compile Include="Reactive\Linq\Observable\MinBy.cs" />
-    <Compile Include="Reactive\Linq\Observable\Never.cs" />
-    <Compile Include="Reactive\Linq\Observable\OnErrorResumeNext.cs" />
-    <Compile Include="Reactive\Linq\Observable\Range.cs" />
-    <Compile Include="Reactive\Linq\Observable\Repeat.cs" />
-    <Compile Include="Reactive\Linq\Observable\Return.cs" />
-    <Compile Include="Reactive\Linq\Observable\Sample.cs" />
-    <Compile Include="Reactive\Linq\Observable\Scan.cs" />
-    <Compile Include="Reactive\Linq\Observable\Select.cs" />
-    <Compile Include="Reactive\Linq\Observable\SequenceEqual.cs" />
-    <Compile Include="Reactive\Linq\Observable\SingleAsync.cs" />
-    <Compile Include="Reactive\Linq\Observable\Skip.cs" />
-    <Compile Include="Reactive\Linq\Observable\SkipLast.cs" />
-    <Compile Include="Reactive\Linq\Observable\SkipUntil.cs" />
-    <Compile Include="Reactive\Linq\Observable\SkipWhile.cs" />
-    <Compile Include="Reactive\Linq\Observable\Sum.cs" />
-    <Compile Include="Reactive\Linq\Observable\Switch.cs" />
-    <Compile Include="Reactive\Internal\TailRecursiveSink.cs" />
-    <Compile Include="Reactive\Linq\Observable\Take.cs" />
-    <Compile Include="Reactive\Linq\Observable\TakeLast.cs" />
-    <Compile Include="Reactive\Linq\Observable\TakeUntil.cs" />
-    <Compile Include="Reactive\Linq\Observable\TakeWhile.cs" />
-    <Compile Include="Reactive\Linq\Observable\Throttle.cs" />
-    <Compile Include="Reactive\Linq\Observable\Throw.cs" />
-    <Compile Include="Reactive\Linq\Observable\TimeInterval.cs" />
-    <Compile Include="Reactive\Linq\Observable\Timeout.cs" />
-    <Compile Include="Reactive\Linq\Observable\Timer.cs" />
-    <Compile Include="Reactive\Linq\Observable\Timestamp.cs" />
-    <Compile Include="Reactive\Linq\Observable\ToArray.cs" />
-    <Compile Include="Reactive\Linq\Observable\ToDictionary.cs" />
-    <Compile Include="Reactive\Linq\Observable\ToList.cs" />
-    <Compile Include="Reactive\Linq\Observable\ToLookup.cs" />
-    <Compile Include="Reactive\Linq\Observable\ToObservable.cs" />
-    <Compile Include="Reactive\Linq\Observable\Using.cs" />
-    <Compile Include="Reactive\Linq\Observable\Where.cs" />
-    <Compile Include="Reactive\Linq\Observable\Window.cs" />
-    <Compile Include="Reactive\Linq\Observable\_.cs" />
-    <Compile Include="Reactive\Subjects\ConnectableObservable.cs" />
-    <Compile Include="Reactive\Subjects\Subject.Extensions.cs" />
-    <Compile Include="Reactive\Internal\Either.Generic.cs" />
-    <Compile Include="Reactive\Subjects\AsyncSubject.cs" />
-    <Compile Include="Reactive\Subjects\BehaviorSubject.cs" />
-    <Compile Include="Reactive\Subjects\Subject.cs" />
-    <Compile Include="Reactive\Linq\GroupedObservable.cs" />
-    <Compile Include="Reactive\Joins\ActivePlan.cs" />
-    <Compile Include="Reactive\Joins\JoinObserver.cs" />
-    <Compile Include="Reactive\Joins\Pattern.cs" />
-    <Compile Include="Reactive\Joins\Plan.cs" />
-    <Compile Include="Reactive\Linq\Observable.Aggregates.cs" />
-    <Compile Include="Reactive\Linq\Observable.Awaiter.cs" />
-    <Compile Include="Reactive\Linq\Observable.Binding.cs" />
-    <Compile Include="Reactive\Linq\Observable.Blocking.cs" />
-    <Compile Include="Reactive\Linq\Observable.Concurrency.cs" />
-    <Compile Include="Reactive\Linq\Observable.Conversions.cs" />
-    <Compile Include="Reactive\Linq\Observable.Creation.cs" />
-    <Compile Include="Reactive\Linq\Observable.Joins.cs" />
-    <Compile Include="Reactive\Linq\Observable.Multiple.cs" />
-    <Compile Include="Reactive\Linq\Observable.Single.cs" />
-    <Compile Include="Reactive\Linq\Observable.StandardSequenceOperators.cs" />
-    <Compile Include="Reactive\Linq\Observable.Time.cs" />
-    <Compile Include="Reactive\Internal\PushPullAdapter.cs" />
-    <Compile Include="Reactive\Subjects\ReplaySubject.cs" />
-    <Compile Include="Reactive\Subjects\SubjectBase.cs" />
-    <Compile Include="Reactive\Threading\Tasks\NamespaceDoc.cs" />
-    <Compile Include="Reactive\Threading\Tasks\TaskObservableExtensions.cs" />
-    <Compile Include="Reactive\TimeInterval.cs" />
-    <Compile Include="Reactive\Timestamped.cs" />
-    <Compile Include="Strings_Linq.Generated.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Strings_Linq.resx" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="Reactive\Linq\Observable\Zip.Generated.tt">
-      <Generator>TextTemplatingFileGenerator</Generator>
-      <LastGenOutput>Zip.Generated.cs</LastGenOutput>
-    </Content>
-    <Content Include="Reactive\Linq\Observable\CombineLatest.Generated.tt">
-      <Generator>TextTemplatingFileGenerator</Generator>
-      <LastGenOutput>CombineLatest.Generated.cs</LastGenOutput>
-    </Content>
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
-</Project>

+ 0 - 51
Rx.NET/Source/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases.csproj

@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive.Observable.Aliases</RootNamespace>
-    <AssemblyName>System.Reactive.Observable.Aliases</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>false</ProductSignAssembly>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Observable.Aliases.cs" />
-    <Compile Include="Qbservable.Aliases.Generated.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4e516f10-da7a-4d43-963e-a93865abea5b}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9e9b9c60-98b0-40fa-9c2b-1218d417caa4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
-      <Project>{63252ae9-5186-45ca-bfcd-fa51c6b66a43}</Project>
-      <Name>System.Reactive.Linq</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Providers\System.Reactive.Providers.csproj">
-      <Project>{c7b9d7be-f47f-466b-a6b0-e46f1069b171}</Project>
-      <Name>System.Reactive.Providers</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <Folder Include="Properties\" />
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
-</Project>

+ 0 - 72
Rx.NET/Source/System.Reactive.PlatformServices/System.Reactive.PlatformServices.csproj

@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{0CCCF009-763F-40D2-8655-7A94828023BF}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.PlatformServices</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-    <Reference Include="Microsoft.Phone" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-    <Reference Include="System.Windows" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.Windows.cs" />
-    <Compile Include="Reactive\Concurrency\EventLoopScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\NewThreadScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.cs" />
-    <Compile Include="Reactive\Concurrency\Thread.Stub.cs" />
-    <Compile Include="Reactive\Concurrency\ThreadPoolScheduler.Windows.cs" />
-    <Compile Include="Reactive\EnlightenmentProvider.cs" />
-    <Compile Include="Reactive\Internal\TaskServicesImpl.cs" />
-    <Compile Include="Reactive\Internal\HostLifecycleNotifications.WindowsPhone.cs" />
-    <Compile Include="Reactive\Internal\HostLifecycleNotifications.Windows.cs" />
-    <Compile Include="Reactive\Internal\PhoneShellThunks.cs" />
-    <Compile Include="Reactive\Internal\StopwatchImpl.cs" />
-    <Compile Include="Reactive\Concurrency\TaskPoolScheduler.cs" />
-    <Compile Include="Reactive\Concurrency\ThreadPoolScheduler.cs" />
-    <Compile Include="Reactive\Internal\ExceptionServicesImpl.cs" />
-    <Compile Include="Reactive\Internal\PlatformEnlightenmentProvider.cs" />
-    <Compile Include="Reactive\Internal\Stubs.cs" />
-    <Compile Include="Strings_PlatformServices.Generated.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
-      <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
-      <Name>System.Reactive.Linq</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Strings_PlatformServices.resx">
-      <SubType>Designer</SubType>
-    </EmbeddedResource>
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
-</Project>

+ 0 - 73
Rx.NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj

@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <!-- Not used (yet).
-  <UsingTask TaskName="BuildTasks.HomoIcon" AssemblyFile="$(ProjectDir)\..\..\Tools\BuildTasks.dll" />
-  -->
-  <PropertyGroup>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.Providers</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Reactive\Internal\Constants.cs" />
-    <Compile Include="Reactive\Joins\QueryablePattern.cs" />
-    <Compile Include="Reactive\Joins\QueryablePlan.cs" />
-    <Compile Include="Reactive\Linq\ExpressionVisitor.cs" />
-    <Compile Include="Reactive\Linq\Observable.Queryable.cs" />
-    <Compile Include="Reactive\Linq\Qbservable.cs" />
-    <Compile Include="Reactive\Linq\Qbservable.Generated.cs" />
-    <Compile Include="Reactive\Linq\Qbservable.Joins.cs" />
-    <Compile Include="Reactive\ObservableQuery.cs" />
-    <Compile Include="Strings_Providers.Generated.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
-      <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
-      <Name>System.Reactive.Linq</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Strings_Providers.resx" />
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
-  <!-- HomoIconizer build task configuration (disabled for now)
-  <PropertyGroup>
-    <HomoIconIntermediateOutputPath>obj\$(Configuration)\HomoIcon</HomoIconIntermediateOutputPath>
-  </PropertyGroup>
-  <Target Name="BeforeCompile">
-    <HomoIcon InputBinary="@(_ResolvedProjectReferencePaths)" IntermediateOutputPath="$(HomoIconIntermediateOutputPath)">
-      <Output TaskParameter="OutputFile" ItemName="Compile" />
-    </HomoIcon>
-  </Target>
-  -->
-</Project>

+ 0 - 40
Rx.NET/Source/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.csproj

@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{7A6EF49E-7946-4101-9C89-407B9C53A173}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.Runtime.Remoting</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Reactive\Linq\Observable.Remoting.cs" />
-    <Compile Include="Reactive\Linq\QueryLanguage.Remoting.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-</Project>

+ 0 - 45
Rx.NET/Source/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms.csproj

@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.Windows.Forms</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Windows.Forms" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="Reactive\Linq\ControlObservable.cs" />
-    <Compile Include="Reactive\Concurrency\ControlScheduler.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup />
-  <Import Project="..\Import.targets" />
-</Project>

+ 0 - 54
Rx.NET/Source/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.csproj

@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.Windows.Threading</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Windows" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
-    <Reference Include="WindowsBase" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="GlobalSuppressions.cs" />
-    <Compile Include="Reactive\Concurrency\CoreDispatcherScheduler.cs" />
-    <Compile Include="Reactive\Internal\Constants.cs" />
-    <Compile Include="Reactive\Linq\CoreDispatcherObservable.cs" />
-    <Compile Include="Reactive\Linq\DispatcherObservable.cs" />
-    <Compile Include="Reactive\Concurrency\DispatcherScheduler.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Strings_WindowsThreading.Generated.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Strings_WindowsThreading.resx" />
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-</Project>

+ 0 - 52
Rx.NET/Source/System.Reactive.WindowsRuntime/System.Reactive.WindowsRuntime.csproj

@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{EE655A70-A899-4B38-84D3-FB9F63A8C661}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>System.Reactive</RootNamespace>
-    <AssemblyName>System.Reactive.WindowsRuntime</AssemblyName>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProductSignAssembly>true</ProductSignAssembly>
-    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
-    <Prefer32Bit>false</Prefer32Bit>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup>
-    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="EventPatternSource.cs" />
-    <Compile Include="Foundation\AsyncInfoExtensions.cs" />
-    <Compile Include="Linq\AsyncInfoObservable.cs" />
-    <Compile Include="Foundation\AsyncInfoToObservableBridge.cs" />
-    <Compile Include="IEventPatternSource.cs" />
-    <Compile Include="Linq\WindowsObservable.StandardSequenceOperators.cs" />
-    <Compile Include="Linq\WindowsObservable.Events.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
-      <Project>{63252ae9-5186-45ca-bfcd-fa51c6b66a43}</Project>
-      <Name>System.Reactive.Linq</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-</Project>

+ 1 - 1
Rx.NET/Source/Test.ruleset

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<RuleSet Name="New Rule Set" Description=" " ToolsVersion="10.0">
+<RuleSet Name="Test Rule Set" Description=" " ToolsVersion="10.0">
   <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
     <Rule Id="CA2212" Action="Warning" />
   </Rules>

+ 0 - 192
Rx.NET/Source/Tests.System.Reactive/Tests.System.Reactive.csproj

@@ -1,192 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>ReactiveTests</RootNamespace>
-    <AssemblyName>Tests.System.Reactive</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <CodeAnalysisRuleSet>..\Test.ruleset</CodeAnalysisRuleSet>
-    <NoWarn>618</NoWarn>
-  </PropertyGroup>
-  <Import Project="..\Common.targets" />
-  <PropertyGroup Condition="'$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')">
-    <SilverlightApplication>true</SilverlightApplication>
-    <XapOutputs>true</XapOutputs>
-    <XapFilename>$(AssemblyName).xap</XapFilename>
-    <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
-    <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
-    <SilverlightAppEntry>ReactiveTests.App</SilverlightAppEntry>
-    <TestPageFileName>TestPage.html</TestPageFileName>
-    <CreateTestPage>true</CreateTestPage>
-  </PropertyGroup>
-  <!-- Temporary workaround to disable tests as part of automated builds (defeating the **\Tests*.dll the search pattern). -->
-  <PropertyGroup Condition="'$(BuildPlatform)' != 'DESKTOPCLR'">
-    <AssemblyName>_$(AssemblyName)</AssemblyName>
-  </PropertyGroup>
-  <ItemGroup>
-    <!-- See readme.txt file in the References\$(BuildFlavor) folder for information on the test assemblies used here. -->
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
-    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
-    <Reference Include="System.Windows" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
-    <Reference Include="System.Windows.Browser" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')" />
-    <Reference Include="Microsoft.Silverlight.Testing" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')">
-      <Private>true</Private>
-    </Reference>
-    <Reference Include="System.Windows.Forms" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
-    <Reference Include="WindowsBase" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
-  </ItemGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="App.cs" />
-    <Compile Include="DispatcherHelpers.cs" />
-    <Compile Include="Semaphore.cs" />
-    <Compile Include="Stress\Core\Disposables\Composite.cs" />
-    <Compile Include="Stress\Core\Disposables\Serial.cs" />
-    <Compile Include="Stress\Core\Schedulers\EventLoop.cs" />
-    <Compile Include="Stress\Core\Disposables\SingleAssignment.cs" />
-    <Compile Include="Stress\Core\Disposables\RefCount.cs" />
-    <Compile Include="Stress\Linq\Delay.cs" />
-    <Compile Include="Stress\Linq\FromEvent.cs" />
-    <Compile Include="Stress\Helpers.cs" />
-    <Compile Include="Stress\Linq\Replay.cs" />
-    <Compile Include="Stress\Linq\ReplaySubject.cs" />
-    <Compile Include="TestBase.cs" />
-    <Compile Include="TestLongRunningScheduler.cs" />
-    <Compile Include="Tests\Aliases.cs" />
-    <Compile Include="Tests\AnonymousTest.cs" />
-    <Compile Include="Tests\Concurrency\ConcurrencyTest.cs" />
-    <Compile Include="Tests\Concurrency\ScheduledItemTest.cs" />
-    <Compile Include="Tests\Concurrency\StopwatchTest.cs" />
-    <Compile Include="Tests\Concurrency\SynchronizationTest.cs" />
-    <Compile Include="Tests\ConnectableObservable.cs" />
-    <Compile Include="Tests\ConnectableObservableTest.cs" />
-    <Compile Include="Tests\Concurrency\AsyncLockTest.cs" />
-    <Compile Include="Tests\Concurrency\ControlSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\CurrentThreadSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\DefaultSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\DispatcherSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\EventLoopSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\HistoricalSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\ImmediateSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\NewThreadSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\SchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\SynchronizationContextSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\TaskPoolSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\ThreadPoolSchedulerTest.cs" />
-    <Compile Include="Tests\Concurrency\VirtualSchedulerTest.cs" />
-    <Compile Include="Tests\Disposables\DisposableTests.cs" />
-    <Compile Include="Tests\ImmutableListTest.cs" />
-    <Compile Include="Tests\Linq\ObservableAggregateTest.cs" />
-    <Compile Include="Tests\Linq\ObservableAsyncTest.cs" />
-    <Compile Include="Tests\Linq\ObservableAwaiterTest.cs" />
-    <Compile Include="Tests\Linq\ObservableBindingTest.cs" />
-    <Compile Include="Tests\Linq\ObservableBlockingTest.cs" />
-    <Compile Include="Tests\Linq\ObservableConcurrencyTest.cs" />
-    <Compile Include="Tests\Linq\ObservableConversionTests.cs" />
-    <Compile Include="Tests\Linq\ObservableCreationTest.cs" />
-    <Compile Include="Tests\Linq\ObservableEventsTest.cs" />
-    <Compile Include="Tests\Linq\ObservableExtensionsTest.cs" />
-    <Compile Include="Tests\Linq\ObservableExTest.cs" />
-    <Compile Include="Tests\Linq\ObservableImperativeTest.cs" />
-    <Compile Include="Tests\Linq\ObservableJoinsTest.cs" />
-    <Compile Include="Tests\Linq\ObservableMultipleTest.cs" />
-    <Compile Include="Tests\Linq\ObservableRemotingTest.cs" />
-    <Compile Include="Tests\Linq\ObservableSafetyTest.cs" />
-    <Compile Include="Tests\Linq\ObservableSingleTest.cs" />
-    <Compile Include="Tests\Linq\ObservableStandardQueryOperatorTest.cs" />
-    <Compile Include="Tests\Linq\ObservableTimeTest.cs" />
-    <Compile Include="Tests\Linq\QbservableExTest.cs" />
-    <Compile Include="Tests\Linq\QbservableTest.cs" />
-    <Compile Include="Tests\Linq\Subjects\AsyncSubjectTest.cs" />
-    <Compile Include="Tests\Linq\Subjects\BehaviorSubjectTest.cs" />
-    <Compile Include="Tests\Linq\Subjects\ReplaySubjectTest.cs" />
-    <Compile Include="Tests\Linq\Subjects\SubjectTest.cs" />
-    <Compile Include="Tests\MySubject.cs" />
-    <Compile Include="Tests\RogueEnumerable.cs" />
-    <Compile Include="Tests\SystemClockTest.cs" />
-    <Compile Include="Tests\DefaultConcurrencyAbstractionLayerTest.cs" />
-    <Compile Include="Tests\EventPatternSourceBaseTest.cs" />
-    <Compile Include="Tests\NotificationTest.cs" />
-    <Compile Include="Tests\TaskObservableExtensionsTest.cs" />
-    <Compile Include="Tests\TimeTests.cs" />
-    <Compile Include="Tests\UnitTest.cs" />
-    <Compile Include="Dummies\DummyDisposable.cs" />
-    <Compile Include="Dummies\DummyEnumerable.cs" />
-    <Compile Include="Dummies\DummyFunc.cs" />
-    <Compile Include="Dummies\DummyObservable.cs" />
-    <Compile Include="Dummies\DummyObserver.cs" />
-    <Compile Include="Dummies\DummyScheduler.cs" />
-    <Compile Include="Extensions.cs" />
-    <Compile Include="MockDisposable.cs" />
-    <Compile Include="MockEnumerable.cs" />
-    <Compile Include="NullErrorObservable.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tests\ListObservableTest.cs" />
-    <Compile Include="Tests\ObserverTest.cs" />
-    <Compile Include="Tests\PrivateTypesTest.cs" />
-    <Compile Include="Tests\RegressionTest.cs" />
-    <Compile Include="TestTaskScheduler.cs" />
-    <Compile Include="Utils.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\Microsoft.Reactive.Testing\Microsoft.Reactive.Testing.csproj">
-      <Project>{E7B7408B-B039-4F30-B6CF-CC06218CE4CA}</Project>
-      <Name>Microsoft.Reactive.Testing</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
-      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
-      <Name>System.Reactive.Core</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Experimental\System.Reactive.Experimental.csproj">
-      <Project>{41E65B96-733B-41C4-A1BB-7476359B89EB}</Project>
-      <Name>System.Reactive.Experimental</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
-      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
-      <Name>System.Reactive.Interfaces</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Observable.Aliases\System.Reactive.Observable.Aliases.csproj">
-      <Project>{9ffac385-10a4-4ddd-b800-de67e8469cc0}</Project>
-      <Name>System.Reactive.Observable.Aliases</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.PlatformServices\System.Reactive.PlatformServices.csproj">
-      <Project>{0CCCF009-763F-40D2-8655-7A94828023BF}</Project>
-      <Name>System.Reactive.PlatformServices</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Providers\System.Reactive.Providers.csproj" Condition=" '$(BuildFlavor)' != 'SILVERLIGHTM7' And '$(BuildPlatform)' != 'XNA' ">
-      <Project>{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}</Project>
-      <Name>System.Reactive.Providers</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
-      <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
-      <Name>System.Reactive.Linq</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Runtime.Remoting\System.Reactive.Runtime.Remoting.csproj" Condition=" '$(BuildPlatform)' != 'WINDOWS_PHONE' And '$(BuildTarget)' != 'WP7' ">
-      <Project>{7A6EF49E-7946-4101-9C89-407B9C53A173}</Project>
-      <Name>System.Reactive.Runtime.Remoting</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Windows.Forms\System.Reactive.Windows.Forms.csproj" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' ">
-      <Project>{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}</Project>
-      <Name>System.Reactive.Windows.Forms</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\System.Reactive.Windows.Threading\System.Reactive.Windows.Threading.csproj">
-      <Project>{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}</Project>
-      <Name>System.Reactive.Windows.Threading</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="..\Import.targets" />
-</Project>

+ 0 - 21
Rx.NET/Source/TraceAndTestImpact.testsettings

@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<TestSettings name="Trace and Test Impact" id="7c4a9a1b-6b11-4bd8-8a68-92d1f4b8e07b" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
-  <Description>These are test settings for Trace and Test Impact.</Description>
-  <Execution>
-    <TestTypeSpecific />
-    <AgentRule name="Execution Agents">
-      <DataCollectors>
-        <DataCollector uri="datacollector://microsoft/SystemInfo/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.DataCollection.SystemInfo.SystemInfoDataCollector, Microsoft.VisualStudio.TestTools.DataCollection.SystemInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="System Information">
-        </DataCollector>
-        <DataCollector uri="datacollector://microsoft/ActionLog/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.ManualTest.ActionLog.ActionLogPlugin, Microsoft.VisualStudio.TestTools.ManualTest.ActionLog, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Actions">
-        </DataCollector>
-        <DataCollector uri="datacollector://microsoft/HttpProxy/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.HttpProxyCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="ASP.NET Client Proxy for IntelliTrace and Test Impact">
-        </DataCollector>
-        <DataCollector uri="datacollector://microsoft/TestImpact/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TestImpactDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Test Impact">
-        </DataCollector>
-        <DataCollector uri="datacollector://microsoft/TraceDebugger/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TraceDebuggerDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="IntelliTrace">
-        </DataCollector>
-      </DataCollectors>
-    </AgentRule>
-  </Execution>
-</TestSettings>

+ 0 - 6
Rx.NET/Source/packages.config

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
-  <package id="Microsoft.Bcl" version="1.0.19" targetFramework="net40" />
-  <package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="net40" />
-  <package id="Microsoft.Bcl.Build" version="1.0.4" targetFramework="net40" />
-</packages>