System.Reactive.Observable.Aliases.csproj 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>System.Reactive.Observable.Aliases</RootNamespace>
  10. <AssemblyName>System.Reactive.Observable.Aliases</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProductSignAssembly>false</ProductSignAssembly>
  14. </PropertyGroup>
  15. <Import Project="..\Common.targets" />
  16. <PropertyGroup>
  17. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  18. </PropertyGroup>
  19. <ItemGroup>
  20. <Reference Include="System" />
  21. <Reference Include="System.Core" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <Compile Include="Observable.Aliases.cs" />
  25. <Compile Include="Qbservable.Aliases.Generated.cs" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  29. <Project>{4e516f10-da7a-4d43-963e-a93865abea5b}</Project>
  30. <Name>System.Reactive.Core</Name>
  31. </ProjectReference>
  32. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  33. <Project>{9e9b9c60-98b0-40fa-9c2b-1218d417caa4}</Project>
  34. <Name>System.Reactive.Interfaces</Name>
  35. </ProjectReference>
  36. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  37. <Project>{63252ae9-5186-45ca-bfcd-fa51c6b66a43}</Project>
  38. <Name>System.Reactive.Linq</Name>
  39. </ProjectReference>
  40. <ProjectReference Include="..\System.Reactive.Providers\System.Reactive.Providers.csproj">
  41. <Project>{c7b9d7be-f47f-466b-a6b0-e46f1069b171}</Project>
  42. <Name>System.Reactive.Providers</Name>
  43. </ProjectReference>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Folder Include="Properties\" />
  47. </ItemGroup>
  48. <Import Project="..\Import.targets" />
  49. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  50. </Project>