Skip to content

Commit d591dfd

Browse files
committed
Get Splat from NuGet.
1 parent cc73b5d commit d591dfd

85 files changed

Lines changed: 136 additions & 58 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Playground-Android/Playground-Android.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
4242
</PropertyGroup>
4343
<ItemGroup>
44-
<Reference Include="Splat">
45-
<HintPath>..\ext\monodroid\Splat.dll</HintPath>
44+
<Reference Include="Splat, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<SpecificVersion>False</SpecificVersion>
46+
<HintPath>..\packages\Splat.1.3.1\lib\monoandroid\Splat.dll</HintPath>
4647
</Reference>
4748
<Reference Include="System" />
4849
<Reference Include="System.Reactive.Core, Version=2.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

Playground-Android/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<package id="Rx-Linq" version="2.2.4" targetFramework="MonoAndroid403" />
66
<package id="Rx-Main" version="2.2.4" targetFramework="MonoAndroid403" />
77
<package id="Rx-PlatformServices" version="2.2.4" targetFramework="MonoAndroid403" />
8+
<package id="Splat" version="1.3.1" targetFramework="MonoAndroid403" />
89
</packages>

Playground-WP8/Playground-WP8.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@
179179
<Reference Include="Ninject.WP">
180180
<HintPath>.\Ninject.WP.dll</HintPath>
181181
</Reference>
182-
<Reference Include="Splat">
183-
<HintPath>..\ext\WP80\Splat.dll</HintPath>
182+
<Reference Include="Splat, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
183+
<SpecificVersion>False</SpecificVersion>
184+
<HintPath>..\packages\Splat.1.3.1\lib\wp8\Splat.dll</HintPath>
184185
</Reference>
185186
<Reference Include="System.Reactive.Core, Version=2.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
186187
<SpecificVersion>False</SpecificVersion>

Playground-WP8/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<package id="Rx-Linq" version="2.2.4" targetFramework="wp80" />
66
<package id="Rx-Main" version="2.2.4" targetFramework="wp80" />
77
<package id="Rx-PlatformServices" version="2.2.4" targetFramework="wp80" />
8+
<package id="Splat" version="1.3.1" targetFramework="wp80" />
89
</packages>

Playground-Wpa81/Playground-Wpa81.Windows/Playground-Wpa81.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<HintPath>..\..\ext\winrt\Newtonsoft.Json.dll</HintPath>
135135
</Reference>
136136
<Reference Include="Splat">
137-
<HintPath>..\..\ext\Portable-Win81+Wpa81\Splat.dll</HintPath>
137+
<HintPath>..\..\packages\Splat.1.3.1\lib\NetCore45\Splat.dll</HintPath>
138138
</Reference>
139139
<Reference Include="System.Reactive.Core">
140140
<HintPath>..\..\packages\Rx-Core.2.2.4\lib\windows8\System.Reactive.Core.dll</HintPath>

Playground-Wpa81/Playground-Wpa81.Windows/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<package id="Rx-Linq" version="2.2.4" targetFramework="win81" />
66
<package id="Rx-Main" version="2.2.4" targetFramework="win81" />
77
<package id="Rx-PlatformServices" version="2.2.4" targetFramework="win81" />
8+
<package id="Splat" version="1.3.1" targetFramework="win81" />
89
</packages>

Playground-Wpa81/Playground-Wpa81.WindowsPhone/Playground-Wpa81.WindowsPhone.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<HintPath>..\..\ext\winrt\Newtonsoft.Json.dll</HintPath>
112112
</Reference>
113113
<Reference Include="Splat">
114-
<HintPath>..\..\ext\Portable-Win81+Wpa81\Splat.dll</HintPath>
114+
<HintPath>..\..\packages\Splat.1.3.1\lib\Portable-Win81+Wpa81\Splat.dll</HintPath>
115115
</Reference>
116116
<Reference Include="System.Reactive.Core">
117117
<HintPath>..\..\packages\Rx-Core.2.2.4\lib\portable-win81+wpa81\System.Reactive.Core.dll</HintPath>

Playground-Wpa81/Playground-Wpa81.WindowsPhone/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<package id="Rx-Linq" version="2.2.4" targetFramework="wpa81" />
66
<package id="Rx-Main" version="2.2.4" targetFramework="wpa81" />
77
<package id="Rx-PlatformServices" version="2.2.4" targetFramework="wpa81" />
8+
<package id="Splat" version="1.3.1" targetFramework="wpa81" />
89
</packages>

Playground-iOS/Playground-iOS.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
<CodesignKey>iPhone Distribution</CodesignKey>
8989
</PropertyGroup>
9090
<ItemGroup>
91+
<Reference Include="Splat, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
92+
<SpecificVersion>False</SpecificVersion>
93+
<HintPath>..\packages\Splat.1.3.1\lib\monotouch\Splat.dll</HintPath>
94+
</Reference>
9195
<Reference Include="System" />
9296
<Reference Include="System.Reactive.Core, Version=2.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9397
<SpecificVersion>False</SpecificVersion>
@@ -111,9 +115,6 @@
111115
<Reference Include="Newtonsoft.Json">
112116
<HintPath>..\ext\ios\Newtonsoft.Json.dll</HintPath>
113117
</Reference>
114-
<Reference Include="Splat">
115-
<HintPath>..\ext\ios\Splat.dll</HintPath>
116-
</Reference>
117118
<Reference Include="System.Runtime.Serialization" />
118119
</ItemGroup>
119120
<ItemGroup>

Playground-iOS/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<package id="Rx-Linq" version="2.2.4" targetFramework="MonoTouch10" />
66
<package id="Rx-Main" version="2.2.4" targetFramework="MonoTouch10" />
77
<package id="Rx-PlatformServices" version="2.2.4" targetFramework="MonoTouch10" />
8+
<package id="Splat" version="1.3.1" targetFramework="MonoTouch10" />
89
</packages>

0 commit comments

Comments
 (0)