System.Reactive.Windows.Forms.csproj 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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>{E32328A1-1F5B-45F9-B005-02EF5CC2CF0D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Reactive</RootNamespace>
  12. <AssemblyName>System.Reactive.Windows.Forms</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProductSignAssembly>true</ProductSignAssembly>
  16. <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
  19. <OutputPath>bin\ReleaseXBLV\</OutputPath>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
  22. <OutputPath>bin\DebugXBLV\</OutputPath>
  23. </PropertyGroup>
  24. <Import Project="..\Common.targets" />
  25. <PropertyGroup>
  26. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  27. </PropertyGroup>
  28. <ItemGroup>
  29. <Reference Include="System" />
  30. <Reference Include="System.Core" />
  31. <Reference Include="System.Windows.Forms" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Compile Include="GlobalSuppressions.cs" />
  35. <Compile Include="Reactive\Linq\ControlObservable.cs" />
  36. <Compile Include="Reactive\Concurrency\ControlScheduler.cs" />
  37. <Compile Include="Properties\AssemblyInfo.cs" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  41. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  42. <Name>System.Reactive.Core</Name>
  43. </ProjectReference>
  44. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  45. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  46. <Name>System.Reactive.Interfaces</Name>
  47. </ProjectReference>
  48. </ItemGroup>
  49. <ItemGroup />
  50. <Import Project="..\Import.targets" />
  51. </Project>