Files
UnrealEngineUWP/Engine/Source/Programs/Horde/HordeServer/Properties/AssemblyInfo.cs
ben marsh 5cd75551c9 Horde: Move analytics tests into separate project.
#rnx

[CL 34674811 by ben marsh in ue5-main branch]
2024-06-26 10:19:08 -04:00

9 lines
273 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("HordeServer.Tests")]
[assembly: InternalsVisibleTo("HordeServer.Tests.Shared")]
[assembly: NeutralResourcesLanguage("en-US")]