| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | 
							- <?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>
 
 
  |