System.Interactive.csproj 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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>{8E4B04F0-915E-48F9-9796-76278C6094BD}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Interactive</RootNamespace>
  12. <AssemblyName>System.Interactive</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.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="IAwaitable.cs" />
  44. <Compile Include="EnumerableEx.Imperative.cs" />
  45. <Compile Include="EnumerableEx.Multiple.cs" />
  46. <Compile Include="EnumerableEx.Single.cs" />
  47. <Compile Include="EnumerableEx.Exceptions.cs" />
  48. <Compile Include="EnumerableEx.Creation.cs" />
  49. <Compile Include="EnumerableEx.Buffering.cs" />
  50. <Compile Include="EnumerableEx.Aggregates.cs" />
  51. <Compile Include="IYielder.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. </ItemGroup>
  54. <Import Project="..\Import.targets" />
  55. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  56. </Project>