2017-06-01 21:23:20 +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')" />
2016-05-02 09:52:09 +03:00
<PropertyGroup >
2017-06-01 21:23:20 +03:00
<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 > BitwardenApp</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>
2016-05-02 09:52:09 +03:00
<DebugType > full</DebugType>
2017-06-01 21:23:20 +03:00
<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>
2016-05-02 09:52:09 +03:00
</PropertyGroup>
<ItemGroup >
2017-07-12 23:23:24 +03:00
<Compile Include= "Abstractions\Repositories\IAttachmentRepository.cs" />
2017-09-20 20:17:05 +03:00
<Compile Include= "Abstractions\Repositories\ISyncApiRepository.cs" />
2017-06-29 18:22:06 +03:00
<Compile Include= "Abstractions\Repositories\ITwoFactorApiRepository.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Abstractions\Repositories\ISettingsApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IAccountsApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IDeviceApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\ISettingsRepository.cs" />
<Compile Include= "Abstractions\Services\IAppSettingsService.cs" />
<Compile Include= "Abstractions\Services\IMemoryService.cs" />
2017-10-10 06:45:23 +03:00
<Compile Include= "Abstractions\Services\IPushNotificationListener.cs" />
<Compile Include= "Abstractions\Services\IPushNotification.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Abstractions\Services\ISettingsService.cs" />
<Compile Include= "Abstractions\Services\ITokenService.cs" />
<Compile Include= "Abstractions\Services\IHttpService.cs" />
<Compile Include= "Abstractions\Services\IDeviceInfoService.cs" />
<Compile Include= "Abstractions\Services\IGoogleAnalyticsService.cs" />
<Compile Include= "Abstractions\Services\IAppInfoService.cs" />
<Compile Include= "Abstractions\Services\IAppIdService.cs" />
<Compile Include= "Abstractions\Services\IAuthService.cs" />
2017-07-13 06:09:44 +03:00
<Compile Include= "Abstractions\Services\IDeviceActionService.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Abstractions\Services\IKeyDerivationService.cs" />
<Compile Include= "Abstractions\Services\ILogService.cs" />
<Compile Include= "Abstractions\Services\IReflectionService.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Abstractions\Services\ICipherService.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Abstractions\Services\IFolderService.cs" />
<Compile Include= "App.cs" />
<Compile Include= "Abstractions\Services\ISecureStorageService.cs" />
<Compile Include= "Abstractions\Services\ISqlService.cs" />
<Compile Include= "Constants.cs" />
2017-06-28 17:09:52 +03:00
<Compile Include= "Controls\HybridWebView.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Controls\ExtendedToolbarItem.cs" />
<Compile Include= "Controls\DismissModalToolBarItem.cs" />
<Compile Include= "Controls\ExtendedEditor.cs" />
<Compile Include= "Controls\ExtendedButton.cs" />
<Compile Include= "Controls\ExtendedNavigationPage.cs" />
<Compile Include= "Controls\ExtendedContentPage.cs" />
2017-07-13 07:02:37 +03:00
<Compile Include= "Controls\LabeledRightDetailCell.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Controls\MemoryContentView.cs" />
<Compile Include= "Controls\StepperCell.cs" />
<Compile Include= "Controls\ExtendedTableView.cs" />
<Compile Include= "Controls\ExtendedPicker.cs" />
<Compile Include= "Controls\ExtendedEntry.cs" />
<Compile Include= "Controls\ExtendedTabbedPage.cs" />
<Compile Include= "Controls\ExtendedSwitchCell.cs" />
<Compile Include= "Controls\ExtendedViewCell.cs" />
<Compile Include= "Controls\FormEditorCell.cs" />
<Compile Include= "Controls\ExtendedTextCell.cs" />
<Compile Include= "Controls\LabeledDetailCell.cs" />
<Compile Include= "Controls\LabeledValueCell.cs" />
<Compile Include= "Controls\FormPickerCell.cs" />
<Compile Include= "Controls\FormEntryCell.cs" />
<Compile Include= "Controls\PinControl.cs" />
2017-07-22 22:38:08 +03:00
<Compile Include= "Controls\VaultAttachmentsViewCell.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Controls\VaultListViewCell.cs" />
2017-10-10 06:45:23 +03:00
<Compile Include= "Enums\DeviceType.cs" />
2017-09-23 00:32:20 +03:00
<Compile Include= "Enums\FieldType.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Enums\SecureNoteType.cs" />
2017-06-27 23:18:32 +03:00
<Compile Include= "Enums\TwoFactorProviderType.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Enums\EncryptionType.cs" />
<Compile Include= "Enums\OrganizationUserType.cs" />
<Compile Include= "Enums\LockType.cs" />
<Compile Include= "Enums\CipherType.cs" />
<Compile Include= "Enums\OrganizationUserStatusType.cs" />
<Compile Include= "Enums\PushType.cs" />
<Compile Include= "Enums\ReturnType.cs" />
<Compile Include= "Abstractions\Services\ILocalizeService.cs" />
<Compile Include= "Models\Api\ApiError.cs" />
<Compile Include= "Models\Api\ApiResult.cs" />
2017-09-23 00:32:20 +03:00
<Compile Include= "Models\Api\CipherDataModel.cs" />
<Compile Include= "Models\Api\FieldDataModel.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Models\Api\CardDataModel.cs" />
<Compile Include= "Models\Api\IdentityDataModel.cs" />
<Compile Include= "Models\Api\SecureNoteDataModel.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\Api\Request\DeviceTokenRequest.cs" />
<Compile Include= "Models\Api\Request\FolderRequest.cs" />
<Compile Include= "Models\Api\Request\DeviceRequest.cs" />
2017-06-29 18:22:06 +03:00
<Compile Include= "Models\Api\Request\TwoFactorEmailRequest.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\Api\Request\RegisterRequest.cs" />
2017-09-21 00:37:09 +03:00
<Compile Include= "Models\Api\Request\CipherRequest.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\Api\Request\PasswordHintRequest.cs" />
<Compile Include= "Models\Api\Request\TokenRequest.cs" />
2017-07-12 22:16:36 +03:00
<Compile Include= "Models\Api\Response\AttachmentResponse.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\Api\Response\CipherResponse.cs" />
<Compile Include= "Models\Api\Response\DomainsResponse.cs" />
<Compile Include= "Models\Api\Response\ErrorResponse.cs" />
<Compile Include= "Models\Api\Response\FolderResponse.cs" />
<Compile Include= "Models\Api\Response\ListResponse.cs" />
<Compile Include= "Models\Api\Response\DeviceResponse.cs" />
<Compile Include= "Models\Api\Response\ProfileOrganizationResponse.cs" />
<Compile Include= "Models\Api\Response\KeysResponse.cs" />
2017-09-20 20:17:05 +03:00
<Compile Include= "Models\Api\Response\SyncResponse.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\Api\Response\TokenResponse.cs" />
<Compile Include= "Models\Api\Response\ProfileResponse.cs" />
<Compile Include= "Models\Api\LoginDataModel.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Models\Card.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\CipherString.cs" />
2017-07-12 22:16:36 +03:00
<Compile Include= "Models\Data\AttachmentData.cs" />
<Compile Include= "Models\Attachment.cs" />
2017-09-23 00:32:20 +03:00
<Compile Include= "Models\Field.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Models\Identity.cs" />
<Compile Include= "Models\Login.cs" />
2017-07-22 22:38:08 +03:00
<Compile Include= "Models\Page\VaultAttachmentsPageModel.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Models\SecureNote.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\SymmetricCryptoKey.cs" />
<Compile Include= "Models\Data\SettingsData.cs" />
<Compile Include= "Models\Data\FolderData.cs" />
<Compile Include= "Abstractions\IDataObject.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Models\Data\CipherData.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Models\DomainName.cs" />
<Compile Include= "Models\Folder.cs" />
<Compile Include= "Models\LoginResult.cs" />
<Compile Include= "Models\Page\AppExtensionPageModel.cs" />
<Compile Include= "Models\Page\SettingsFolderPageModel.cs" />
<Compile Include= "Models\Page\PinPageModel.cs" />
<Compile Include= "Models\Page\PasswordGeneratorPageModel.cs" />
<Compile Include= "Models\PlatformCulture.cs" />
<Compile Include= "Models\PushNotification.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Models\Cipher.cs" />
2017-10-19 23:08:29 +03:00
<Compile Include= "Models\Page\VaultViewCipherPageModel.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Pages\HomePage.cs" />
<Compile Include= "Pages\Lock\BaseLockPage.cs" />
<Compile Include= "Pages\Lock\LockPasswordPage.cs" />
<Compile Include= "Pages\LoginTwoFactorPage.cs" />
<Compile Include= "Pages\PasswordHintPage.cs" />
2017-08-23 18:40:40 +03:00
<Compile Include= "Pages\EnvironmentPage.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Pages\RegisterPage.cs" />
2017-07-14 00:23:18 +03:00
<Compile Include= "Pages\ScanPage.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Pages\Settings\SettingsCreditsPage.cs" />
<Compile Include= "Pages\Settings\SettingsHelpPage.cs" />
<Compile Include= "Pages\Settings\SettingsFeaturesPage.cs" />
<Compile Include= "Pages\Settings\SettingsPinPage.cs" />
<Compile Include= "Pages\Lock\LockPinPage.cs" />
<Compile Include= "Pages\MainPage.cs" />
<Compile Include= "Pages\Settings\SettingsEditFolderPage.cs" />
<Compile Include= "Pages\Lock\LockFingerprintPage.cs" />
<Compile Include= "Pages\Settings\SettingsAboutPage.cs" />
<Compile Include= "Pages\Tools\ToolsAutofillServicePage.cs" />
<Compile Include= "Pages\Tools\ToolsExtensionPage.cs" />
<Compile Include= "Pages\Tools\ToolsPasswordGeneratorSettingsPage.cs" />
<Compile Include= "Pages\Tools\ToolsPasswordGeneratorPage.cs" />
<Compile Include= "Pages\Tools\ToolsPage.cs" />
<Compile Include= "Pages\Settings\SettingsSyncPage.cs" />
<Compile Include= "Pages\Settings\SettingsPage.cs" />
<Compile Include= "Pages\Settings\SettingsListFoldersPage.cs" />
2017-09-26 00:13:20 +03:00
<Compile Include= "Pages\Vault\VaultCustomFieldsPage.cs" />
2017-10-19 04:35:33 +03:00
<Compile Include= "Pages\Vault\VaultAutofillListCiphersPage.cs" />
2017-07-22 22:38:08 +03:00
<Compile Include= "Pages\Vault\VaultAttachmentsPage.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Abstractions\Repositories\ICipherRepository.cs" />
2017-07-12 23:23:24 +03:00
<Compile Include= "Repositories\AttachmentRepository.cs" />
2017-09-20 20:17:05 +03:00
<Compile Include= "Repositories\SyncApiRepository.cs" />
2017-06-29 18:22:06 +03:00
<Compile Include= "Repositories\TwoFactorApiRepository.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Repositories\SettingsApiRepository.cs" />
<Compile Include= "Repositories\ApiRepository.cs" />
<Compile Include= "Repositories\AccountsApiRepository.cs" />
<Compile Include= "Repositories\ConnectApiRepository.cs" />
<Compile Include= "Repositories\BaseApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IFolderApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\IConnectApiRepository.cs" />
<Compile Include= "Repositories\DeviceApiRepository.cs" />
<Compile Include= "Repositories\CipherApiRepository.cs" />
<Compile Include= "Abstractions\Repositories\ICipherApiRepository.cs" />
<Compile Include= "Repositories\SettingsRepository.cs" />
<Compile Include= "Repositories\FolderApiRepository.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Repositories\CipherRepository.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Repositories\FolderRepository.cs" />
<Compile Include= "Abstractions\Repositories\IFolderRepository.cs" />
<Compile Include= "Abstractions\Repositories\IRepository.cs" />
<Compile Include= "Resources\AppResources.cs.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.cs.resx</DependentUpon>
</Compile>
2017-09-28 06:26:03 +03:00
<Compile Include= "Resources\AppResources.da.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.da.resx</DependentUpon>
</Compile>
2017-10-30 18:23:19 +03:00
<Compile Include= "Resources\AppResources.de.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.de.resx</DependentUpon>
</Compile>
2017-06-01 21:23:20 +03:00
<Compile Include= "Resources\AppResources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.es.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.es.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.fi.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.fi.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.fr.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.fr.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.hi.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.hi.resx</DependentUpon>
</Compile>
2017-07-15 17:08:19 +03:00
<Compile Include= "Resources\AppResources.hr.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.hr.resx</DependentUpon>
</Compile>
2017-09-12 17:08:32 +03:00
<Compile Include= "Resources\AppResources.hu.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.hu.resx</DependentUpon>
</Compile>
2017-06-01 21:23:20 +03:00
<Compile Include= "Resources\AppResources.id.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.id.resx</DependentUpon>
</Compile>
2017-06-02 23:28:56 +03:00
<Compile Include= "Resources\AppResources.it.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.it.resx</DependentUpon>
</Compile>
2017-06-01 21:23:20 +03:00
<Compile Include= "Resources\AppResources.ja.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.ja.resx</DependentUpon>
</Compile>
2017-09-12 17:08:32 +03:00
<Compile Include= "Resources\AppResources.nl.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.nl.resx</DependentUpon>
</Compile>
2017-08-30 17:14:20 +03:00
<Compile Include= "Resources\AppResources.pl.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.pl.resx</DependentUpon>
</Compile>
2017-06-01 21:23:20 +03:00
<Compile Include= "Resources\AppResources.pt-BR.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.pt-BR.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.pt-PT.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.pt-PT.resx</DependentUpon>
</Compile>
2017-07-15 17:08:19 +03:00
<Compile Include= "Resources\AppResources.ro.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.ro.resx</DependentUpon>
</Compile>
2017-06-01 21:23:20 +03:00
<Compile Include= "Resources\AppResources.ru.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.ru.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.sk.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.sk.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.sv.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.sv.resx</DependentUpon>
</Compile>
2017-06-02 23:28:56 +03:00
<Compile Include= "Resources\AppResources.th.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.th.resx</DependentUpon>
</Compile>
2017-09-12 17:08:32 +03:00
<Compile Include= "Resources\AppResources.tr.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.tr.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.uk.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.uk.resx</DependentUpon>
</Compile>
2017-09-28 06:26:03 +03:00
<Compile Include= "Resources\AppResources.vi.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.vi.resx</DependentUpon>
</Compile>
2017-06-01 21:23:20 +03:00
<Compile Include= "Resources\AppResources.zh-Hans.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.zh-Hans.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\AppResources.zh-Hant.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > AppResources.zh-Hant.resx</DependentUpon>
</Compile>
<Compile Include= "Services\AppSettingsService.cs" />
<Compile Include= "Services\SettingsService.cs" />
<Compile Include= "Services\TokenService.cs" />
<Compile Include= "Services\AppIdService.cs" />
<Compile Include= "Abstractions\Services\ILockService.cs" />
<Compile Include= "Services\LockService.cs" />
<Compile Include= "Services\DatabaseService.cs" />
<Compile Include= "Services\FolderService.cs" />
<Compile Include= "Repositories\Repository.cs" />
<Compile Include= "Abstractions\Services\ICryptoService.cs" />
<Compile Include= "Abstractions\Services\IDatabaseService.cs" />
<Compile Include= "Abstractions\Services\ISyncService.cs" />
<Compile Include= "Abstractions\Services\IPasswordGenerationService.cs" />
<Compile Include= "Services\SyncService.cs" />
2017-10-19 03:55:33 +03:00
<Compile Include= "Services\CipherService.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Services\AuthService.cs" />
<Compile Include= "Services\CryptoService.cs" />
<Compile Include= "Models\Page\VaultListPageModel.cs" />
<Compile Include= "Pages\LoginPage.cs" />
<Compile Include= "Pages\Settings\SettingsAddFolderPage.cs" />
2017-10-19 20:46:12 +03:00
<Compile Include= "Pages\Vault\VaultAddCipherPage.cs" />
2017-10-19 21:30:12 +03:00
<Compile Include= "Pages\Vault\VaultViewCipherPage.cs" />
<Compile Include= "Pages\Vault\VaultEditCipherPage.cs" />
2017-10-19 04:35:33 +03:00
<Compile Include= "Pages\Vault\VaultListCiphersPage.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Services\PasswordGenerationService.cs" />
2017-07-13 21:44:02 +03:00
<Compile Include= "Utilities\Base32.cs" />
2017-06-06 04:04:19 +03:00
<Compile Include= "Utilities\Crypto.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Utilities\Helpers.cs" />
<Compile Include= "Utilities\IdentityHttpClient.cs" />
<Compile Include= "Utilities\Extentions.cs" />
<Compile Include= "Utilities\ExtendedObservableCollection.cs" />
<Compile Include= "Utilities\ApiHttpClient.cs" />
2017-10-10 15:25:23 +03:00
<Compile Include= "Utilities\PushNotificationContants.cs" />
2017-06-01 21:23:20 +03:00
<Compile Include= "Utilities\TokenHttpRequestMessage.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
<EmbeddedResource Include= "Resources\AppResources.cs.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.cs.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-09-28 06:26:03 +03:00
<EmbeddedResource Include= "Resources\AppResources.da.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.da.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-10-30 18:23:19 +03:00
<EmbeddedResource Include= "Resources\AppResources.de.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.de.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-01 21:23:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.es.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.es.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.fi.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.fi.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.fr.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.fr.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.hi.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.hi.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-07-15 17:08:19 +03:00
<EmbeddedResource Include= "Resources\AppResources.hr.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.hr.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-09-12 17:08:32 +03:00
<EmbeddedResource Include= "Resources\AppResources.hu.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.hu.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-01 21:23:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.id.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.id.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-02 23:28:56 +03:00
<EmbeddedResource Include= "Resources\AppResources.it.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.it.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-01 21:23:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.ja.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.ja.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-09-12 17:08:32 +03:00
<EmbeddedResource Include= "Resources\AppResources.nl.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.nl.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-08-30 17:14:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.pl.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.pl.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-01 21:23:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.pt-BR.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.pt-BR.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.pt-PT.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.pt-PT.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-07-15 17:08:19 +03:00
<EmbeddedResource Include= "Resources\AppResources.ro.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.ro.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-01 21:23:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.ru.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.ru.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.sk.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.sk.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.sv.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.sv.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-02 23:28:56 +03:00
<EmbeddedResource Include= "Resources\AppResources.th.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.th.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-09-12 17:08:32 +03:00
<EmbeddedResource Include= "Resources\AppResources.tr.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.tr.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.uk.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.uk.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-09-28 06:26:03 +03:00
<EmbeddedResource Include= "Resources\AppResources.vi.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.vi.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-06-01 21:23:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.zh-Hans.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.zh-Hans.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\AppResources.zh-Hant.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.zh-Hant.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\public_suffix_list.dat" />
</ItemGroup>
<ItemGroup >
<Reference Include= "Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Acr.UserDialogs.6.3.10\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.dll</HintPath>
</Reference>
<Reference Include= "Acr.UserDialogs.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Acr.UserDialogs.6.3.10\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.Interface.dll</HintPath>
</Reference>
<Reference Include= "FFImageLoading, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2017-10-21 07:05:54 +03:00
<HintPath > ..\..\packages\Xamarin.FFImageLoading.2.2.9\lib\portable-net45+win8+wpa81+wp8\FFImageLoading.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "FFImageLoading.Forms, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2017-10-21 07:05:54 +03:00
<HintPath > ..\..\packages\Xamarin.FFImageLoading.Forms.2.2.9\lib\portable-net45+win8+wpa81+wp8\FFImageLoading.Forms.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "FFImageLoading.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2017-10-21 07:05:54 +03:00
<HintPath > ..\..\packages\Xamarin.FFImageLoading.2.2.9\lib\portable-net45+win8+wpa81+wp8\FFImageLoading.Platform.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-29 23:03:26 +03:00
<Reference Include= "HockeySDK, Version=1.0.6387.33440, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\HockeySDK.Xamarin.4.1.5\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\HockeySDK.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<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= "Mono.Android" >
<HintPath > ..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v6.0\Mono.Android.dll</HintPath>
</Reference>
<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>
<Reference Include= "PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PCLCrypto.2.0.147\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\PCLCrypto.dll</HintPath>
<Private > True</Private>
</Reference>
2017-08-31 05:15:30 +03:00
<Reference Include= "PInvoke.BCrypt, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-31 05:15:30 +03:00
<Reference Include= "PInvoke.Kernel32, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-31 05:15:30 +03:00
<Reference Include= "PInvoke.NCrypt, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-31 05:15:30 +03:00
<Reference Include= "PInvoke.Windows.Core, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-29 23:10:51 +03:00
<Reference Include= "Plugin.Connectivity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.Connectivity.3.0.2\lib\netstandard1.0\Plugin.Connectivity.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-29 23:10:51 +03:00
<Reference Include= "Plugin.Connectivity.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugin.Connectivity.3.0.2\lib\netstandard1.0\Plugin.Connectivity.Abstractions.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-29 23:10:51 +03:00
<Reference Include= "Plugin.Fingerprint, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.4.5\lib\portable-net45+win8+wpa81+wp8\Plugin.Fingerprint.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-29 23:10:51 +03:00
<Reference Include= "Plugin.Fingerprint.Abstractions, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.4.5\lib\portable-net45+win8+wpa81+wp8\Plugin.Fingerprint.Abstractions.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-29 23:03:26 +03:00
<Reference Include= "Plugin.Settings, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.3.0.1\lib\netstandard1.0\Plugin.Settings.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
2017-08-29 23:03:26 +03:00
<Reference Include= "Plugin.Settings.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.3.0.1\lib\netstandard1.0\Plugin.Settings.Abstractions.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<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>
2017-10-03 05:15:13 +03:00
<Reference Include= "SQLite-net, Version=1.5.166.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\sqlite-net-pcl.1.5.166-beta\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLite-net.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "SQLitePCLRaw.batteries_green, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a84b7dcfb1391f7f, processorArchitecture=MSIL" >
2017-08-29 22:38:22 +03:00
<HintPath > ..\..\packages\SQLitePCLRaw.bundle_green.1.1.8\lib\portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCLRaw.batteries_green.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "SQLitePCLRaw.batteries_v2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL" >
2017-08-29 22:38:22 +03:00
<HintPath > ..\..\packages\SQLitePCLRaw.bundle_green.1.1.8\lib\portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCLRaw.batteries_v2.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL" >
2017-08-29 22:38:22 +03:00
<HintPath > ..\..\packages\SQLitePCLRaw.core.1.1.8\lib\portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCLRaw.core.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "Validation, Version=2.3.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Validation.2.3.7\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\Validation.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2017-08-29 23:21:32 +03:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.4.267\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2017-08-29 23:21:32 +03:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.4.267\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath>
2017-06-01 21:23:20 +03:00
</Reference>
<Reference Include= "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2017-08-29 23:21:32 +03:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.4.267\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath>
2017-06-01 21:23:20 +03:00
</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>
2017-07-14 00:23:18 +03:00
<Reference Include= "ZXing.Net.Mobile.Core, Version=2.1.47.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\ZXing.Net.Mobile.2.1.47\lib\portable-net45+netcore45+wpa81+wp8\ZXing.Net.Mobile.Core.dll</HintPath>
</Reference>
<Reference Include= "ZXing.Net.Mobile.Forms, Version=2.1.47.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\ZXing.Net.Mobile.Forms.2.1.47\lib\portable-net45+netcore45+wpa81+wp8\ZXing.Net.Mobile.Forms.dll</HintPath>
</Reference>
<Reference Include= "zxing.portable, Version=2.1.47.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\ZXing.Net.Mobile.2.1.47\lib\portable-net45+netcore45+wpa81+wp8\zxing.portable.dll</HintPath>
</Reference>
<Reference Include= "ZXingNetMobile, Version=2.1.47.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\ZXing.Net.Mobile.2.1.47\lib\portable-net45+netcore45+wpa81+wp8\ZXingNetMobile.dll</HintPath>
</Reference>
2016-05-02 09:52:09 +03:00
</ItemGroup>
2016-05-07 10:06:27 +03:00
<ItemGroup >
2017-06-01 21:23:20 +03:00
<EmbeddedResource Include= "Resources\AppResources.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > AppResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2016-05-07 10:06:27 +03:00
</ItemGroup>
2016-06-18 09:45:46 +03:00
<ItemGroup >
2017-06-01 21:23:20 +03:00
<Compile Include= "Services\PushNotificationListener.cs" />
2016-06-18 09:45:46 +03:00
</ItemGroup>
2017-06-01 21:23:20 +03:00
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
2017-08-29 23:21:32 +03:00
<Import Project= "..\..\packages\Xamarin.Forms.2.3.4.267\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition= "Exists('..\..\packages\Xamarin.Forms.2.3.4.267\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
2017-06-01 21:23:20 +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>
2017-08-29 23:21:32 +03:00
<Error Condition= "!Exists('..\..\packages\Xamarin.Forms.2.3.4.267\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.4.267\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
2017-06-01 21:23:20 +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>