System.Reactive.Observable.Aliases.csproj 2.5 KB

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