mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00: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")]
|