1
0

System.Interactive.Providers.csproj 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. </PropertyGroup>
  16. <Import Project="..\Common.targets" />
  17. <PropertyGroup>
  18. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)' == 'DebugPL' Or '$(Configuration)' == 'ReleasePL' ">
  21. <TargetFrameworkProfile>Profile1</TargetFrameworkProfile>
  22. </PropertyGroup>
  23. <ItemGroup>
  24. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  25. <Reference Include="System" />
  26. <Reference Include="System.Core" />
  27. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Compile Include="Properties\AssemblyInfo.cs" />
  31. <Compile Include="QueryableEx.cs" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <ProjectReference Include="..\System.Interactive\System.Interactive.csproj">
  35. <Project>{8E4B04F0-915E-48F9-9796-76278C6094BD}</Project>
  36. <Name>System.Interactive</Name>
  37. </ProjectReference>
  38. </ItemGroup>
  39. <Import Project="..\Import.targets" />
  40. </Project>