System.Reactive.PlatformServices.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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>{0CCCF009-763F-40D2-8655-7A94828023BF}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>System.Reactive</RootNamespace>
  10. <AssemblyName>System.Reactive.PlatformServices</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. <Reference Include="Microsoft.Phone" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  27. <Reference Include="System.Windows" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Compile Include="GlobalSuppressions.cs" />
  31. <Compile Include="Properties\AssemblyInfo.cs" />
  32. <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.Windows.cs" />
  33. <Compile Include="Reactive\Concurrency\EventLoopScheduler.cs" />
  34. <Compile Include="Reactive\Concurrency\NewThreadScheduler.cs" />
  35. <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.cs" />
  36. <Compile Include="Reactive\Concurrency\Thread.Stub.cs" />
  37. <Compile Include="Reactive\Concurrency\ThreadPoolScheduler.Windows.cs" />
  38. <Compile Include="Reactive\EnlightenmentProvider.cs" />
  39. <Compile Include="Reactive\Internal\TaskServicesImpl.cs" />
  40. <Compile Include="Reactive\Internal\HostLifecycleNotifications.WindowsPhone.cs" />
  41. <Compile Include="Reactive\Internal\HostLifecycleNotifications.Windows.cs" />
  42. <Compile Include="Reactive\Internal\PhoneShellThunks.cs" />
  43. <Compile Include="Reactive\Internal\StopwatchImpl.cs" />
  44. <Compile Include="Reactive\Concurrency\TaskPoolScheduler.cs" />
  45. <Compile Include="Reactive\Concurrency\ThreadPoolScheduler.cs" />
  46. <Compile Include="Reactive\Internal\ExceptionServicesImpl.cs" />
  47. <Compile Include="Reactive\Internal\PlatformEnlightenmentProvider.cs" />
  48. <Compile Include="Reactive\Internal\Stubs.cs" />
  49. <Compile Include="Strings_PlatformServices.Generated.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  53. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  54. <Name>System.Reactive.Core</Name>
  55. </ProjectReference>
  56. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  57. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  58. <Name>System.Reactive.Interfaces</Name>
  59. </ProjectReference>
  60. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  61. <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  62. <Name>System.Reactive.Linq</Name>
  63. </ProjectReference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <EmbeddedResource Include="Strings_PlatformServices.resx">
  67. <SubType>Designer</SubType>
  68. </EmbeddedResource>
  69. </ItemGroup>
  70. <Import Project="..\Import.targets" />
  71. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  72. </Project>