mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
add app resources resx
This commit is contained in:
parent
115fa349d2
commit
e1080f9be4
3 changed files with 4866 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Resources\" />
|
||||
<Folder Include="Pages\Accounts\" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -45,6 +46,21 @@
|
|||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Resources\AppResources.Designer.cs">
|
||||
<DependentUpon>AppResources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Resources\AppResources.resx">
|
||||
<LastGenOutput>AppResources.Designer.cs</LastGenOutput>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="npm run sass" />
|
||||
</Target>
|
||||
|
|
3501
src/App/Resources/AppResources.Designer.cs
generated
Normal file
3501
src/App/Resources/AppResources.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
1349
src/App/Resources/AppResources.resx
Normal file
1349
src/App/Resources/AppResources.resx
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue