System.Reactive.Interfaces.csproj 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>System.Reactive</RootNamespace>
  10. <AssemblyName>System.Reactive.Interfaces</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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
  18. <OutputPath>bin\ReleaseXBLV\</OutputPath>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
  21. <OutputPath>bin\DebugXBLV\</OutputPath>
  22. </PropertyGroup>
  23. <Import Project="..\Common.targets" />
  24. <PropertyGroup>
  25. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  26. </PropertyGroup>
  27. <ItemGroup>
  28. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
  29. <Reference Include="System" />
  30. <Reference Include="System.Core" />
  31. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Compile Include="AssemblyFileVersionAttribute.cs" />
  35. <Compile Include="DateTimeOffset.cs" />
  36. <Compile Include="GlobalSuppressions.cs" />
  37. <Compile Include="IObservable.cs" />
  38. <Compile Include="IObserver.cs" />
  39. <Compile Include="NamespaceDocs.cs" />
  40. <Compile Include="Properties\AssemblyInfo.cs" />
  41. <Compile Include="Reactive\Concurrency\ISchedulerPeriodic.cs" />
  42. <Compile Include="Reactive\Concurrency\IStopwatchProvider.cs" />
  43. <Compile Include="Reactive\Concurrency\IScheduledItem.cs" />
  44. <Compile Include="Reactive\Concurrency\IScheduler.cs" />
  45. <Compile Include="Reactive\Concurrency\ISchedulerLongRunning.cs" />
  46. <Compile Include="Reactive\Concurrency\IStopwatch.cs" />
  47. <Compile Include="Reactive\Disposables\ICancelable.cs" />
  48. <Compile Include="Reactive\IEventPattern.cs" />
  49. <Compile Include="Reactive\IEventPatternSource.cs" />
  50. <Compile Include="Reactive\IEventSource.cs" />
  51. <Compile Include="Reactive\IObserver.Result.cs" />
  52. <Compile Include="Reactive\Linq\IGroupedObservable.cs" />
  53. <Compile Include="Reactive\Linq\IQbservable.cs" />
  54. <Compile Include="Reactive\Linq\IQbservableProvider.cs" />
  55. <Compile Include="Reactive\Subjects\IConnectableObservable.cs" />
  56. <Compile Include="Reactive\Subjects\ISubject.cs" />
  57. <Compile Include="Reactive\Subjects\ISubject.Multi.cs" />
  58. </ItemGroup>
  59. <ItemGroup />
  60. <Import Project="..\Import.targets" />
  61. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  62. </Project>