System.Reactive.Providers.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!-- Not used (yet).
  4. <UsingTask TaskName="BuildTasks.HomoIcon" AssemblyFile="$(ProjectDir)\..\..\Tools\BuildTasks.dll" />
  5. -->
  6. <PropertyGroup>
  7. <ProductVersion>8.0.30703</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>System.Reactive</RootNamespace>
  13. <AssemblyName>System.Reactive.Providers</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProductSignAssembly>true</ProductSignAssembly>
  17. <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
  20. <OutputPath>bin\ReleaseXBLV\</OutputPath>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
  23. <OutputPath>bin\DebugXBLV\</OutputPath>
  24. </PropertyGroup>
  25. <Import Project="..\Common.targets" />
  26. <PropertyGroup>
  27. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)' == 'DebugPL' Or '$(Configuration)' == 'ReleasePL' ">
  30. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="GlobalSuppressions.cs" />
  40. <Compile Include="Properties\AssemblyInfo.cs" />
  41. <Compile Include="Reactive\Internal\Constants.cs" />
  42. <Compile Include="Reactive\Joins\QueryablePattern.cs" />
  43. <Compile Include="Reactive\Joins\QueryablePlan.cs" />
  44. <Compile Include="Reactive\Linq\ExpressionVisitor.cs" />
  45. <Compile Include="Reactive\Linq\Observable.Queryable.cs" />
  46. <Compile Include="Reactive\Linq\Qbservable.cs" />
  47. <Compile Include="Reactive\Linq\Qbservable.Generated.cs" />
  48. <Compile Include="Reactive\Linq\Qbservable.Joins.cs" />
  49. <Compile Include="Reactive\ObservableQuery.cs" />
  50. <Compile Include="Strings_Providers.Generated.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  54. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  55. <Name>System.Reactive.Core</Name>
  56. </ProjectReference>
  57. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  58. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  59. <Name>System.Reactive.Interfaces</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  62. <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  63. <Name>System.Reactive.Linq</Name>
  64. </ProjectReference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <EmbeddedResource Include="Strings_Providers.resx" />
  68. </ItemGroup>
  69. <Import Project="..\Import.targets" />
  70. <!-- HomoIconizer build task configuration (disabled for now)
  71. <PropertyGroup>
  72. <HomoIconIntermediateOutputPath>obj\$(Configuration)\HomoIcon</HomoIconIntermediateOutputPath>
  73. </PropertyGroup>
  74. <Target Name="BeforeCompile">
  75. <HomoIcon InputBinary="@(_ResolvedProjectReferencePaths)" IntermediateOutputPath="$(HomoIconIntermediateOutputPath)">
  76. <Output TaskParameter="OutputFile" ItemName="Compile" />
  77. </HomoIcon>
  78. </Target>
  79. -->
  80. </Project>