Skip to content

Commit ca6fb26

Browse files
committed
Fix up bad references
1 parent 025d5cc commit ca6fb26

File tree

2 files changed

+16
-29
lines changed

2 files changed

+16
-29
lines changed

ReactiveUI.Platforms/ReactiveUI.Cocoa.csproj

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<OutputType>Library</OutputType>
1111
<RootNamespace>ReactiveUI.Cocoa</RootNamespace>
1212
<AssemblyName>ReactiveUI.Cocoa</AssemblyName>
13-
<LastXamMacNagTime>1/2/2013 10:55:11 PM</LastXamMacNagTime>
1413
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -70,27 +69,29 @@
7069
<Reference Include="System.Drawing" />
7170
<Reference Include="XamMac" />
7271
<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>
7574
</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>
7877
</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>
8180
</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>
8483
</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>
8789
</Reference>
8890
</ItemGroup>
8991
<ItemGroup>
9092
<None Include="Info.plist" />
9193
</ItemGroup>
9294
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
93-
<Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
9495
<ItemGroup>
9596
<Compile Include="Cocoa\CocoaDefaultPropertyBinding.cs" />
9697
<Compile Include="Cocoa\KVOObservableForProperty.cs" />

ReactiveUI/ReactiveUI.csproj

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,13 @@
4747
</None>
4848
<Reference Include="System" />
4949
<Reference Include="System.Core" />
50-
<Reference Include="System.Reactive.Core, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51-
<SpecificVersion>False</SpecificVersion>
50+
<Reference Include="System.Reactive.Core">
5251
<HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Core.dll</HintPath>
5352
</Reference>
54-
<Reference Include="System.Reactive.Interfaces, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<SpecificVersion>False</SpecificVersion>
53+
<Reference Include="System.Reactive.Interfaces">
5654
<HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Interfaces.dll</HintPath>
5755
</Reference>
58-
<Reference Include="System.Reactive.Linq, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<SpecificVersion>False</SpecificVersion>
56+
<Reference Include="System.Reactive.Linq">
6057
<HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Linq.dll</HintPath>
6158
</Reference>
6259
<Reference Include="System.Runtime.Serialization" />
@@ -122,17 +119,6 @@
122119
<ItemGroup>
123120
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
124121
</ItemGroup>
125-
<ItemGroup>
126-
<Reference Include="System.Reactive.Core">
127-
<HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Core.dll</HintPath>
128-
</Reference>
129-
<Reference Include="System.Reactive.Interfaces">
130-
<HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Interfaces.dll</HintPath>
131-
</Reference>
132-
<Reference Include="System.Reactive.Linq">
133-
<HintPath>..\ext\Portable-Net45+WinRT45+WP8\System.Reactive.Linq.dll</HintPath>
134-
</Reference>
135-
</ItemGroup>
136122
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
137123
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
138124
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)