1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-07 04:32:20 -05:00
bitwarden/src/Core/Properties/AssemblyInfo.cs
Justin Baur 0e1ab99e25
Cleanup Projects (#1324)
* Update bitwarden_license projects

* Added tests to verify resource names

* Remove unneeded assembly attributes

* Standardized namespace

* Remove .GetTypeInfo()
2021-05-13 17:14:56 -04:00

5 lines
112 B
C#

using System.Reflection;
using Microsoft.Extensions.Localization;
[assembly: ResourceLocation("Resources")]