System.Interactive.Providers.csproj 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>{6D62E966-469D-4A99-BD43-0A17FA14FB4F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Interactive.Providers</RootNamespace>
  12. <AssemblyName>System.Interactive.Providers</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProductSignAssembly>true</ProductSignAssembly>
  16. </PropertyGroup>
  17. <Import Project="..\Common.targets" />
  18. <PropertyGroup>
  19. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)' == 'DebugPL' Or '$(Configuration)' == 'ReleasePL' ">
  22. <TargetFrameworkProfile>Profile1</TargetFrameworkProfile>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  26. <Reference Include="System" />
  27. <Reference Include="System.Core" />
  28. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Compile Include="Properties\AssemblyInfo.cs" />
  32. <Compile Include="QueryableEx.cs" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <ProjectReference Include="..\System.Interactive\System.Interactive.csproj">
  36. <Project>{8E4B04F0-915E-48F9-9796-76278C6094BD}</Project>
  37. <Name>System.Interactive</Name>
  38. </ProjectReference>
  39. </ItemGroup>
  40. <Import Project="..\Import.targets" />
  41. </Project>