From 13eedbfcf97e402ade06f2be29f98723ef7ff286 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 18 Oct 2018 13:42:54 -0700 Subject: Extract interfaces for Preprocess/Compile/Link/Bind/etc --- src/WixToolset.Core/LayoutContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/LayoutContext.cs') diff --git a/src/WixToolset.Core/LayoutContext.cs b/src/WixToolset.Core/LayoutContext.cs index 20d29b5f..b8a8635d 100644 --- a/src/WixToolset.Core/LayoutContext.cs +++ b/src/WixToolset.Core/LayoutContext.cs @@ -24,7 +24,7 @@ namespace WixToolset.Core public IEnumerable TrackedFiles { get; set; } - public string OutputPdbPath { get; set; } + public string IntermediateFolder { get; set; } public string ContentsFile { get; set; } -- cgit v1.2.3-55-g6feb