Files
UnrealEngineUWP/Engine/Source/Programs/PrereqInstaller/CustomAction/Properties/AssemblyInfo.cs

12 lines
456 B
C#
Raw Normal View History

// Copyright 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.")]