Skip to content

Commit f84a813

Browse files
committed
Fixup the ReactiveUI_VSAll solution
1 parent 9d18009 commit f84a813

6 files changed

Lines changed: 187 additions & 164 deletions

File tree

Microsoft.Reactive.Testing/Microsoft.Reactive.Testing_Monotouch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -51,7 +51,7 @@
5151
<ItemGroup>
5252
<Folder Include="Resources\" />
5353
</ItemGroup>
54-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
54+
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
5555
<ItemGroup>
5656
<Compile Include="ColdObservable.cs" />
5757
<Compile Include="GlobalSuppressions.cs" />

ReactiveUI.Events/Resources/Resource.Designer.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReactiveUI.Platforms/Winforms/CreatesCommandBinding.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
using System.Windows.Forms;
77
using System.Windows.Input;
88
using ReactiveUI;
9+
using System.Reflection;
910

1011
namespace ReactiveUI.Winforms
1112
{
12-
13-
1413
/// <summary>
1514
/// This binder is the default binder for connecting to arbitrary events
1615
/// </summary>

ReactiveUI.Platforms/Winforms/RoutedViewHost.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ public RoutedViewHost()
6262
}, RxApp.DefaultExceptionHandler.OnNext));
6363
}
6464

65-
#endregion
66-
6765
public event PropertyChangedEventHandler PropertyChanged;
6866
public event PropertyChangingEventHandler PropertyChanging;
6967

ReactiveUI.Tests/Resources/Resource.designer.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)