|
|
@ -24,7 +24,8 @@ |
|
|
|
<MtouchArch>x86_64</MtouchArch> |
|
|
|
<MtouchLink>None</MtouchLink> |
|
|
|
<MtouchDebug>True</MtouchDebug> |
|
|
|
<MtouchSdkVersion></MtouchSdkVersion> |
|
|
|
<MtouchSdkVersion> |
|
|
|
</MtouchSdkVersion> |
|
|
|
<MtouchProfiling>False</MtouchProfiling> |
|
|
|
<MtouchFastDev>False</MtouchFastDev> |
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm> |
|
|
@ -58,7 +59,8 @@ |
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
|
|
|
<CodesignKey>iPhone Developer</CodesignKey> |
|
|
|
<MtouchDebug>true</MtouchDebug> |
|
|
|
<MtouchSdkVersion></MtouchSdkVersion> |
|
|
|
<MtouchSdkVersion> |
|
|
|
</MtouchSdkVersion> |
|
|
|
<MtouchLink>None</MtouchLink> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
|
|
@ -107,6 +109,21 @@ |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="PInvoke.BCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\PInvoke.BCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="PInvoke.Kernel32, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\PInvoke.Kernel32.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="PInvoke.NCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\PInvoke.NCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="PInvoke.Windows.Core, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\Xamarin.iOS10\System.Net.Http.Extensions.dll</HintPath> |
|
|
@ -116,6 +133,9 @@ |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<Reference Include="Validation, Version=2.2.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath> |
|
|
|
</Reference> |
|
|
|