System.Reactive.Runtime.Remoting.csproj 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
  17. <OutputPath>bin\ReleaseXBLV\</OutputPath>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
  20. <OutputPath>bin\DebugXBLV\</OutputPath>
  21. </PropertyGroup>
  22. <Import Project="..\Common.targets" />
  23. <PropertyGroup>
  24. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <Reference Include="System" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Compile Include="GlobalSuppressions.cs" />
  31. <Compile Include="Properties\AssemblyInfo.cs" />
  32. <Compile Include="Reactive\Linq\Observable.Remoting.cs" />
  33. <Compile Include="Reactive\Linq\QueryLanguage.Remoting.cs" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  37. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  38. <Name>System.Reactive.Core</Name>
  39. </ProjectReference>
  40. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  41. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  42. <Name>System.Reactive.Interfaces</Name>
  43. </ProjectReference>
  44. </ItemGroup>
  45. <Import Project="..\Import.targets" />
  46. </Project>