Files
UnrealEngineUWP/Engine/Source/Developer/FileUtilities/FileUtilities.Build.cs
anthony bills 6887292e55 Move FZipArchiveWriter so it can be used by other modules.
(Re-add the correct files for 4859558 and fix unity build error.)

#rb david.harvey
[FYI] luke.thatcher

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: anthony.bills
#ROBOMERGE-SOURCE: CL 4859806 via CL 4864758 via CL 4864879
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 4864991 by anthony bills in Dev-VR branch]
2019-02-01 09:29:02 -05:00

12 lines
270 B
C#

// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class FileUtilities : ModuleRules
{
public FileUtilities(ReadOnlyTargetRules Target) : base(Target)
{
PrivateDependencyModuleNames.AddRange(new string[] { "Core"});
}
}