2016-05-07 08:54:44 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2016-08-04 07:06:09 +03:00
<Import Project= "..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.props" Condition= "Exists('..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.props')" />
2016-05-07 08:54:44 +03:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > iPhoneSimulator</Platform>
<ProjectGuid > {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}</ProjectGuid>
<ProjectTypeGuids > {EE2C853D-36AF-4FDB-B1AD-8E90477E2198};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType > Exe</OutputType>
<RootNamespace > Bit.iOS.Extension</RootNamespace>
2016-08-02 07:16:13 +03:00
<AssemblyName > BitwardeniOSExtension</AssemblyName>
2016-05-07 08:54:44 +03:00
<IPhoneResourcePrefix > Resources</IPhoneResourcePrefix>
<AppDesignerFolder > Properties</AppDesignerFolder>
2016-05-28 23:06:53 +03:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-05-07 08:54:44 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\iPhoneSimulator\Debug</OutputPath>
<DefineConstants > DEBUG</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > false</ConsolePause>
2016-08-03 01:03:39 +03:00
<MtouchArch > i386, x86_64</MtouchArch>
2016-08-02 07:16:13 +03:00
<MtouchLink > None</MtouchLink>
2016-08-02 03:23:46 +03:00
<MtouchDebug > True</MtouchDebug>
2016-05-07 08:54:44 +03:00
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
2016-08-02 07:16:13 +03:00
<MtouchSdkVersion > 9.3</MtouchSdkVersion>
2016-08-02 03:23:46 +03:00
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchFloat32 > False</MtouchFloat32>
2016-08-02 07:16:13 +03:00
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchTlsProvider > Default</MtouchTlsProvider>
<MtouchHttpClientHandler > HttpClientHandler</MtouchHttpClientHandler>
2016-08-04 07:06:09 +03:00
<MtouchExtraArgs >
</MtouchExtraArgs>
2016-05-07 08:54:44 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\iPhoneSimulator\Release</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2016-08-02 07:16:13 +03:00
<MtouchLink > Full</MtouchLink>
2016-08-03 01:03:39 +03:00
<MtouchArch > i386, x86_64</MtouchArch>
2016-05-07 08:54:44 +03:00
<ConsolePause > false</ConsolePause>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
2016-08-02 07:16:13 +03:00
<MtouchSdkVersion > 9.3</MtouchSdkVersion>
<MtouchDebug > False</MtouchDebug>
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchTlsProvider > Default</MtouchTlsProvider>
<MtouchHttpClientHandler > HttpClientHandler</MtouchHttpClientHandler>
<MtouchFloat32 > False</MtouchFloat32>
2016-08-03 01:03:39 +03:00
<MtouchExtraArgs > --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
2016-05-07 08:54:44 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|iPhone' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\iPhone\Debug</OutputPath>
<DefineConstants > DEBUG</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > false</ConsolePause>
2016-12-07 05:26:17 +03:00
<MtouchArch > ARMv6</MtouchArch>
2016-05-07 08:54:44 +03:00
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
<CodesignKey > iPhone Developer</CodesignKey>
2016-06-23 06:50:25 +03:00
<MtouchDebug > True</MtouchDebug>
2016-06-25 02:01:44 +03:00
<CodesignProvision >
</CodesignProvision>
<CodesignExtraArgs >
</CodesignExtraArgs>
2016-06-23 06:50:25 +03:00
<MtouchLink > None</MtouchLink>
2016-08-02 07:16:13 +03:00
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchFloat32 > False</MtouchFloat32>
<DeviceSpecificBuild > False</DeviceSpecificBuild>
2016-12-07 05:26:17 +03:00
<MtouchExtraArgs > --http-message-handler=NSUrlSessionHandler</MtouchExtraArgs>
2016-05-07 08:54:44 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\iPhone\Release</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
2016-12-07 05:26:17 +03:00
<MtouchArch > ARMv6</MtouchArch>
2016-05-07 08:54:44 +03:00
<ConsolePause > false</ConsolePause>
<CodesignKey > iPhone Developer</CodesignKey>
2016-08-02 07:16:13 +03:00
<MtouchLink > Full</MtouchLink>
<MtouchDebug > False</MtouchDebug>
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchFloat32 > False</MtouchFloat32>
2016-12-07 05:26:17 +03:00
<MtouchExtraArgs > --http-message-handler=NSUrlSessionHandler --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
2016-05-07 08:54:44 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' " >
<DebugType > none</DebugType>
<Optimize > True</Optimize>
<OutputPath > bin\iPhone\Ad-Hoc</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > False</ConsolePause>
2016-12-07 05:26:17 +03:00
<MtouchArch > ARMv6</MtouchArch>
2016-05-07 08:54:44 +03:00
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
<BuildIpa > True</BuildIpa>
<CodesignProvision > Automatic:AdHoc</CodesignProvision>
<CodesignKey > iPhone Distribution</CodesignKey>
2016-08-02 07:16:13 +03:00
<MtouchLink > Full</MtouchLink>
<MtouchDebug > False</MtouchDebug>
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchFloat32 > False</MtouchFloat32>
2016-12-07 05:26:17 +03:00
<MtouchExtraArgs > --http-message-handler=NSUrlSessionHandler --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
2016-05-07 08:54:44 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'AppStore|iPhone' " >
<DebugType > none</DebugType>
<Optimize > True</Optimize>
<OutputPath > bin\iPhone\AppStore</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > False</ConsolePause>
2016-12-07 05:26:17 +03:00
<MtouchArch > ARMv6</MtouchArch>
2016-05-07 08:54:44 +03:00
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
<CodesignProvision > Automatic:AppStore</CodesignProvision>
<CodesignKey > iPhone Distribution</CodesignKey>
2016-08-02 07:16:13 +03:00
<MtouchLink > Full</MtouchLink>
<MtouchDebug > False</MtouchDebug>
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchFloat32 > False</MtouchFloat32>
2016-12-07 05:26:17 +03:00
<MtouchExtraArgs > --http-message-handler=NSUrlSessionHandler --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
2016-08-02 07:16:13 +03:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator'" >
<MtouchSdkVersion > 9.3</MtouchSdkVersion>
<MtouchLink > Full</MtouchLink>
<MtouchDebug > False</MtouchDebug>
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
2016-08-03 01:03:39 +03:00
<MtouchArch > i386, x86_64</MtouchArch>
2016-08-02 07:16:13 +03:00
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchTlsProvider > Default</MtouchTlsProvider>
<MtouchHttpClientHandler > HttpClientHandler</MtouchHttpClientHandler>
<MtouchFloat32 > False</MtouchFloat32>
2016-08-02 08:11:46 +03:00
<OutputPath > bin\iPhoneSimulator\Ad-Hoc</OutputPath>
2016-08-03 01:03:39 +03:00
<MtouchExtraArgs > --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
2016-08-02 07:16:13 +03:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'" >
<MtouchSdkVersion > 9.3</MtouchSdkVersion>
<MtouchLink > Full</MtouchLink>
<MtouchDebug > False</MtouchDebug>
<MtouchProfiling > False</MtouchProfiling>
<MtouchFastDev > False</MtouchFastDev>
2016-08-03 01:03:39 +03:00
<MtouchArch > i386, x86_64</MtouchArch>
2016-08-02 07:16:13 +03:00
<MtouchUseLlvm > False</MtouchUseLlvm>
<MtouchUseThumb > False</MtouchUseThumb>
<MtouchEnableBitcode > False</MtouchEnableBitcode>
<MtouchUseSGen > False</MtouchUseSGen>
<MtouchUseRefCounting > False</MtouchUseRefCounting>
<OptimizePNGs > True</OptimizePNGs>
<MtouchTlsProvider > Default</MtouchTlsProvider>
<MtouchHttpClientHandler > HttpClientHandler</MtouchHttpClientHandler>
<MtouchFloat32 > False</MtouchFloat32>
2016-08-02 08:11:46 +03:00
<OutputPath > bin\iPhoneSimulator\AppStore</OutputPath>
2016-08-03 01:03:39 +03:00
<MtouchExtraArgs > --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
2016-05-07 08:54:44 +03:00
</PropertyGroup>
<ItemGroup >
2016-07-20 05:38:12 +03:00
<Compile Include= "LockPasswordViewController.cs" />
<Compile Include= "LockPasswordViewController.designer.cs" >
<DependentUpon > LockPasswordViewController.cs</DependentUpon>
2016-07-27 05:28:02 +03:00
</Compile>
<Compile Include= "SetupViewController.cs" />
<Compile Include= "SetupViewController.designer.cs" >
<DependentUpon > SetupViewController.cs</DependentUpon>
2016-07-20 05:38:12 +03:00
</Compile>
<Compile Include= "LockPinViewController.cs" />
<Compile Include= "LockPinViewController.designer.cs" >
<DependentUpon > LockPinViewController.cs</DependentUpon>
</Compile>
<Compile Include= "LockFingerprintViewController.cs" />
<Compile Include= "LockFingerprintViewController.designer.cs" >
<DependentUpon > LockFingerprintViewController.cs</DependentUpon>
</Compile>
2016-07-13 07:39:24 +03:00
<Compile Include= "PasswordGeneratorViewController.cs" />
<Compile Include= "PasswordGeneratorViewController.designer.cs" >
<DependentUpon > PasswordGeneratorViewController.cs</DependentUpon>
</Compile>
2016-07-09 09:01:23 +03:00
<Compile Include= "SiteAddViewController.cs" />
<Compile Include= "SiteAddViewController.designer.cs" >
<DependentUpon > SiteAddViewController.cs</DependentUpon>
2016-07-08 03:53:01 +03:00
</Compile>
2016-07-09 09:01:23 +03:00
<Compile Include= "SiteListViewController.cs" />
<Compile Include= "SiteListViewController.designer.cs" >
<DependentUpon > SiteListViewController.cs</DependentUpon>
2016-05-07 08:54:44 +03:00
</Compile>
<Compile Include= "Main.cs" />
<Compile Include= "AppDelegate.cs" />
2016-06-05 00:04:49 +03:00
<Compile Include= "Models\Context.cs" />
<Compile Include= "Models\FillScript.cs" />
<Compile Include= "Models\PageDetails.cs" />
<Compile Include= "Models\PasswordGenerationOptions.cs" />
<Compile Include= "LoadingViewController.cs" />
<Compile Include= "LoadingViewController.designer.cs" >
<DependentUpon > LoadingViewController.cs</DependentUpon>
2016-06-04 19:10:03 +03:00
</Compile>
2016-07-06 02:07:56 +03:00
<None Include= "app.config" />
2016-05-07 08:54:44 +03:00
<None Include= "Info.plist" />
<None Include= "Entitlements.plist" />
2016-06-25 08:58:42 +03:00
<Compile Include= "Models\SiteViewModel.cs" />
2016-05-07 08:54:44 +03:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-06-03 06:28:17 +03:00
<InterfaceDefinition Include= "MainInterface.storyboard" />
2016-06-02 07:18:47 +03:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2016-05-07 08:54:44 +03:00
</ItemGroup>
<ItemGroup >
2016-07-09 20:11:18 +03:00
<Reference Include= "Acr.Support.iOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
<Private > True</Private>
</Reference>
2016-08-04 07:06:09 +03:00
<Reference Include= "Google.Analytics, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xamarin.Google.iOS.Analytics.3.14.0.7\lib\Xamarin.iOS10\Google.Analytics.dll</HintPath>
<Private > True</Private>
</Reference>
2016-11-26 08:34:15 +03:00
<Reference Include= "HockeySDK, Version=1.0.6103.22142, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\HockeySDK.Xamarin.4.1.0\lib\Xamarin.iOS10\HockeySDK.dll</HintPath>
2016-07-23 00:14:57 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "HockeySDK.iOSBindings, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-11-26 08:34:15 +03:00
<HintPath > ..\..\packages\HockeySDK.Xamarin.4.1.0\lib\Xamarin.iOS10\HockeySDK.iOSBindings.dll</HintPath>
2016-07-23 00:14:57 +03:00
<Private > True</Private>
</Reference>
2016-07-03 07:09:34 +03:00
<Reference Include= "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
<Private > True</Private>
</Reference>
2016-08-02 04:15:09 +03:00
<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>
2016-07-03 06:53:45 +03:00
<Private > True</Private>
</Reference>
2016-08-02 04:15:09 +03:00
<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>
<Private > True</Private>
</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>
<Private > True</Private>
</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>
<Private > True</Private>
</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>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Connectivity, Version=2.2.12.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.Connectivity.2.2.12\lib\Xamarin.iOS10\Plugin.Connectivity.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Connectivity.Abstractions, Version=2.2.12.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.Connectivity.2.2.12\lib\Xamarin.iOS10\Plugin.Connectivity.Abstractions.dll</HintPath>
2016-07-03 06:53:45 +03:00
<Private > True</Private>
</Reference>
2016-07-09 20:11:18 +03:00
<Reference Include= "Plugin.Fingerprint, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.2.0\lib\Xamarin.iOS10\Plugin.Fingerprint.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Fingerprint.Abstractions, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.2.0\lib\Xamarin.iOS10\Plugin.Fingerprint.Abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
2016-06-25 08:58:42 +03:00
<Reference Include= "Plugin.Settings, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.2.1.0\lib\Xamarin.iOS10\Plugin.Settings.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Settings.Abstractions, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.2.1.0\lib\Xamarin.iOS10\Plugin.Settings.Abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
2016-07-03 07:09:34 +03:00
<Reference Include= "SQLite-net, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\sqlite-net-pcl.1.1.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLite-net.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SQLitePCL.batteries, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-08-02 04:15:09 +03:00
<HintPath > ..\..\packages\SQLitePCL.bundle_green.0.9.3\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.batteries.dll</HintPath>
2016-07-03 07:09:34 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "SQLitePCL.raw, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-08-02 04:15:09 +03:00
<HintPath > ..\..\packages\SQLitePCL.raw.0.9.3\lib\Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
2016-07-03 07:09:34 +03:00
<Private > True</Private>
</Reference>
2016-06-25 02:01:44 +03:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2016-08-02 04:15:09 +03:00
<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>
<Private > True</Private>
</Reference>
2016-06-25 02:01:44 +03:00
<Reference Include= "Xamarin.iOS" />
<Reference Include= "Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
2016-05-29 17:20:31 +03:00
<HintPath > ..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
2016-06-25 02:01:44 +03:00
<Reference Include= "Microsoft.Practices.Unity, Version=3.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
2016-05-28 23:06:53 +03:00
<HintPath > ..\..\packages\Unity.3.5.1405-prerelease\lib\portable-net45+wp80+win8+wpa81+MonoAndroid10+MonoTouch10\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
2016-06-25 02:01:44 +03:00
<Reference Include= "XLabs.Ioc, Version=2.0.5782.12218, Culture=neutral, PublicKeyToken=null" >
2016-05-28 23:06:53 +03:00
<HintPath > ..\..\packages\XLabs.IoC.2.0.5782\lib\portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1\XLabs.Ioc.dll</HintPath>
</Reference>
2016-06-25 02:01:44 +03:00
<Reference Include= "XLabs.Ioc.Unity, Version=2.0.5782.12230, Culture=neutral, PublicKeyToken=null" >
2016-05-28 23:06:53 +03:00
<HintPath > ..\..\packages\XLabs.IoC.Unity.2.0.5782\lib\portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1\XLabs.Ioc.Unity.dll</HintPath>
</Reference>
2016-05-07 08:54:44 +03:00
</ItemGroup>
<ItemGroup >
<Content Include= "extension.js" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
2016-07-27 07:17:21 +03:00
<BundleResource Include= "Resources\Icon%403x.png" />
2016-06-03 03:35:54 +03:00
<BundleResource Include= "Resources\Icon.png" />
<BundleResource Include= "Resources\Icon%402x.png" />
2016-06-04 19:10:03 +03:00
<BundleResource Include= "Resources\logo.png" />
<BundleResource Include= "Resources\logo%402x.png" />
<BundleResource Include= "Resources\logo%403x.png" />
2016-07-28 02:49:23 +03:00
<BundleResource Include= "Resources\ext-icon.png" />
<BundleResource Include= "Resources\ext-icon%402x.png" />
<BundleResource Include= "Resources\ext-icon%403x.png" />
2016-07-30 19:44:02 +03:00
<BundleResource Include= "Resources\fingerprint.png" />
<BundleResource Include= "Resources\fingerprint%402x.png" />
<BundleResource Include= "Resources\fingerprint%403x.png" />
2016-05-07 08:54:44 +03:00
</ItemGroup>
2016-05-28 23:06:53 +03:00
<ItemGroup >
<ProjectReference Include= "..\App\App.csproj" >
2016-06-25 02:01:44 +03:00
<Project > {B490C5DA-639E-4994-ABD2-54222B8A348E}</Project>
2016-05-28 23:06:53 +03:00
<Name > App</Name>
</ProjectReference>
<ProjectReference Include= "..\iOS.Core\iOS.Core.csproj" >
2016-06-25 02:01:44 +03:00
<Project > {B2538ADA-B605-4D6F-ACD2-62A409680F84}</Project>
2016-05-28 23:06:53 +03:00
<Name > iOS.Core</Name>
2016-06-25 02:01:44 +03:00
<IsAppExtension > False</IsAppExtension>
<IsWatchApp > False</IsWatchApp>
2016-05-28 23:06:53 +03:00
</ProjectReference>
</ItemGroup>
2016-05-07 08:54:44 +03:00
<Import Project= "$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" />
2016-08-04 07:06:09 +03:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\packages\Xamarin.Google.iOS.Analytics.3.14.0.7\build\Xamarin.Google.iOS.Analytics.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Google.iOS.Analytics.3.14.0.7\build\Xamarin.Google.iOS.Analytics.targets'))" />
<Error Condition= "!Exists('..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.props'))" />
<Error Condition= "!Exists('..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.targets'))" />
</Target>
<Import Project= "..\..\packages\Xamarin.Google.iOS.Analytics.3.14.0.7\build\Xamarin.Google.iOS.Analytics.targets" Condition= "Exists('..\..\packages\Xamarin.Google.iOS.Analytics.3.14.0.7\build\Xamarin.Google.iOS.Analytics.targets')" />
<Import Project= "..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.targets" Condition= "Exists('..\..\packages\Xamarin.Build.Download.0.2.2-beta2\build\Xamarin.Build.Download.targets')" />
2016-05-07 08:54:44 +03:00
</Project>