System.Reactive.WindowsRuntime.csproj 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{EE655A70-A899-4B38-84D3-FB9F63A8C661}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Reactive</RootNamespace>
  12. <AssemblyName>System.Reactive.WindowsRuntime</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProductSignAssembly>true</ProductSignAssembly>
  16. <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
  17. <Prefer32Bit>false</Prefer32Bit>
  18. </PropertyGroup>
  19. <Import Project="..\Common.targets" />
  20. <PropertyGroup>
  21. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  22. </PropertyGroup>
  23. <ItemGroup>
  24. <Reference Include="System" />
  25. <Reference Include="System.Core" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Include="EventPatternSource.cs" />
  29. <Compile Include="Foundation\AsyncInfoExtensions.cs" />
  30. <Compile Include="Linq\AsyncInfoObservable.cs" />
  31. <Compile Include="Foundation\AsyncInfoToObservableBridge.cs" />
  32. <Compile Include="IEventPatternSource.cs" />
  33. <Compile Include="Linq\WindowsObservable.StandardSequenceOperators.cs" />
  34. <Compile Include="Linq\WindowsObservable.Events.cs" />
  35. <Compile Include="Properties\AssemblyInfo.cs" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  39. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  40. <Name>System.Reactive.Core</Name>
  41. </ProjectReference>
  42. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  43. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  44. <Name>System.Reactive.Interfaces</Name>
  45. </ProjectReference>
  46. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  47. <Project>{63252ae9-5186-45ca-bfcd-fa51c6b66a43}</Project>
  48. <Name>System.Reactive.Linq</Name>
  49. </ProjectReference>
  50. </ItemGroup>
  51. <Import Project="..\Import.targets" />
  52. </Project>