System.Reactive.Experimental.csproj 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>{41E65B96-733B-41C4-A1BB-7476359B89EB}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>System.Reactive.Experimental</RootNamespace>
  10. <AssemblyName>System.Reactive.Experimental</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProductSignAssembly>true</ProductSignAssembly>
  14. <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  16. </PropertyGroup>
  17. <Import Project="..\Common.targets" />
  18. <PropertyGroup>
  19. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
  23. <Reference Include="System" />
  24. <Reference Include="System.Core" />
  25. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Include="ExperimentalAttribute.cs" />
  29. <Compile Include="InternalsVisibleTo.cs" />
  30. <Compile Include="Properties\AssemblyInfo.cs" />
  31. <Compile Include="Reactive\Internal\BinaryObserver.cs" />
  32. <Compile Include="Reactive\Linq\QbservableEx.cs" />
  33. <Compile Include="Reactive\Linq\IQueryLanguageEx.cs" />
  34. <Compile Include="Reactive\Linq\ObservableEx.cs" />
  35. <Compile Include="Reactive\Linq\QbservableEx.Generated.cs" />
  36. <Compile Include="Reactive\Linq\QueryLanguageEx.cs" />
  37. <Compile Include="Reactive\ListObservable.cs" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  41. <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  42. <Name>System.Reactive.Linq</Name>
  43. </ProjectReference>
  44. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  45. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  46. <Name>System.Reactive.Core</Name>
  47. </ProjectReference>
  48. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  49. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  50. <Name>System.Reactive.Interfaces</Name>
  51. </ProjectReference>
  52. </ItemGroup>
  53. <Import Project="..\Import.targets" />
  54. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  55. </Project>