Files
UnrealEngineUWP/Engine/Source/Programs/PrereqInstaller/CustomAction/Properties/AssemblyInfo.cs
Unrealbot 99fd4e0ef3 Branch snapshot for CL 5278063
[CL 5278063 in Main branch]
2019-03-04 11:58: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.")]