System.Reactive.PlatformServices.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
  17. <OutputPath>bin\ReleaseXBLV\</OutputPath>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
  20. <OutputPath>bin\DebugXBLV\</OutputPath>
  21. </PropertyGroup>
  22. <Import Project="..\Common.targets" />
  23. <PropertyGroup>
  24. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
  28. <Reference Include="System" />
  29. <Reference Include="System.Core" />
  30. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  31. <Reference Include="Microsoft.Phone" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  32. <Reference Include="System.Windows" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Compile Include="GlobalSuppressions.cs" />
  36. <Compile Include="Properties\AssemblyInfo.cs" />
  37. <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.Windows.cs" />
  38. <Compile Include="Reactive\Concurrency\EventLoopScheduler.cs" />
  39. <Compile Include="Reactive\Concurrency\NewThreadScheduler.cs" />
  40. <Compile Include="Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.cs" />
  41. <Compile Include="Reactive\Concurrency\Thread.Stub.cs" />
  42. <Compile Include="Reactive\Concurrency\ThreadPoolScheduler.Windows.cs" />
  43. <Compile Include="Reactive\EnlightenmentProvider.cs" />
  44. <Compile Include="Reactive\Internal\HostLifecycleNotifications.WindowsPhone.cs" />
  45. <Compile Include="Reactive\Internal\HostLifecycleNotifications.Windows.cs" />
  46. <Compile Include="Reactive\Internal\PhoneShellThunks.cs" />
  47. <Compile Include="Reactive\Internal\StopwatchImpl.cs" />
  48. <Compile Include="Reactive\Concurrency\TaskPoolScheduler.cs" />
  49. <Compile Include="Reactive\Concurrency\ThreadPoolScheduler.cs" />
  50. <Compile Include="Reactive\Internal\ExceptionServicesImpl.cs" />
  51. <Compile Include="Reactive\Internal\PlatformEnlightenmentProvider.cs" />
  52. <Compile Include="Reactive\Internal\Stubs.cs" />
  53. <Compile Include="Strings_PlatformServices.Generated.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  57. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  58. <Name>System.Reactive.Core</Name>
  59. </ProjectReference>
  60. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  61. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  62. <Name>System.Reactive.Interfaces</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  65. <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  66. <Name>System.Reactive.Linq</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <EmbeddedResource Include="Strings_PlatformServices.resx">
  71. <SubType>Designer</SubType>
  72. </EmbeddedResource>
  73. </ItemGroup>
  74. <Import Project="..\Import.targets" />
  75. </Project>