Files
UnrealEngineUWP/Engine/Source/Programs/UnrealTraceServer/src/Version.rc
ionut matasaru 5b3af1dc9f Updated icon for UnrealTraceServer.exe
#jira UE-157650
#rb Martin.Ridgers
#preflight skip

[CL 21664702 by ionut matasaru in ue5-main branch]
2022-08-29 03:48:31 -04:00

25 lines
581 B
Plaintext

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Version.h"
1 VERSIONINFO
FILEVERSION TS_VERSION_PROTOCOL, TS_VERSION_MINOR
PRODUCTVERSION 5 /* UE5 */
{
BLOCK "StringFileInfo" {
BLOCK "040904b0" {
VALUE "CompanyName", "Epic Games"
VALUE "ProductName", "Unreal Engine Trace Server"
VALUE "FileDescription","Hub for UE5 runtime traces (i.e. -tracehost=<host>) and tools like Unreal Insights"
VALUE "ProductVersion", "UE5"
}
}
BLOCK "VarFileInfo" {
VALUE "Translation", 0x0409, 1200
}
}
TS_ICON_ID ICON "icon.ico"
/* vim: set noexpandtab : */