From f7268b6ba1fbcc25ba321205d2fdea6bd0d39b2b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 3 Mar 2021 13:14:38 -0800 Subject: Update to latest build infrastructure --- src/be/packages.config | 10 ----- src/be/utilbe.vcxproj | 46 +++++++++------------- src/ca/packages.config | 9 ----- src/ca/utilca.vcxproj | 36 +++++------------ .../WixToolsetTest.Util/UtilExtensionFixture.cs | 1 + src/wixext/WixToolset.Util.wixext.csproj | 10 ----- src/wixext/WixToolset.Util.wixext.nuspec | 1 - src/wixlib/util.wixproj | 19 +++------ 8 files changed, 34 insertions(+), 98 deletions(-) delete mode 100644 src/be/packages.config delete mode 100644 src/ca/packages.config (limited to 'src') diff --git a/src/be/packages.config b/src/be/packages.config deleted file mode 100644 index ff45698b..00000000 --- a/src/be/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/src/be/utilbe.vcxproj b/src/be/utilbe.vcxproj index ff50c655..ad89d8a0 100644 --- a/src/be/utilbe.vcxproj +++ b/src/be/utilbe.vcxproj @@ -1,12 +1,7 @@ - - - - - - - + + Debug @@ -33,6 +28,7 @@ Win32 + {630C1EE7-2517-4A8C-83E3-DA1150308B58} DynamicLibrary @@ -42,11 +38,14 @@ utilbe.def WiX Toolset Util BundleExtension + + msi.lib + @@ -56,6 +55,7 @@ + @@ -63,28 +63,18 @@ + - + + + + + + + + + - - - - - - - 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/ca/packages.config b/src/ca/packages.config deleted file mode 100644 index 9e7a0c36..00000000 --- a/src/ca/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/ca/utilca.vcxproj b/src/ca/utilca.vcxproj index 4e7ff495..c2117f79 100644 --- a/src/ca/utilca.vcxproj +++ b/src/ca/utilca.vcxproj @@ -1,13 +1,7 @@ - - - - - - - + Debug @@ -97,27 +91,15 @@ - + + + + + + + - - - - - - - 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/test/WixToolsetTest.Util/UtilExtensionFixture.cs b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs index e1a608d3..0761a004 100644 --- a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs +++ b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs @@ -268,6 +268,7 @@ namespace WixToolsetTest.Util var newArgs = args.ToList(); newArgs.Add("-platform"); newArgs.Add("x64"); + newArgs.Add("-sw1072"); var result = WixRunner.Execute(newArgs.ToArray()); result.AssertSuccess(); diff --git a/src/wixext/WixToolset.Util.wixext.csproj b/src/wixext/WixToolset.Util.wixext.csproj index b90c9035..10fc569e 100644 --- a/src/wixext/WixToolset.Util.wixext.csproj +++ b/src/wixext/WixToolset.Util.wixext.csproj @@ -8,13 +8,10 @@ WiX Toolset Utility Extension WiX Toolset Util Extension embedded - $(MSBuildThisFileName).nuspec true - Id=$(MSBuildThisFileName);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);Title=$(Title) - @@ -31,11 +28,4 @@ - - - - $(OutputPath)..\ - $(NuspecProperties);Version=$(BuildVersionSimple);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);ProjectFolder=$(MSBuildThisFileDirectory) - - diff --git a/src/wixext/WixToolset.Util.wixext.nuspec b/src/wixext/WixToolset.Util.wixext.nuspec index 43d461e7..ba3eaade 100644 --- a/src/wixext/WixToolset.Util.wixext.nuspec +++ b/src/wixext/WixToolset.Util.wixext.nuspec @@ -19,7 +19,6 @@ - diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index 4aeb09f2..99dede7d 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj @@ -13,22 +13,15 @@ - - - - - - + + + + + + - - - - - - - -- cgit v1.2.3-55-g6feb