mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +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 Javax.Security.Auth.X500;
|
||||||
using Java.Math;
|
using Java.Math;
|
||||||
using Android.Security.Keystore;
|
using Android.Security.Keystore;
|
||||||
using Android.Icu.Util;
|
|
||||||
using Android.App;
|
using Android.App;
|
||||||
using Plugin.Settings.Abstractions;
|
using Plugin.Settings.Abstractions;
|
||||||
using Javax.Crypto.Spec;
|
using Javax.Crypto.Spec;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using Java.Util;
|
||||||
|
|
||||||
namespace Bit.Android.Services
|
namespace Bit.Android.Services
|
||||||
{
|
{
|
||||||
|
|
|
@ -214,6 +214,11 @@
|
||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
<DependentUpon>AppResources.ja.resx</DependentUpon>
|
<DependentUpon>AppResources.ja.resx</DependentUpon>
|
||||||
</Compile>
|
</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">
|
<Compile Include="Resources\AppResources.pt-PT.Designer.cs">
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
|
@ -308,6 +313,10 @@
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
<LastGenOutput>AppResources.ja.Designer.cs</LastGenOutput>
|
<LastGenOutput>AppResources.ja.Designer.cs</LastGenOutput>
|
||||||
</EmbeddedResource>
|
</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">
|
<EmbeddedResource Include="Resources\AppResources.pt-PT.resx">
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
<LastGenOutput>AppResources.pt-PT.Designer.cs</LastGenOutput>
|
<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