2016-05-02 09:52:09 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<MinimumVisualStudioVersion > 10.0</MinimumVisualStudioVersion>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {B490C5DA-639E-4994-ABD2-54222B8A348E}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Bit.App</RootNamespace>
<AssemblyName > Bit.App</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile > Profile111</TargetFrameworkProfile>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > TRACE;DEBUG;NETFX_CORE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE;NETFX_CORE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2016-06-26 03:54:17 +03:00
<Compile Include= "Abstractions\Repositories\IAccountsApiRepository.cs" />
2016-06-18 23:10:09 +03:00
<Compile Include= "Abstractions\Repositories\IDeviceApiRepository.cs" />
2016-07-24 06:50:08 +03:00
<Compile Include= "Abstractions\Services\IAppInfoService.cs" />
2016-06-22 05:29:29 +03:00
<Compile Include= "Abstractions\Services\IAppIdService.cs" />
<Compile Include= "Abstractions\Services\IAuthService.cs" />
2016-05-07 05:29:03 +03:00
<Compile Include= "Abstractions\Services\IClipboardService.cs" />
2016-07-03 09:57:09 +03:00
<Compile Include= "Abstractions\Services\IReflectionService.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Abstractions\Services\ISiteService.cs" />
<Compile Include= "Abstractions\Services\IFolderService.cs" />
<Compile Include= "App.cs" />
<Compile Include= "Abstractions\Services\ISecureStorageService.cs" />
<Compile Include= "Abstractions\Services\ISqlService.cs" />
<Compile Include= "Behaviors\EmailValidationBehavior.cs" />
2016-05-04 02:49:49 +03:00
<Compile Include= "Behaviors\ConnectivityBehavior.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Behaviors\RequiredValidationBehavior.cs" />
2016-05-22 05:50:15 +03:00
<Compile Include= "Constants.cs" />
2016-05-13 07:11:32 +03:00
<Compile Include= "Controls\DismissModalToolBarItem.cs" />
2016-05-10 06:25:37 +03:00
<Compile Include= "Controls\EntryLabel.cs" />
2016-05-12 07:09:06 +03:00
<Compile Include= "Controls\ExtendedEditor.cs" />
2016-05-13 07:11:32 +03:00
<Compile Include= "Controls\ExtendedNavigationPage.cs" />
2016-06-28 02:53:31 +03:00
<Compile Include= "Controls\ExtendedContentPage.cs" />
2016-07-13 01:59:09 +03:00
<Compile Include= "Controls\StepperCell.cs" />
2016-05-12 07:09:06 +03:00
<Compile Include= "Controls\ExtendedTableView.cs" />
2016-05-11 05:53:34 +03:00
<Compile Include= "Controls\ExtendedPicker.cs" />
2016-05-10 06:25:37 +03:00
<Compile Include= "Controls\ExtendedEntry.cs" />
<Compile Include= "Controls\ExtendedTabbedPage.cs" />
2016-05-19 06:55:30 +03:00
<Compile Include= "Controls\ExtendedSwitchCell.cs" />
2016-05-18 04:28:19 +03:00
<Compile Include= "Controls\ExtendedViewCell.cs" />
2016-05-13 07:11:32 +03:00
<Compile Include= "Controls\FormEditorCell.cs" />
2016-05-17 05:47:36 +03:00
<Compile Include= "Controls\ExtendedTextCell.cs" />
2016-06-29 06:44:47 +03:00
<Compile Include= "Controls\LabeledDetailCell.cs" />
2016-05-14 02:57:07 +03:00
<Compile Include= "Controls\LabeledValueCell.cs" />
2016-05-13 07:11:32 +03:00
<Compile Include= "Controls\FormPickerCell.cs" />
<Compile Include= "Controls\FormEntryCell.cs" />
2016-06-07 01:48:52 +03:00
<Compile Include= "Controls\PinControl.cs" />
2016-07-20 06:29:32 +03:00
<Compile Include= "Enums\LockType.cs" />
2016-06-30 04:59:18 +03:00
<Compile Include= "Enums\CipherType.cs" />
<Compile Include= "Enums\PushType.cs" />
2016-05-24 04:56:38 +03:00
<Compile Include= "Enums\ReturnType.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Api\ApiError.cs" />
<Compile Include= "Models\Api\ApiResult.cs" />
2016-06-30 04:59:18 +03:00
<Compile Include= "Models\Api\FolderDataModel.cs" />
2016-06-22 05:29:29 +03:00
<Compile Include= "Models\Api\Request\DeviceTokenRequest.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Api\Request\FolderRequest.cs" />
2016-06-18 23:10:09 +03:00
<Compile Include= "Models\Api\Request\DeviceRequest.cs" />
2016-06-26 03:54:17 +03:00
<Compile Include= "Models\Api\Request\RegisterRequest.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Api\Request\SiteRequest.cs" />
2016-07-23 07:40:17 +03:00
<Compile Include= "Models\Api\Request\PasswordHintRequest.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Api\Request\TokenRequest.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Models\Api\Request\TokenTwoFactorRequest.cs" />
2016-06-30 04:59:18 +03:00
<Compile Include= "Models\Api\Response\CipherHistoryResponse.cs" />
<Compile Include= "Models\Api\Response\CipherResponse.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Api\Response\ErrorResponse.cs" />
<Compile Include= "Models\Api\Response\FolderResponse.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Models\Api\Response\ListResponse.cs" />
2016-06-18 23:10:09 +03:00
<Compile Include= "Models\Api\Response\DeviceResponse.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Api\Response\SiteResponse.cs" />
<Compile Include= "Models\Api\Response\TokenResponse.cs" />
<Compile Include= "Models\Api\Response\ProfileResponse.cs" />
2016-06-30 04:59:18 +03:00
<Compile Include= "Models\Api\SiteDataModel.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Cipher.cs" />
<Compile Include= "Models\CipherString.cs" />
<Compile Include= "Models\Data\FolderData.cs" />
<Compile Include= "Abstractions\IDataObject.cs" />
<Compile Include= "Models\Data\SiteData.cs" />
2016-06-26 07:16:10 +03:00
<Compile Include= "Models\DomainName.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Folder.cs" />
2016-07-02 22:20:06 +03:00
<Compile Include= "Models\Page\AppExtensionPageModel.cs" />
2016-05-18 06:09:20 +03:00
<Compile Include= "Models\Page\SettingsFolderPageModel.cs" />
2016-06-05 07:17:15 +03:00
<Compile Include= "Models\Page\PinPageModel.cs" />
2016-07-02 09:01:47 +03:00
<Compile Include= "Models\Page\PasswordGeneratorPageModel.cs" />
2016-06-30 04:59:18 +03:00
<Compile Include= "Models\PushNotification.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Models\Site.cs" />
2016-05-08 06:11:47 +03:00
<Compile Include= "Models\Page\VaultViewSitePageModel.cs" />
2016-06-22 06:54:51 +03:00
<Compile Include= "Pages\HomePage.cs" />
2016-07-19 02:16:27 +03:00
<Compile Include= "Pages\Lock\LockPasswordPage.cs" />
2016-07-23 09:17:11 +03:00
<Compile Include= "Pages\LoginTwoFactorPage.cs" />
2016-07-23 07:40:17 +03:00
<Compile Include= "Pages\PasswordHintPage.cs" />
2016-06-26 03:54:17 +03:00
<Compile Include= "Pages\RegisterPage.cs" />
2016-07-24 06:50:08 +03:00
<Compile Include= "Pages\Settings\SettingsCreditsPage.cs" />
2016-07-23 09:48:56 +03:00
<Compile Include= "Pages\Settings\SettingsHelpPage.cs" />
2016-07-02 02:21:12 +03:00
<Compile Include= "Pages\Settings\SettingsPinPage.cs" />
<Compile Include= "Pages\Lock\LockPinPage.cs" />
2016-05-03 00:50:16 +03:00
<Compile Include= "Pages\MainPage.cs" />
2016-07-02 02:21:12 +03:00
<Compile Include= "Pages\Settings\SettingsEditFolderPage.cs" />
<Compile Include= "Pages\Lock\LockFingerprintPage.cs" />
2016-07-23 09:48:56 +03:00
<Compile Include= "Pages\Settings\SettingsAboutPage.cs" />
2016-07-02 22:20:06 +03:00
<Compile Include= "Pages\Tools\ToolsExtensionPage.cs" />
2016-07-02 09:01:47 +03:00
<Compile Include= "Pages\Tools\ToolsPasswordGeneratorSettingsPage.cs" />
<Compile Include= "Pages\Tools\ToolsPasswordGeneratorPage.cs" />
2016-07-02 02:21:12 +03:00
<Compile Include= "Pages\Tools\ToolsPage.cs" />
<Compile Include= "Pages\Settings\SettingsSyncPage.cs" />
<Compile Include= "Pages\Settings\SettingsPage.cs" />
<Compile Include= "Pages\Settings\SettingsListFoldersPage.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Abstractions\Repositories\ISiteRepository.cs" />
<Compile Include= "Repositories\ApiRepository.cs" />
2016-06-26 03:54:17 +03:00
<Compile Include= "Repositories\AccountsApiRepository.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Repositories\BaseApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IFolderApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\ISiteApiRepository.cs" />
<Compile Include= "Repositories\AuthApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IAuthApiRepository.cs" />
2016-06-18 23:10:09 +03:00
<Compile Include= "Repositories\DeviceApiRepository.cs" />
2016-06-30 04:59:18 +03:00
<Compile Include= "Repositories\CipherApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\ICipherApiRepository.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Repositories\SiteApiRepository.cs" />
<Compile Include= "Repositories\FolderApiRepository.cs" />
<Compile Include= "Repositories\SiteRepository.cs" />
<Compile Include= "Repositories\FolderRepository.cs" />
<Compile Include= "Abstractions\Repositories\IFolderRepository.cs" />
<Compile Include= "Abstractions\Repositories\IRepository.cs" />
2016-05-07 10:06:27 +03:00
<Compile Include= "Resources\AppResources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.resx</DependentUpon>
</Compile>
2016-06-22 05:29:29 +03:00
<Compile Include= "Services\AppIdService.cs" />
2016-07-20 06:29:32 +03:00
<Compile Include= "Abstractions\Services\ILockService.cs" />
<Compile Include= "Services\LockService.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Services\DatabaseService.cs" />
<Compile Include= "Services\FolderService.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Repositories\Repository.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Abstractions\Services\ICryptoService.cs" />
<Compile Include= "Abstractions\Services\IDatabaseService.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Abstractions\Services\ISyncService.cs" />
2016-07-02 09:01:47 +03:00
<Compile Include= "Abstractions\Services\IPasswordGenerationService.cs" />
2016-05-06 07:17:38 +03:00
<Compile Include= "Services\SyncService.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Services\SiteService.cs" />
<Compile Include= "Services\AuthService.cs" />
<Compile Include= "Services\CryptoService.cs" />
2016-05-08 06:11:47 +03:00
<Compile Include= "Models\Page\VaultListPageModel.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Pages\LoginPage.cs" />
2016-07-02 02:21:12 +03:00
<Compile Include= "Pages\Settings\SettingsAddFolderPage.cs" />
<Compile Include= "Pages\Vault\VaultAddSitePage.cs" />
<Compile Include= "Pages\Vault\VaultViewSitePage.cs" />
<Compile Include= "Pages\Vault\VaultEditSitePage.cs" />
<Compile Include= "Pages\Vault\VaultListSitesPage.cs" />
2016-07-02 09:01:47 +03:00
<Compile Include= "Services\PasswordGenerationService.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "Utilities\Extentions.cs" />
2016-05-19 03:29:03 +03:00
<Compile Include= "Utilities\ExtendedObservableCollection.cs" />
2016-07-02 01:54:00 +03:00
<Compile Include= "Utilities\ApiHttpClient.cs" />
2016-05-04 02:49:49 +03:00
<Compile Include= "Utilities\TokenHttpRequestMessage.cs" />
2016-05-02 09:52:09 +03:00
</ItemGroup>
<ItemGroup >
2016-07-06 02:07:56 +03:00
<None Include= "app.config" />
2016-06-22 05:29:29 +03:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2016-06-26 07:16:10 +03:00
<EmbeddedResource Include= "Resources\public_suffix_list.dat" />
2016-05-02 09:52:09 +03:00
</ItemGroup>
<ItemGroup >
2016-05-03 09:08:50 +03:00
<Reference Include= "Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-26 07:38:41 +03:00
<HintPath > ..\..\packages\Acr.UserDialogs.6.0.1\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.dll</HintPath>
2016-05-03 09:08:50 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "Acr.UserDialogs.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-26 07:38:41 +03:00
<HintPath > ..\..\packages\Acr.UserDialogs.6.0.1\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.Interface.dll</HintPath>
2016-05-03 09:08:50 +03:00
<Private > True</Private>
</Reference>
2016-07-08 04:23:25 +03:00
<Reference Include= "crypto, Version=1.8.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Portable.BouncyCastle.1.8.0\lib\portable-net45+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10\crypto.dll</HintPath>
2016-05-02 09:52:09 +03:00
<Private > True</Private>
</Reference>
2016-07-22 07:04:05 +03:00
<Reference Include= "HockeySDK, Version=1.0.6018.21545, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\HockeySDK.Xamarin.4.1.0-beta3\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\HockeySDK.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-02 09:52:09 +03:00
<Reference Include= "Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Practices.Unity, Version=3.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Unity.3.5.1405-prerelease\lib\portable-net45+wp80+win8+wpa81+MonoAndroid10+MonoTouch10\Microsoft.Practices.Unity.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "ModernHttpClient, Version=2.4.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\modernhttpclient.2.4.2\lib\Portable-Net45+WinRT45+WP8+WPA81\ModernHttpClient.dll</HintPath>
<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>
2016-05-02 09:52:09 +03:00
<Private > True</Private>
</Reference>
2016-05-03 09:08:50 +03:00
<Reference Include= "Plugin.Connectivity, Version=2.1.2.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-03 07:09:34 +03:00
<HintPath > ..\..\packages\Xam.Plugin.Connectivity.2.2.2\lib\portable-net45+wp80+wp81+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+Xamarin.Mac20+UAP10\Plugin.Connectivity.dll</HintPath>
2016-05-03 09:08:50 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Connectivity.Abstractions, Version=2.1.2.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-03 07:09:34 +03:00
<HintPath > ..\..\packages\Xam.Plugin.Connectivity.2.2.2\lib\portable-net45+wp80+wp81+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+Xamarin.Mac20+UAP10\Plugin.Connectivity.Abstractions.dll</HintPath>
2016-05-03 09:08:50 +03:00
<Private > True</Private>
</Reference>
2016-06-22 05:29:29 +03:00
<Reference Include= "Plugin.DeviceInfo, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.DeviceInfo.2.0.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DeviceInfo.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.DeviceInfo.Abstractions, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.DeviceInfo.2.0.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DeviceInfo.Abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
2016-07-03 07:09:34 +03:00
<Reference Include= "Plugin.Fingerprint, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.2.0\lib\portable-net45+win8+wpa81+wp8\Plugin.Fingerprint.dll</HintPath>
2016-05-21 19:32:34 +03:00
<Private > True</Private>
</Reference>
2016-07-03 07:09:34 +03:00
<Reference Include= "Plugin.Fingerprint.Abstractions, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.2.0\lib\portable-net45+win8+wpa81+wp8\Plugin.Fingerprint.Abstractions.dll</HintPath>
2016-05-21 19:32:34 +03:00
<Private > True</Private>
</Reference>
2016-05-03 00:50:16 +03:00
<Reference Include= "Plugin.Settings, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.2.1.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\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\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.Settings.Abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
2016-06-18 09:45:46 +03:00
<Reference Include= "PushNotification.Plugin, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.PushNotification.1.2.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\PushNotification.Plugin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "PushNotification.Plugin.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.PushNotification.1.2.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\PushNotification.Plugin.Abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-03 09:08:50 +03:00
<Reference Include= "Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Splat.1.6.2\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-02 09:52:09 +03:00
<Reference Include= "SQLite-net, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-03 07:09:34 +03:00
<HintPath > ..\..\packages\sqlite-net-pcl.1.1.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLite-net.dll</HintPath>
2016-05-02 09:52:09 +03:00
<Private > True</Private>
</Reference>
2016-07-03 07:09:34 +03:00
<Reference Include= "SQLitePCL.batteries, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\SQLitePCL.bundle_green.0.9.2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.batteries.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SQLitePCL.raw, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\SQLitePCL.raw.0.9.2\lib\portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
2016-05-02 09:52:09 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-06 02:07:56 +03:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.0.107\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
2016-05-02 09:52:09 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-06 02:07:56 +03:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.0.107\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
2016-05-02 09:52:09 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-07-06 02:07:56 +03:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.0.107\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
2016-05-02 09:52:09 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "XLabs.Ioc, Version=2.0.5782.12218, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.IoC.2.0.5782\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1+Xamarin.iOS10\XLabs.Ioc.dll</HintPath>
<Private > True</Private>
</Reference>
</ItemGroup>
2016-05-07 10:06:27 +03:00
<ItemGroup >
<EmbeddedResource Include= "Resources\AppResources.resx" >
2016-07-09 08:07:02 +03:00
<Generator > PublicResXFileCodeGenerator</Generator>
2016-05-07 10:06:27 +03:00
<LastGenOutput > AppResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
2016-06-18 09:45:46 +03:00
<ItemGroup >
<Compile Include= "Services\PushNotificationListener.cs" />
</ItemGroup>
2016-05-02 09:52:09 +03:00
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
2016-07-06 02:07:56 +03:00
<Import Project= "..\..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition= "Exists('..\..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
2016-05-02 09:52: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>
2016-07-06 02:07:56 +03:00
<Error Condition= "!Exists('..\..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
2016-05-02 09:52:09 +03:00
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>