mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
6 lines
150 B
C#
6 lines
150 B
C#
using System.Reflection;
|
|
using Microsoft.Extensions.Localization;
|
|
|
|
[assembly: ResourceLocation("Resources")]
|
|
[assembly: RootNamespace("Bit.Core")]
|