|
10 | 10 | <OutputType>Library</OutputType>
|
11 | 11 | <RootNamespace>ReactiveUI.Cocoa</RootNamespace>
|
12 | 12 | <AssemblyName>ReactiveUI.Cocoa</AssemblyName>
|
13 |
| - <LastXamMacNagTime>1/2/2013 10:55:11 PM</LastXamMacNagTime> |
14 | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
15 | 14 | </PropertyGroup>
|
16 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
70 | 69 | <Reference Include="System.Drawing" />
|
71 | 70 | <Reference Include="XamMac" />
|
72 | 71 | <Reference Include="System.Runtime.Serialization" />
|
73 |
| - <Reference Include="System.Reactive.Core, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
74 |
| - <Private>False</Private> |
| 72 | + <Reference Include="Splat"> |
| 73 | + <HintPath>..\ext\mono\Splat.dll</HintPath> |
75 | 74 | </Reference>
|
76 |
| - <Reference Include="System.Reactive.Interfaces, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
77 |
| - <Private>False</Private> |
| 75 | + <Reference Include="Newtonsoft.Json"> |
| 76 | + <HintPath>..\ext\Portable-Net45+WinRT45+WP8\Newtonsoft.Json.dll</HintPath> |
78 | 77 | </Reference>
|
79 |
| - <Reference Include="System.Reactive.Linq, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
80 |
| - <Private>False</Private> |
| 78 | + <Reference Include="System.Reactive.Core"> |
| 79 | + <HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Core.dll</HintPath> |
81 | 80 | </Reference>
|
82 |
| - <Reference Include="System.Reactive.PlatformServices, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
83 |
| - <Private>False</Private> |
| 81 | + <Reference Include="System.Reactive.Interfaces"> |
| 82 | + <HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Interfaces.dll</HintPath> |
84 | 83 | </Reference>
|
85 |
| - <Reference Include="Splat"> |
86 |
| - <HintPath>..\ext\mono\Splat.dll</HintPath> |
| 84 | + <Reference Include="System.Reactive.Linq"> |
| 85 | + <HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Linq.dll</HintPath> |
| 86 | + </Reference> |
| 87 | + <Reference Include="System.Reactive.PlatformServices"> |
| 88 | + <HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.PlatformServices.dll</HintPath> |
87 | 89 | </Reference>
|
88 | 90 | </ItemGroup>
|
89 | 91 | <ItemGroup>
|
90 | 92 | <None Include="Info.plist" />
|
91 | 93 | </ItemGroup>
|
92 | 94 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
93 |
| - <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" /> |
94 | 95 | <ItemGroup>
|
95 | 96 | <Compile Include="Cocoa\CocoaDefaultPropertyBinding.cs" />
|
96 | 97 | <Compile Include="Cocoa\KVOObservableForProperty.cs" />
|
|
0 commit comments