Skip to content

Commit 4ea474a

Browse files
committed
Fix Android View Props
1 parent 64747d1 commit 4ea474a

19 files changed

+3145
-804
lines changed

ReactFSharp.Android/ReactFSharp.Android.fsproj

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,6 @@
4242
<Reference Include="mscorlib" />
4343
<Reference Include="FSharp.Core" />
4444
<Reference Include="Mono.Android" />
45-
<Reference Include="Xamarin.Android.Support.v4">
46-
<HintPath>..\packages\Xamarin.Android.Support.v4.23.4.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
47-
</Reference>
48-
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
49-
<HintPath>..\packages\Xamarin.Android.Support.Vector.Drawable.23.4.0\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
50-
</Reference>
51-
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
52-
<HintPath>..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.23.4.0\lib\MonoAndroid403\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
53-
</Reference>
54-
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
55-
<HintPath>..\packages\Xamarin.Android.Support.v7.AppCompat.23.4.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
56-
</Reference>
5745
<Reference Include="FSharp.Control.Reactive">
5846
<HintPath>..\packages\FSharp.Control.Reactive.3.4.1\lib\profile259\FSharp.Control.Reactive.dll</HintPath>
5947
</Reference>
@@ -66,6 +54,18 @@
6654
<Reference Include="System.Reactive.Linq">
6755
<HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
6856
</Reference>
57+
<Reference Include="Xamarin.Android.Support.v4">
58+
<HintPath>..\packages\Xamarin.Android.Support.v4.23.4.0.1\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
59+
</Reference>
60+
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
61+
<HintPath>..\packages\Xamarin.Android.Support.Vector.Drawable.23.4.0.1\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
62+
</Reference>
63+
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
64+
<HintPath>..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.23.4.0.1\lib\MonoAndroid403\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
65+
</Reference>
66+
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
67+
<HintPath>..\packages\Xamarin.Android.Support.v7.AppCompat.23.4.0.1\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
68+
</Reference>
6969
</ItemGroup>
7070
<ItemGroup>
7171
<ProjectReference Include="..\ReactFSharp\ReactFSharp.fsproj">
@@ -104,4 +104,5 @@
104104
<Folder Include="Views\" />
105105
</ItemGroup>
106106
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.FSharp.targets" />
107+
<Import Project="..\packages\Xamarin.Android.Support.Vector.Drawable.23.4.0.1\build\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Vector.Drawable.23.4.0.1\build\Xamarin.Android.Support.Vector.Drawable.targets')" />
107108
</Project>

0 commit comments

Comments
 (0)