System.Reactive.Debugger.csproj 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
  18. <OutputPath>bin\ReleaseXBLV\</OutputPath>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
  21. <OutputPath>bin\DebugXBLV\</OutputPath>
  22. </PropertyGroup>
  23. <Import Project="..\Common.targets" />
  24. <PropertyGroup>
  25. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  26. </PropertyGroup>
  27. <ItemGroup>
  28. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
  29. <Reference Include="System" />
  30. <Reference Include="System.Core" />
  31. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Compile Include="Properties\AssemblyInfo.cs" />
  35. <Compile Include="Reactive\Linq\QueryDebugger.cs" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
  39. <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
  40. <Name>System.Reactive.Core</Name>
  41. </ProjectReference>
  42. <ProjectReference Include="..\System.Reactive.Experimental\System.Reactive.Experimental.csproj">
  43. <Project>{41E65B96-733B-41C4-A1BB-7476359B89EB}</Project>
  44. <Name>System.Reactive.Experimental</Name>
  45. </ProjectReference>
  46. <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
  47. <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
  48. <Name>System.Reactive.Interfaces</Name>
  49. </ProjectReference>
  50. <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
  51. <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
  52. <Name>System.Reactive.Linq</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\System.Reactive.PlatformServices\System.Reactive.PlatformServices.csproj">
  55. <Project>{0CCCF009-763F-40D2-8655-7A94828023BF}</Project>
  56. <Name>System.Reactive.PlatformServices</Name>
  57. </ProjectReference>
  58. </ItemGroup>
  59. <Import Project="..\Import.targets" />
  60. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  61. </Project>