|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | + <ProductVersion>8.0.30703</ProductVersion> |
| 7 | + <SchemaVersion>2.0</SchemaVersion> |
| 8 | + <ProjectGuid>{A4BA5B4E-257A-42A7-BDAB-1FB40A903909}</ProjectGuid> |
| 9 | + <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 10 | + <OutputType>Library</OutputType> |
| 11 | + <RootNamespace>Microsoft.Reactive.Testing</RootNamespace> |
| 12 | + <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
| 13 | + <AssemblyName>Microsoft.Reactive.Testing</AssemblyName> |
| 14 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
| 15 | + <RestorePackages>true</RestorePackages> |
| 16 | + </PropertyGroup> |
| 17 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 18 | + <DebugSymbols>true</DebugSymbols> |
| 19 | + <DebugType>full</DebugType> |
| 20 | + <Optimize>false</Optimize> |
| 21 | + <OutputPath>bin\Debug\Xamarin.iOS10</OutputPath> |
| 22 | + <IntermediateOutputPath>obj\Debug\Xamarin.iOS10</IntermediateOutputPath> |
| 23 | + <DefineConstants>DEBUG;UNIFIED</DefineConstants> |
| 24 | + <ErrorReport>prompt</ErrorReport> |
| 25 | + <WarningLevel>4</WarningLevel> |
| 26 | + <ConsolePause>false</ConsolePause> |
| 27 | + </PropertyGroup> |
| 28 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 29 | + <DebugType>none</DebugType> |
| 30 | + <Optimize>true</Optimize> |
| 31 | + <OutputPath>bin\Release\Xamarin.iOS10</OutputPath> |
| 32 | + <IntermediateOutputPath>obj\Release\Xamarin.iOS10</IntermediateOutputPath> |
| 33 | + <DefineConstants>UNIFIED</DefineConstants> |
| 34 | + <ErrorReport>prompt</ErrorReport> |
| 35 | + <WarningLevel>4</WarningLevel> |
| 36 | + <ConsolePause>false</ConsolePause> |
| 37 | + <CodesignKey>iPhone Developer</CodesignKey> |
| 38 | + </PropertyGroup> |
| 39 | + <ItemGroup> |
| 40 | + <Reference Include="System" /> |
| 41 | + <Reference Include="System.Xml" /> |
| 42 | + <Reference Include="System.Core" /> |
| 43 | + <Reference Include="Xamarin.iOS" /> |
| 44 | + <Reference Include="System.Reactive.Core"> |
| 45 | + <HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="System.Reactive.Interfaces"> |
| 48 | + <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="System.Reactive.Linq"> |
| 51 | + <HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath> |
| 52 | + </Reference> |
| 53 | + <Reference Include="System.Reactive.PlatformServices"> |
| 54 | + <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath> |
| 55 | + </Reference> |
| 56 | + </ItemGroup> |
| 57 | + <ItemGroup> |
| 58 | + <Folder Include="Resources\" /> |
| 59 | + </ItemGroup> |
| 60 | + <ItemGroup> |
| 61 | + <Compile Include="ColdObservable.cs" /> |
| 62 | + <Compile Include="GlobalSuppressions.cs" /> |
| 63 | + <Compile Include="HotObservable.cs" /> |
| 64 | + <Compile Include="ITestObservable.cs" /> |
| 65 | + <Compile Include="ITestObserver.cs" /> |
| 66 | + <Compile Include="MockObserver.cs" /> |
| 67 | + <Compile Include="NamespaceDoc.cs" /> |
| 68 | + <Compile Include="ReactiveTest.cs" /> |
| 69 | + <Compile Include="Recorded.cs" /> |
| 70 | + <Compile Include="Subscription.cs" /> |
| 71 | + <Compile Include="TestScheduler.cs" /> |
| 72 | + </ItemGroup> |
| 73 | + <ItemGroup> |
| 74 | + <None Include="packages.Microsoft.Reactive.Testing_iOS.config" /> |
| 75 | + </ItemGroup> |
| 76 | + <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
| 77 | +</Project> |
0 commit comments