Skip to content

Commit

Permalink
Merge pull request #1 from sledderGIT/master
Browse files Browse the repository at this point in the history
Take Pull Request brianchance#25 from official repo
  • Loading branch information
jeffklawiter authored Jun 17, 2016
2 parents b09f67d + 3a5dcbb commit 4922f86
Show file tree
Hide file tree
Showing 33 changed files with 4,336 additions and 115 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<AssemblyName>Chance.MvvmCross.Plugins.UserInteraction.Droid</AssemblyName>
<TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -24,6 +24,7 @@
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<ConsolePause>false</ConsolePause>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -33,23 +34,30 @@
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<ConsolePause>false</ConsolePause>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Cirrious.CrossCore.Droid">
<HintPath>..\lib\Droid\Cirrious.CrossCore.Droid.dll</HintPath>
</Reference>
<Reference Include="Cirrious.CrossCore">
<HintPath>..\lib\Droid\Cirrious.CrossCore.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.v4">
<HintPath>..\packages\Xamarin.Android.Support.v4.22.1.1.1\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
<HintPath>..\packages\Xamarin.Android.Support.v4.23.1.1.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
<HintPath>..\packages\Xamarin.Android.Support.v7.AppCompat.22.1.1.1\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
<HintPath>..\packages\Xamarin.Android.Support.v7.AppCompat.23.1.1.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
</Reference>
<Reference Include="MvvmCross.Core">
<HintPath>..\lib\Droid\MvvmCross.Core.dll</HintPath>
</Reference>
<Reference Include="MvvmCross.Droid">
<HintPath>..\lib\Droid\MvvmCross.Droid.dll</HintPath>
</Reference>
<Reference Include="MvvmCross.Platform">
<HintPath>..\lib\Droid\MvvmCross.Platform.dll</HintPath>
</Reference>
<Reference Include="MvvmCross.Platform.Droid">
<HintPath>..\lib\Droid\MvvmCross.Platform.Droid.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -64,11 +72,11 @@
<ItemGroup>
<AndroidResource Include="Resources\values\Strings.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Chance.MvvmCross.Plugins.UserInteraction\Chance.MvvmCross.Plugins.UserInteraction.csproj">
<Project>{C912911A-2216-447C-ADF4-8DC190804D75}</Project>
<Name>Chance.MvvmCross.Plugins.UserInteraction</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
4 changes: 2 additions & 2 deletions Chance.MvvmCross.Plugins.UserInteraction.Droid/Plugin.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using Cirrious.CrossCore.Plugins;
using Cirrious.CrossCore;
using MvvmCross.Platform.Plugins;
using MvvmCross.Platform;

namespace Chance.MvvmCross.Plugins.UserInteraction.Droid
{
Expand Down
Loading

0 comments on commit 4922f86

Please sign in to comment.