Files
UnrealEngineUWP/Engine/Source/Programs/PrereqInstaller/CustomAction/Properties/AssemblyInfo.cs
Unrealbot c1a1ef569d Branch snapshot for CL 5275587
[CL 5275587 in Dev-Networking branch]
2019-03-04 14:30:07 -05:00

12 lines
466 B
C#

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CustomAction")]
[assembly: AssemblyDescription("Defines a set of custom actions.")]