System.Reactive.Debugger.csproj 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. <ProductVersion>8.0.30703</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>System.Reactive.Debugger</RootNamespace>
  10. <AssemblyName>System.Reactive.Debugger</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProductSignAssembly>true</ProductSignAssembly>
  14. <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  16. </PropertyGroup>
  17. <Import Project="..\Common.targets" />
  18. <PropertyGroup>
  19. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
  23. <Reference Include="System" />
  24. <Reference Include="System.Core" />
  25. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Include="Properties\AssemblyInfo.cs" />
  29. <Compile Include="Reactive\Linq\QueryDebugger.cs" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  33. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  34. <Name>System.Reactive.Core</Name>
  35. </ProjectReference>
  36. <ProjectReference Include="..\System.Reactive.Experimental\System.Reactive.Experimental.csproj">
  37. <Project>{41E65B96-733B-41C4-A1BB-7476359B89EB}</Project>
  38. <Name>System.Reactive.Experimental</Name>
  39. </ProjectReference>
  40. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  41. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  42. <Name>System.Reactive.Interfaces</Name>
  43. </ProjectReference>
  44. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  45. <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  46. <Name>System.Reactive.Linq</Name>
  47. </ProjectReference>
  48. <ProjectReference Include="..\System.Reactive.PlatformServices\System.Reactive.PlatformServices.csproj">
  49. <Project>{0CCCF009-763F-40D2-8655-7A94828023BF}</Project>
  50. <Name>System.Reactive.PlatformServices</Name>
  51. </ProjectReference>
  52. </ItemGroup>
  53. <Import Project="..\Import.targets" />
  54. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  55. </Project>