File: android_Mono.Reactive.Testing.csproj

package info (click to toggle)
mono 6.8.0.105%2Bdfsg-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,284,512 kB
  • sloc: cs: 11,172,132; xml: 2,850,069; ansic: 671,653; cpp: 122,091; perl: 59,366; javascript: 30,841; asm: 22,168; makefile: 20,093; sh: 15,020; python: 4,827; pascal: 925; sql: 859; sed: 16; php: 1
file content (111 lines) | stat: -rw-r--r-- 4,682 bytes parent folder | download | duplicates (11)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>10.0.0</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{CB2AB716-BFCB-43BC-A03B-A3BDA427746C}</ProjectGuid>
    <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <RootNamespace>System.Reactive</RootNamespace>
    <AssemblyName>Mono.Reactive.Testing</AssemblyName>
    <DefineConstants>DEBUG;NO_TASK_DELAY;NUNIT</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>True</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>False</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AndroidLinkMode>None</AndroidLinkMode>
    <ConsolePause>False</ConsolePause>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>True</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>False</ConsolePause>
    <AndroidLinkMode>SdkOnly</AndroidLinkMode>
    <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
    <DefineConstants>NO_TASK_DELAY;NUNIT</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
    <Reference Include="System.Reactive.Core">
      <HintPath>..\libs\System.Reactive.Core.dll</HintPath>
    </Reference>
    <Reference Include="System.Reactive.Interfaces">
      <HintPath>..\libs\System.Reactive.Interfaces.dll</HintPath>
    </Reference>
    <Reference Include="System.Reactive.Linq">
      <HintPath>..\libs\System.Reactive.Linq.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <!--
    <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
      <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
      <Name>Android.NUnitLite</Name>
    </ProjectReference>
    -->
  </ItemGroup>
  <ItemGroup>
    <!--
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
      <Link>ColdObservable.cs</Link>
    </Compile>
    -->
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\ColdObservable.cs">
      <Link>ColdObservable.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\GlobalSuppressions.cs">
      <Link>GlobalSuppressions.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\HotObservable.cs">
      <Link>HotObservable.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\ITestObservable.cs">
      <Link>ITestObservable.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\ITestObserver.cs">
      <Link>ITestObserver.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\MockObserver.cs">
      <Link>MockObserver.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\NamespaceDoc.cs">
      <Link>NamespaceDoc.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\Properties\AssemblyInfo.cs">
      <Link>Properties\AssemblyInfo.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\ReactiveAssert.cs">
      <Link>ReactiveAssert.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\ReactiveTest.cs">
      <Link>ReactiveTest.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\Recorded.cs">
      <Link>Recorded.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\Subscription.cs">
      <Link>Subscription.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Microsoft.Reactive.Testing\TestScheduler.cs">
      <Link>TestScheduler.cs</Link>
    </Compile>
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  <ItemGroup>
    <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">
      <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
      <Name>Android.NUnitLite</Name>
    </ProjectReference>
  </ItemGroup>
</Project>