Playground.csproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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)' == '' ">Debug45</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8A062C6B-4441-49F3-B618-4238B6AB5290}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Playground</RootNamespace>
  12. <AssemblyName>Playground</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProductSignAssembly>false</ProductSignAssembly>
  16. </PropertyGroup>
  17. <Import Project="..\Common.targets" />
  18. <ItemGroup>
  19. <Reference Include="System" />
  20. <Reference Include="System.Core" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Compile Include="Program.cs" />
  24. <Compile Include="Properties\AssemblyInfo.cs" />
  25. </ItemGroup>
  26. <ItemGroup>
  27. <ProjectReference Include="..\Microsoft.Reactive.Testing\Microsoft.Reactive.Testing.csproj">
  28. <Project>{e7b7408b-b039-4f30-b6cf-cc06218ce4ca}</Project>
  29. <Name>Microsoft.Reactive.Testing</Name>
  30. </ProjectReference>
  31. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  32. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  33. <Name>System.Reactive.Core</Name>
  34. </ProjectReference>
  35. <ProjectReference Include="..\System.Reactive.Debugger\System.Reactive.Debugger.csproj">
  36. <Project>{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}</Project>
  37. <Name>System.Reactive.Debugger</Name>
  38. </ProjectReference>
  39. <ProjectReference Include="..\System.Reactive.Experimental\System.Reactive.Experimental.csproj">
  40. <Project>{41E65B96-733B-41C4-A1BB-7476359B89EB}</Project>
  41. <Name>System.Reactive.Experimental</Name>
  42. </ProjectReference>
  43. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  44. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  45. <Name>System.Reactive.Interfaces</Name>
  46. </ProjectReference>
  47. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  48. <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  49. <Name>System.Reactive.Linq</Name>
  50. </ProjectReference>
  51. <ProjectReference Include="..\System.Reactive.Observable.Aliases\System.Reactive.Observable.Aliases.csproj">
  52. <Project>{9ffac385-10a4-4ddd-b800-de67e8469cc0}</Project>
  53. <Name>System.Reactive.Observable.Aliases</Name>
  54. </ProjectReference>
  55. <ProjectReference Include="..\System.Reactive.PlatformServices\System.Reactive.PlatformServices.csproj">
  56. <Project>{0cccf009-763f-40d2-8655-7a94828023bf}</Project>
  57. <Name>System.Reactive.PlatformServices</Name>
  58. </ProjectReference>
  59. <ProjectReference Include="..\System.Reactive.Providers\System.Reactive.Providers.csproj">
  60. <Project>{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}</Project>
  61. <Name>System.Reactive.Providers</Name>
  62. </ProjectReference>
  63. <ProjectReference Include="..\Tests.System.Reactive\Tests.System.Reactive.csproj">
  64. <Project>{2FEFC068-E2DE-43A9-A4E6-E0336A532B7A}</Project>
  65. <Name>Tests.System.Reactive</Name>
  66. </ProjectReference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <None Include="app.config" />
  70. </ItemGroup>
  71. <Import Project="..\Import.targets" />
  72. </Project>