blob: 478648119ae6ca5befe83249057ea7f0da893f30 (
plain)
1
2
3
4
5
6
7
8
9
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"
|