2019-03-28 23:52:33 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-03-27 20:12:44 -04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-09-22 11:17:17 -04:00
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2019-03-27 20:12:44 -04:00
|
|
|
|
<RootNamespace>Bit.App</RootNamespace>
|
|
|
|
|
<AssemblyName>BitwardenApp</AssemblyName>
|
2019-05-28 13:50:01 -04:00
|
|
|
|
<Configurations>Debug;Release;FDroid</Configurations>
|
2019-03-27 20:12:44 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-06-10 12:24:02 -04:00
|
|
|
|
<PackageReference Include="Plugin.Fingerprint" Version="2.1.5" />
|
2022-09-22 11:17:17 -04:00
|
|
|
|
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.88.2" />
|
|
|
|
|
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.5" />
|
2022-06-10 12:24:02 -04:00
|
|
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
|
2019-05-28 23:14:02 -04:00
|
|
|
|
<PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.11.982" />
|
2022-09-22 11:17:17 -04:00
|
|
|
|
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2515" />
|
2020-03-20 17:54:23 -04:00
|
|
|
|
<PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
|
|
|
|
|
<PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
|
2019-03-27 20:12:44 -04:00
|
|
|
|
</ItemGroup>
|
2019-03-27 21:34:39 -04:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-03-27 21:36:28 -04:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
2019-03-27 21:34:39 -04:00
|
|
|
|
</ItemGroup>
|
2019-03-28 17:10:10 -04:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-05-02 12:20:56 -04:00
|
|
|
|
<Compile Update="Pages\Accounts\EnvironmentPage.xaml.cs">
|
|
|
|
|
<DependentUpon>EnvironmentPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-01 15:53:56 -04:00
|
|
|
|
<Compile Update="Pages\Accounts\HintPage.xaml.cs">
|
|
|
|
|
<DependentUpon>HintPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-15 17:37:59 -04:00
|
|
|
|
<Compile Update="Pages\Accounts\LockPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LockPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-23 21:19:45 -04:00
|
|
|
|
<Compile Update="Pages\Accounts\TwoFactorPage.xaml.cs">
|
|
|
|
|
<DependentUpon>TwoFactorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-02 10:10:05 -04:00
|
|
|
|
<Compile Update="Pages\Accounts\RegisterPage.xaml.cs">
|
|
|
|
|
<DependentUpon>RegisterPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-19 09:42:55 -04:00
|
|
|
|
<Compile Update="Pages\Accounts\LoginPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LoginPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-02 12:27:23 -04:00
|
|
|
|
<Compile Update="Pages\Generator\GeneratorPage.xaml.cs">
|
2019-03-28 23:52:33 -04:00
|
|
|
|
<DependentUpon>GeneratorPage.xaml</DependentUpon>
|
2019-03-28 17:10:10 -04:00
|
|
|
|
</Compile>
|
2019-05-14 09:01:07 -04:00
|
|
|
|
<Compile Update="Pages\Generator\GeneratorHistoryPage.xaml.cs">
|
|
|
|
|
<DependentUpon>GeneratorHistoryPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-07-02 13:15:00 -04:00
|
|
|
|
<Compile Update="Pages\Settings\AutofillPage.xaml.cs">
|
|
|
|
|
<DependentUpon>AutofillPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Pages\Settings\ExtensionPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ExtensionPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-11-17 09:37:57 -05:00
|
|
|
|
<Compile Update="Pages\Settings\AutofillServicesPage.xaml.cs">
|
|
|
|
|
<DependentUpon>AutofillServicesPage.xaml</DependentUpon>
|
2019-06-03 12:19:42 -04:00
|
|
|
|
</Compile>
|
2019-05-14 17:25:58 -04:00
|
|
|
|
<Compile Update="Pages\Settings\FolderAddEditPage.xaml.cs">
|
|
|
|
|
<DependentUpon>FolderAddEditPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-14 17:02:24 -04:00
|
|
|
|
<Compile Update="Pages\Settings\FoldersPage.xaml.cs">
|
|
|
|
|
<DependentUpon>FoldersPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-02-14 16:10:58 -05:00
|
|
|
|
<Compile Update="Pages\Settings\ExportVaultPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ExportVaultPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-29 09:08:47 -04:00
|
|
|
|
<Compile Update="Pages\Settings\OptionsPage.xaml.cs">
|
|
|
|
|
<DependentUpon>OptionsPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-14 12:05:30 -04:00
|
|
|
|
<Compile Update="Pages\Settings\SyncPage.xaml.cs">
|
|
|
|
|
<DependentUpon>SyncPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-10 14:33:33 -04:00
|
|
|
|
<Compile Update="Pages\Vault\AttachmentsPage.xaml.cs">
|
|
|
|
|
<DependentUpon>AttachmentsPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-17 13:14:26 -04:00
|
|
|
|
<Compile Update="Pages\Vault\AutofillCiphersPage.xaml.cs">
|
|
|
|
|
<DependentUpon>AutofillCiphersPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-10 14:28:17 -04:00
|
|
|
|
<Compile Update="Pages\Vault\CollectionsPage.xaml.cs">
|
|
|
|
|
<DependentUpon>CollectionsPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-22 20:54:17 -04:00
|
|
|
|
<Compile Update="Pages\Vault\ScanPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ScanPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-10 13:22:35 -04:00
|
|
|
|
<Compile Update="Pages\Vault\SharePage.xaml.cs">
|
|
|
|
|
<DependentUpon>SharePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-02 21:25:26 -04:00
|
|
|
|
<Compile Update="Pages\Vault\CiphersPage.xaml.cs">
|
|
|
|
|
<DependentUpon>CiphersPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-02 14:53:45 -04:00
|
|
|
|
<Compile Update="Pages\Vault\PasswordHistoryPage.xaml.cs">
|
|
|
|
|
<DependentUpon>PasswordHistoryPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-07-27 17:46:56 +01:00
|
|
|
|
<Compile Update="Pages\Vault\CipherDetailsPage.xaml.cs">
|
|
|
|
|
<DependentUpon>CipherDetailsPage.xaml</DependentUpon>
|
2019-05-07 11:25:21 -04:00
|
|
|
|
</Compile>
|
2022-07-27 17:46:56 +01:00
|
|
|
|
<Compile Update="Pages\Vault\CipherAddEditPage.xaml.cs">
|
|
|
|
|
<DependentUpon>CipherAddEditPage.xaml</DependentUpon>
|
2019-04-22 11:32:17 -04:00
|
|
|
|
</Compile>
|
2019-05-29 09:05:24 -04:00
|
|
|
|
<Compile Update="Pages\Settings\SettingsPage\SettingsPage.xaml.cs">
|
2019-03-28 23:52:33 -04:00
|
|
|
|
<DependentUpon>SettingsPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-24 11:25:18 -04:00
|
|
|
|
<Compile Update="Pages\Vault\GroupingsPage\GroupingsPage.xaml.cs">
|
2019-03-29 13:24:44 -04:00
|
|
|
|
<DependentUpon>GroupingsPage.xaml</DependentUpon>
|
2019-03-28 23:52:33 -04:00
|
|
|
|
</Compile>
|
2020-09-03 12:30:40 -04:00
|
|
|
|
<Compile Update="Pages\Accounts\LoginSsoPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LoginSsoPage.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Pages\Accounts\SetPasswordPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ResetMasterPasswordPage.xaml</DependentUpon>
|
2021-02-10 19:50:10 -05:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Pages\Send\SendGroupingsPage\SendGroupingsPage.xaml.cs">
|
|
|
|
|
<DependentUpon>SendGroupingsPage.xaml</DependentUpon>
|
2020-09-03 12:30:40 -04:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2022-02-23 12:40:17 -05:00
|
|
|
|
<Compile Remove="Pages\Accounts\AccountsPopupPage.xaml.cs" />
|
2022-09-26 18:27:57 +01:00
|
|
|
|
<Compile Update="Pages\Accounts\LoginPasswordlessPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LoginPasswordlessPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-11-09 16:25:48 +00:00
|
|
|
|
<Compile Update="Pages\Accounts\LoginPasswordlessRequestPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LoginPasswordlessRequestPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-28 23:52:33 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-04-10 17:01:25 -04:00
|
|
|
|
<Folder Include="Resources\" />
|
2021-10-25 16:28:45 -03:00
|
|
|
|
<Folder Include="Behaviors\" />
|
2022-09-09 15:58:11 -03:00
|
|
|
|
<Folder Include="Lists\" />
|
|
|
|
|
<Folder Include="Lists\ItemLayouts\" />
|
|
|
|
|
<Folder Include="Lists\DataTemplateSelectors\" />
|
|
|
|
|
<Folder Include="Lists\ItemLayouts\CustomFields\" />
|
|
|
|
|
<Folder Include="Lists\ItemViewModels\" />
|
|
|
|
|
<Folder Include="Lists\ItemViewModels\CustomFields\" />
|
2022-02-23 12:40:17 -05:00
|
|
|
|
<Folder Include="Controls\AccountSwitchingOverlay\" />
|
2022-06-08 14:24:01 -03:00
|
|
|
|
<Folder Include="Utilities\AccountManagement\" />
|
2022-07-12 14:12:23 -03:00
|
|
|
|
<Folder Include="Controls\DateTime\" />
|
2022-10-28 23:10:41 +01:00
|
|
|
|
<Folder Include="Controls\IconLabelButton\" />
|
2023-01-20 13:38:31 +00:00
|
|
|
|
<Folder Include="Controls\PasswordStrengthProgressBar\" />
|
2019-03-28 17:10:10 -04:00
|
|
|
|
</ItemGroup>
|
2019-03-29 16:52:57 -04:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-02-23 12:40:17 -05:00
|
|
|
|
<EmbeddedResource Remove="Pages\Accounts\AccountsPopupPage.xaml" />
|
2019-03-29 16:52:57 -04:00
|
|
|
|
</ItemGroup>
|
2019-04-02 22:15:11 -04:00
|
|
|
|
|
2019-04-10 17:01:25 -04:00
|
|
|
|
<ItemGroup>
|
2019-06-01 23:42:42 -04:00
|
|
|
|
<Compile Update="Styles\Black.xaml.cs">
|
|
|
|
|
<DependentUpon>Black.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-06-05 11:36:58 -04:00
|
|
|
|
<Compile Update="Styles\Nord.xaml.cs">
|
|
|
|
|
<DependentUpon>Nord.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-22 14:17:33 -04:00
|
|
|
|
<Compile Update="Styles\Variables.xaml.cs">
|
|
|
|
|
<DependentUpon>Variables.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-22 11:32:17 -04:00
|
|
|
|
<Compile Update="Styles\Light.xaml.cs">
|
|
|
|
|
<DependentUpon>Light.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Styles\Dark.xaml.cs">
|
|
|
|
|
<DependentUpon>Dark.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Styles\iOS.xaml.cs">
|
|
|
|
|
<DependentUpon>iOS.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Styles\Android.xaml.cs">
|
|
|
|
|
<DependentUpon>Android.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-10 17:01:25 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-06-03 23:46:09 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Resources\AppResources.cs.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.cs.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.da.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.da.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.de.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.de.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>AppResources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.es.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.es.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.fi.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.fi.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.fr.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.fr.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.hi.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.hi.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.hr.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.hr.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.hu.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.hu.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.id.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.id.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.it.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.it.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.ja.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.ja.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.nl.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.nl.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.pl.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.pl.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.pt-BR.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.pt-BR.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.pt-PT.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.pt-PT.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.ro.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.ro.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.ru.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.ru.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.sk.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.sk.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.sv.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.sv.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.th.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.th.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.tr.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.tr.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.uk.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.uk.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.vi.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.vi.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.zh-Hans.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.zh-Hans.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Resources\AppResources.zh-Hant.Designer.cs">
|
|
|
|
|
<DependentUpon>AppResources.zh-Hant.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.cs.resx">
|
|
|
|
|
<LastGenOutput>AppResources.cs.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.da.resx">
|
|
|
|
|
<LastGenOutput>AppResources.da.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.de.resx">
|
|
|
|
|
<LastGenOutput>AppResources.de.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.es.resx">
|
|
|
|
|
<LastGenOutput>AppResources.es.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.fi.resx">
|
|
|
|
|
<LastGenOutput>AppResources.fi.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.fr.resx">
|
|
|
|
|
<LastGenOutput>AppResources.fr.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.hi.resx">
|
|
|
|
|
<LastGenOutput>AppResources.hi.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.hr.resx">
|
|
|
|
|
<LastGenOutput>AppResources.hr.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.hu.resx">
|
|
|
|
|
<LastGenOutput>AppResources.hu.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.id.resx">
|
|
|
|
|
<LastGenOutput>AppResources.id.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.it.resx">
|
|
|
|
|
<LastGenOutput>AppResources.it.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.ja.resx">
|
|
|
|
|
<LastGenOutput>AppResources.ja.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.nl.resx">
|
|
|
|
|
<LastGenOutput>AppResources.nl.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.pl.resx">
|
|
|
|
|
<LastGenOutput>AppResources.pl.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.pt-BR.resx">
|
|
|
|
|
<LastGenOutput>AppResources.pt-BR.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.pt-PT.resx">
|
|
|
|
|
<LastGenOutput>AppResources.pt-PT.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
2019-04-10 17:01:25 -04:00
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.resx">
|
2019-04-30 12:35:58 -04:00
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
2019-06-03 23:46:09 -04:00
|
|
|
|
<LastGenOutput>AppResources.Designer.cs</LastGenOutput>
|
2019-04-10 17:01:25 -04:00
|
|
|
|
</EmbeddedResource>
|
2019-06-03 23:46:09 -04:00
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.ro.resx">
|
|
|
|
|
<LastGenOutput>AppResources.ro.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.ru.resx">
|
|
|
|
|
<LastGenOutput>AppResources.ru.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.sk.resx">
|
|
|
|
|
<LastGenOutput>AppResources.sk.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.sv.resx">
|
|
|
|
|
<LastGenOutput>AppResources.sv.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.th.resx">
|
|
|
|
|
<LastGenOutput>AppResources.th.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.tr.resx">
|
|
|
|
|
<LastGenOutput>AppResources.tr.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.uk.resx">
|
|
|
|
|
<LastGenOutput>AppResources.uk.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.vi.resx">
|
|
|
|
|
<LastGenOutput>AppResources.vi.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.zh-Hans.resx">
|
|
|
|
|
<LastGenOutput>AppResources.zh-Hans.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="Resources\AppResources.zh-Hant.resx">
|
|
|
|
|
<LastGenOutput>AppResources.zh-Hant.Designer.cs</LastGenOutput>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
2019-04-22 11:32:17 -04:00
|
|
|
|
</EmbeddedResource>
|
2019-04-10 17:01:25 -04:00
|
|
|
|
</ItemGroup>
|
2019-06-03 23:46:09 -04:00
|
|
|
|
|
2021-10-25 16:28:45 -03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Behaviors\" />
|
2022-01-24 13:25:46 -03:00
|
|
|
|
<None Remove="Xamarin.CommunityToolkit" />
|
2022-09-09 15:58:11 -03:00
|
|
|
|
<None Remove="Lists\" />
|
|
|
|
|
<None Remove="Lists\DataTemplates\" />
|
|
|
|
|
<None Remove="Lists\DataTemplateSelectors\" />
|
|
|
|
|
<None Remove="Lists\DataTemplates\CustomFields\" />
|
|
|
|
|
<None Remove="Lists\ItemViewModels\" />
|
|
|
|
|
<None Remove="Lists\ItemViewModels\CustomFields\" />
|
2022-02-23 12:40:17 -05:00
|
|
|
|
<None Remove="Controls\AccountSwitchingOverlay\" />
|
2022-06-08 14:24:01 -03:00
|
|
|
|
<None Remove="Utilities\AccountManagement\" />
|
2022-07-12 14:12:23 -03:00
|
|
|
|
<None Remove="Controls\DateTime\" />
|
2022-10-28 23:10:41 +01:00
|
|
|
|
<None Remove="Controls\IconLabelButton\" />
|
2023-01-20 13:38:31 +00:00
|
|
|
|
<None Remove="Controls\PasswordStrengthProgressBar\" />
|
2021-10-25 16:28:45 -03:00
|
|
|
|
</ItemGroup>
|
2021-05-13 14:36:20 -04:00
|
|
|
|
</Project>
|