From d3d3649a68cb1fa589fdd987a6690dbd5d671f0d Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 17 Sep 2017 15:35:20 -0700 Subject: Initial code commit --- src/candle/candle.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/candle/candle.rc (limited to 'src/candle/candle.rc') diff --git a/src/candle/candle.rc b/src/candle/candle.rc new file mode 100644 index 00000000..47864811 --- /dev/null +++ b/src/candle/candle.rc @@ -0,0 +1,10 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +#define VER_APP +#define VER_ORIGINAL_FILENAME "candle.exe" +#define VER_INTERNAL_NAME "candle" +#define VER_FILE_DESCRIPTION "WiX Toolset Compiler" +#include "wix.rc" + +#define MANIFEST_RESOURCE_ID 1 +MANIFEST_RESOURCE_ID RT_MANIFEST "candle.exe.manifest" -- cgit v1.2.3-55-g6feb