Files
UnrealEngineUWP/Engine/Source/Programs/IOS/DeploymentServer/Properties/AssemblyInfo.cs

10 lines
253 B
C#
Raw Normal View History

/**
* Copyright Epic Games, Inc. All Rights Reserved.
*/
using System.Reflection;
[assembly: AssemblyTitle("DeploymentServer")]
[assembly: AssemblyDescription("Deploys packaged applications to iOS devices")]
[assembly: AssemblyConfiguration("")]