From ff96f679e443ce19f87d2a33dcbe7404128b0b0c Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 13 Apr 2020 19:14:39 +1000 Subject: Update dependencies. --- src/Cpp.Build.props | 18 ------------------ src/wixext/NetfxTableDefinitions.cs | 3 ++- src/wixlib/netfx.wixproj | 8 ++++---- src/wixlib/packages.config | 4 ++-- 4 files changed, 8 insertions(+), 25 deletions(-) (limited to 'src') diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 44a042c7..9b7a1bb5 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props @@ -70,12 +70,6 @@ MultiThreadedDebug - - - - MultiThreadedDebugDll - - MinSpace @@ -89,16 +83,4 @@ true - - - - MultiThreadedDll - - - - - $(LinkKeyFile) - $(LinkDelaySign) - - diff --git a/src/wixext/NetfxTableDefinitions.cs b/src/wixext/NetfxTableDefinitions.cs index 378f6def..a94b0d2f 100644 --- a/src/wixext/NetfxTableDefinitions.cs +++ b/src/wixext/NetfxTableDefinitions.cs @@ -3,11 +3,13 @@ namespace WixToolset.Netfx { using WixToolset.Data.WindowsInstaller; + using WixToolset.Netfx.Tuples; public static class NetfxTableDefinitions { public static readonly TableDefinition NetFxNativeImage = new TableDefinition( "Wix4NetFxNativeImage", + NetfxTupleDefinitions.NetFxNativeImage, new[] { new ColumnDefinition("Wix4NetFxNativeImage", ColumnType.String, 72, primaryKey: true, nullable: false, ColumnCategory.Identifier, description: "The primary key, a non-localized token.", modularizeType: ColumnModularizeType.Column), @@ -17,7 +19,6 @@ namespace WixToolset.Netfx new ColumnDefinition("File_Application", ColumnType.String, 72, primaryKey: false, nullable: true, ColumnCategory.Formatted, description: "The application which loads this assembly.", modularizeType: ColumnModularizeType.Column), new ColumnDefinition("Directory_ApplicationBase", ColumnType.String, 72, primaryKey: false, nullable: true, ColumnCategory.Formatted, description: "The directory containing the application which loads this assembly.", modularizeType: ColumnModularizeType.Column), }, - tupleDefinitionName: "NetFxNativeImage", tupleIdIsPrimaryKey: true ); diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 62a35745..9fc532ef 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 d7f7cfd7..d8447626 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