Files
UnrealEngineUWP/Engine/Source/Programs/PrereqInstaller/CustomAction/Properties/AssemblyInfo.cs
Unrealbot a8454575f4 Branch snapshot for CL 5275494
[CL 5275494 in Dev-VR branch]
2019-03-04 15:40:23 -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.")]