|
48 | 48 | <AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
49 | 49 | </PropertyGroup>
|
50 | 50 | <ItemGroup>
|
| 51 | + <Reference Include="Corcav.Behaviors, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\..\packages\Corcav.Behaviors.2.2.0\lib\Corcav.Behaviors.dll</HintPath> |
| 53 | + <Private>True</Private> |
| 54 | + </Reference> |
51 | 55 | <Reference Include="FormsViewGroup, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
52 | 56 | <HintPath>..\..\packages\Xamarin.Forms.2.3.1.114\lib\MonoAndroid10\FormsViewGroup.dll</HintPath>
|
53 | 57 | <Private>True</Private>
|
|
62 | 66 | </Reference>
|
63 | 67 | <Reference Include="Mono.Android" />
|
64 | 68 | <Reference Include="mscorlib" />
|
| 69 | + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> |
| 71 | + <Private>True</Private> |
| 72 | + </Reference> |
65 | 73 | <Reference Include="Prism, Version=6.2.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL">
|
66 | 74 | <HintPath>..\..\packages\Prism.Core.6.2.0\lib\MonoAndroid10\Prism.dll</HintPath>
|
67 | 75 | <Private>True</Private>
|
|
76 | 84 | </Reference>
|
77 | 85 | <Reference Include="System" />
|
78 | 86 | <Reference Include="System.Core" />
|
| 87 | + <Reference Include="System.Net.Http" /> |
| 88 | + <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\monoandroid\System.Net.Http.Extensions.dll</HintPath> |
| 90 | + <Private>True</Private> |
| 91 | + </Reference> |
| 92 | + <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 93 | + <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\monoandroid\System.Net.Http.Primitives.dll</HintPath> |
| 94 | + <Private>True</Private> |
| 95 | + </Reference> |
79 | 96 | <Reference Include="System.Xml.Linq" />
|
80 | 97 | <Reference Include="System.Xml" />
|
81 | 98 | <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
167 | 184 | </PropertyGroup>
|
168 | 185 | <Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.3.1.114\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.1.114\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
|
169 | 186 | <Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets'))" />
|
| 187 | + <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
170 | 188 | </Target>
|
171 | 189 | <Import Project="..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets')" />
|
| 190 | + <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
172 | 191 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
173 | 192 | Other similar extension points exist, see Microsoft.Common.targets.
|
174 | 193 | <Target Name="BeforeBuild">
|
|
0 commit comments