System.Interactive.Providers.csproj 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug40|AnyCPU'">
  19. <NoWarn>1591</NoWarn>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release40|AnyCPU'">
  22. <NoWarn>1591</NoWarn>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug35|AnyCPU'">
  25. <NoWarn>1591</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release35|AnyCPU'">
  28. <NoWarn>1591</NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL4|AnyCPU'">
  31. <NoWarn>1591</NoWarn>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU'">
  34. <NoWarn>1591</NoWarn>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL5|AnyCPU'">
  37. <NoWarn>1591</NoWarn>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL5|AnyCPU'">
  40. <NoWarn>1591</NoWarn>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP7|AnyCPU'">
  43. <NoWarn>1591</NoWarn>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP7|AnyCPU'">
  46. <NoWarn>1591</NoWarn>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugPL|AnyCPU'">
  49. <NoWarn>1591</NoWarn>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleasePL|AnyCPU'">
  52. <NoWarn>1591</NoWarn>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release45|AnyCPU'">
  55. <OutputPath>bin\Release45\</OutputPath>
  56. <DefineConstants>;TRACE;DESKTOPCLR;DESKTOPCLR40</DefineConstants>
  57. <DocumentationFile>bin\Release40\\System.Interactive.Providers.XML</DocumentationFile>
  58. <Optimize>true</Optimize>
  59. <NoWarn>1591</NoWarn>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>AnyCPU</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. </PropertyGroup>
  65. <Import Project="..\Common.targets" />
  66. <PropertyGroup>
  67. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
  71. <Reference Include="System" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="QueryableEx.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\System.Interactive\System.Interactive.csproj">
  81. <Project>{8E4B04F0-915E-48F9-9796-76278C6094BD}</Project>
  82. <Name>System.Interactive</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <Import Project="..\Import.targets" />
  86. </Project>