System.Interactive.Providers.csproj 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. <NoWarn>1591</NoWarn>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP8|AnyCPU'">
  20. <OutputPath>bin\ReleaseWP8\</OutputPath>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP8|AnyCPU'">
  23. <OutputPath>bin\DebugWP8\</OutputPath>
  24. <DefineConstants>;WINDOWSPHONE7;NO_TLS;NO_VARIANCE;NO_SERIALIZABLE;NO_TPL;NO_HASHSET;NO_REMOTING;NO_SEMAPHORE;NO_LARGEARITY;NO_ZIP;SILVERLIGHT;SILVERLIGHTM7;TRACE</DefineConstants>
  25. <DocumentationFile>..\bin\ReleaseWP7\System.Interactive.Providers.XML</DocumentationFile>
  26. <Optimize>true</Optimize>
  27. <NoWarn>1591</NoWarn>
  28. <DebugType>pdbonly</DebugType>
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <ErrorReport>prompt</ErrorReport>
  31. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  32. </PropertyGroup>
  33. <Import Project="..\Common.targets" />
  34. <PropertyGroup>
  35. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. <Compile Include="QueryableEx.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <ProjectReference Include="..\System.Interactive\System.Interactive.csproj">
  48. <Project>{8E4B04F0-915E-48F9-9796-76278C6094BD}</Project>
  49. <Name>System.Interactive</Name>
  50. </ProjectReference>
  51. </ItemGroup>
  52. <Import Project="..\Import.targets" />
  53. </Project>