Files
UnrealEngineUWP/Engine/Source/Developer/FileUtilities/FileUtilities.Build.cs
anthony bills 0edc5c1873 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.gerleve
#ROBOMERGE-AUTHOR: anthony.bills
#ROBOMERGE-SOURCE: CL 4859806 via CL 4864758 via CL 4864879
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4865170 by anthony bills in Dev-Networking branch]
2019-02-01 09:29:45 -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"});
}
}