From d86b61727a51cde11c44a0c54d1d1bc132808d64 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 28 Oct 2019 20:39:01 -0400 Subject: Update to latest Tools and Util.wixext. --- src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 3 +++ src/wixext/NetFxCompiler.cs | 10 +++++----- src/wixext/NetfxWindowsInstallerBackendExtension.cs | 5 ++++- src/wixlib/netfx.wixproj | 8 ++++---- src/wixlib/packages.config | 4 ++-- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 3f04fea5..4c2e1444 100644 --- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj @@ -23,6 +23,9 @@ + + + diff --git a/src/wixext/NetFxCompiler.cs b/src/wixext/NetFxCompiler.cs index 8a5d02f5..06d48fe7 100644 --- a/src/wixext/NetFxCompiler.cs +++ b/src/wixext/NetFxCompiler.cs @@ -150,11 +150,11 @@ namespace WixToolset.Netfx { section.Tuples.Add(new NetFxNativeImageTuple(sourceLineNumbers, id) { - FileRef=fileId, - Priority=priority, - Attributes=attributes, - ApplicationFileRef=assemblyApplication, - ApplicationBaseDirectoryRef=appBaseDirectory, + FileRef = fileId, + Priority = priority, + Attributes = attributes, + ApplicationFileRef = assemblyApplication, + ApplicationBaseDirectoryRef = appBaseDirectory, }); } } diff --git a/src/wixext/NetfxWindowsInstallerBackendExtension.cs b/src/wixext/NetfxWindowsInstallerBackendExtension.cs index 5ca554b8..4672b670 100644 --- a/src/wixext/NetfxWindowsInstallerBackendExtension.cs +++ b/src/wixext/NetfxWindowsInstallerBackendExtension.cs @@ -1,7 +1,8 @@ -// 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. +// 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. namespace WixToolset.Netfx { + using WixToolset.Data; using WixToolset.Data.WindowsInstaller; using WixToolset.Extensibility; @@ -23,5 +24,7 @@ namespace WixToolset.Netfx }; protected override TableDefinition[] TableDefinitionsForTuples => Tables; + + public override bool TryAddTupleToOutput(IntermediateTuple tuple, WindowsInstallerData output) => this.BackendHelper.TryAddTupleToOutputMatchingTableDefinitions(tuple, output, this.TableDefinitionsForTuples, true); } } diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 438ac60f..9f79e04c 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj @@ -1,7 +1,7 @@ - + {45e4a6ac-3190-4e17-83f0-9935ffa5dc2b} @@ -45,9 +45,9 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - + \ No newline at end of file diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config index 1d51675a..d420562a 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file -- cgit v1.2.3-55-g6feb