mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
fix project refs
This commit is contained in:
parent
cb2a25ad46
commit
8450f56093
3 changed files with 10 additions and 1 deletions
|
@ -8,11 +8,11 @@ using Android.Security;
|
|||
using Javax.Security.Auth.X500;
|
||||
using Java.Math;
|
||||
using Android.Security.Keystore;
|
||||
using Android.Icu.Util;
|
||||
using Android.App;
|
||||
using Plugin.Settings.Abstractions;
|
||||
using Javax.Crypto.Spec;
|
||||
using System.Collections.Generic;
|
||||
using Java.Util;
|
||||
|
||||
namespace Bit.Android.Services
|
||||
{
|
||||
|
|
|
@ -214,6 +214,11 @@
|
|||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>AppResources.ja.resx</DependentUpon>
|
||||
</Compile>
|
||||
<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>
|
||||
|
@ -308,6 +313,10 @@
|
|||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>AppResources.ja.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<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>
|
||||
|
|
0
src/App/Resources/AppResources.pt-BR.Designer.cs
generated
Normal file
0
src/App/Resources/AppResources.pt-BR.Designer.cs
generated
Normal file
Loading…
Reference in a new issue