System.Reactive.WindowsRuntime.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
  19. <OutputPath>bin\ReleaseXBLV\</OutputPath>
  20. <Prefer32Bit>false</Prefer32Bit>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
  23. <OutputPath>bin\DebugXBLV\</OutputPath>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug45|AnyCPU'">
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release45|AnyCPU'">
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug40|AnyCPU'">
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release40|AnyCPU'">
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL5|AnyCPU'">
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL5|AnyCPU'">
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP7|AnyCPU'">
  45. <Prefer32Bit>false</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP7|AnyCPU'">
  48. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug35|AnyCPU'">
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release35|AnyCPU'">
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL3|AnyCPU'">
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL3|AnyCPU'">
  60. <Prefer32Bit>false</Prefer32Bit>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL4|AnyCPU'">
  63. <Prefer32Bit>false</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU'">
  66. <Prefer32Bit>false</Prefer32Bit>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXNA4|AnyCPU'">
  69. <Prefer32Bit>false</Prefer32Bit>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXNA4|AnyCPU'">
  72. <Prefer32Bit>false</Prefer32Bit>
  73. </PropertyGroup>
  74. <Import Project="..\Common.targets" />
  75. <PropertyGroup>
  76. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="EventPatternSource.cs" />
  84. <Compile Include="Foundation\AsyncInfoExtensions.cs" />
  85. <Compile Include="Linq\AsyncInfoObservable.cs" />
  86. <Compile Include="Foundation\AsyncInfoToObservableBridge.cs" />
  87. <Compile Include="IEventPatternSource.cs" />
  88. <Compile Include="Linq\WindowsObservable.StandardSequenceOperators.cs" />
  89. <Compile Include="Linq\WindowsObservable.Events.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  94. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  95. <Name>System.Reactive.Core</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  98. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  99. <Name>System.Reactive.Interfaces</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  102. <Project>{63252ae9-5186-45ca-bfcd-fa51c6b66a43}</Project>
  103. <Name>System.Reactive.Linq</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="..\Import.targets" />
  107. </Project>