Files
UnrealEngineUWP/Engine/Source/Programs/PrereqInstaller/CustomAction/Properties/AssemblyInfo.cs
Unrealbot 0596d5e658 Branch snapshot for CL 5274649
[CL 5274649 in Dev-Editor branch]
2019-03-04 13:20:47 -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.")]