summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Source/System.Reactive.Debugger/System.Reactive.Debugger.csproj
blob: 87e97db2f8db5318ab6d15f9695c9356fa5b5558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{FFB7A57C-BC22-4B71-88D4-2489B3FF10B6}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>System.Reactive.Debugger</RootNamespace>
    <AssemblyName>System.Reactive.Debugger</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProductSignAssembly>true</ProductSignAssembly>
    <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
    <OutputPath>bin\ReleaseXBLV\</OutputPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
    <OutputPath>bin\DebugXBLV\</OutputPath>
  </PropertyGroup>
  <Import Project="..\Common.targets" />
  <PropertyGroup>
    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Reactive\Linq\QueryDebugger.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
      <Project>{4E516F10-DA7A-4D43-963E-A93865ABEA5B}</Project>
      <Name>System.Reactive.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Reactive.Experimental\System.Reactive.Experimental.csproj">
      <Project>{41E65B96-733B-41C4-A1BB-7476359B89EB}</Project>
      <Name>System.Reactive.Experimental</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
      <Project>{9E9B9C60-98B0-40FA-9C2B-1218D417CAA4}</Project>
      <Name>System.Reactive.Interfaces</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
      <Project>{63252AE9-5186-45CA-BFCD-FA51C6B66A43}</Project>
      <Name>System.Reactive.Linq</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Reactive.PlatformServices\System.Reactive.PlatformServices.csproj">
      <Project>{0CCCF009-763F-40D2-8655-7A94828023BF}</Project>
      <Name>System.Reactive.PlatformServices</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="..\Import.targets" />
  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</Project>