System.Reactive.Windows.Threading.csproj 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>{2F7D32BD-5BFC-45D4-9899-F1A76DB32FCB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Reactive</RootNamespace>
  12. <AssemblyName>System.Reactive.Windows.Threading</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProductSignAssembly>true</ProductSignAssembly>
  16. <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
  17. </PropertyGroup>
  18. <Import Project="..\Common.targets" />
  19. <PropertyGroup>
  20. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  21. </PropertyGroup>
  22. <ItemGroup>
  23. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  24. <Reference Include="System" />
  25. <Reference Include="System.Core" />
  26. <Reference Include="System.Windows" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  27. <Reference Include="WindowsBase" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
  28. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Compile Include="GlobalSuppressions.cs" />
  32. <Compile Include="Reactive\Concurrency\CoreDispatcherScheduler.cs" />
  33. <Compile Include="Reactive\Internal\Constants.cs" />
  34. <Compile Include="Reactive\Linq\CoreDispatcherObservable.cs" />
  35. <Compile Include="Reactive\Linq\DispatcherObservable.cs" />
  36. <Compile Include="Reactive\Concurrency\DispatcherScheduler.cs" />
  37. <Compile Include="Properties\AssemblyInfo.cs" />
  38. <Compile Include="Strings_WindowsThreading.Generated.cs" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  42. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  43. <Name>System.Reactive.Core</Name>
  44. </ProjectReference>
  45. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  46. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  47. <Name>System.Reactive.Interfaces</Name>
  48. </ProjectReference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <EmbeddedResource Include="Strings_WindowsThreading.resx" />
  52. </ItemGroup>
  53. <Import Project="..\Import.targets" />
  54. </Project>