From cb890fc1ecd6d6557607e7b34f251714481670f1 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 4 Dec 2020 17:34:04 -0600 Subject: xsd got moved to doc repo. Update dependencies. --- global.json | 2 +- src/ca/msmqca.vcxproj | 8 +- src/ca/packages.config | 4 +- src/wixext/WixToolset.Msmq.wixext.csproj | 3 +- src/wixext/msmq.xsd | 121 ------------------------------- src/wixlib/msmq.wixproj | 2 +- 6 files changed, 9 insertions(+), 131 deletions(-) delete mode 100644 src/wixext/msmq.xsd diff --git a/global.json b/global.json index 10345833..77a81322 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0163" + "WixToolset.Sdk": "4.0.0-build-0170" } } diff --git a/src/ca/msmqca.vcxproj b/src/ca/msmqca.vcxproj index 97ac58e9..cd7a419c 100644 --- a/src/ca/msmqca.vcxproj +++ b/src/ca/msmqca.vcxproj @@ -2,8 +2,8 @@ - - + + @@ -65,7 +65,7 @@ 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}. - - + + diff --git a/src/ca/packages.config b/src/ca/packages.config index e3dc0e43..9d88f529 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/wixext/WixToolset.Msmq.wixext.csproj b/src/wixext/WixToolset.Msmq.wixext.csproj index 4c421bac..4bd6a3f5 100644 --- a/src/wixext/WixToolset.Msmq.wixext.csproj +++ b/src/wixext/WixToolset.Msmq.wixext.csproj @@ -13,7 +13,6 @@ - @@ -26,6 +25,6 @@ - + diff --git a/src/wixext/msmq.xsd b/src/wixext/msmq.xsd deleted file mode 100644 index 26348330..00000000 --- a/src/wixext/msmq.xsd +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - The source code schema for the WiX Toolset MSMQ Extension. - - - - - - - - - - - - - - - - - - - - - - - Default: No. - - - - - - Default: No. - - - - - - - - - - - - - - - - - - - Default: No. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Values of this type will either be "yes" or "no". - - - - - - - - diff --git a/src/wixlib/msmq.wixproj b/src/wixlib/msmq.wixproj index d5b19bee..ccccbf49 100644 --- a/src/wixlib/msmq.wixproj +++ b/src/wixlib/msmq.wixproj @@ -12,7 +12,7 @@ - + -- cgit v1.2.3-55-g6feb