System.Reactive.Runtime.Remoting.csproj 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <ProductVersion>8.0.30703</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{7A6EF49E-7946-4101-9C89-407B9C53A173}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>System.Reactive</RootNamespace>
  10. <AssemblyName>System.Reactive.Runtime.Remoting</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProductSignAssembly>true</ProductSignAssembly>
  14. <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
  15. </PropertyGroup>
  16. <Import Project="..\Common.targets" />
  17. <PropertyGroup>
  18. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  19. </PropertyGroup>
  20. <ItemGroup>
  21. <Reference Include="System" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <Compile Include="GlobalSuppressions.cs" />
  25. <Compile Include="Properties\AssemblyInfo.cs" />
  26. <Compile Include="Reactive\Linq\Observable.Remoting.cs" />
  27. <Compile Include="Reactive\Linq\QueryLanguage.Remoting.cs" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  31. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  32. <Name>System.Reactive.Core</Name>
  33. </ProjectReference>
  34. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  35. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  36. <Name>System.Reactive.Interfaces</Name>
  37. </ProjectReference>
  38. </ItemGroup>
  39. <Import Project="..\Import.targets" />
  40. </Project>