From 985ba427f8cd12b7b74d62f83a8b304764e6077b Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 19 Jan 2019 13:03:02 -0600 Subject: Integrate into latest v4 --- src/wixlib/PSExtension.wixproj | 19 ------------------- src/wixlib/packages.config | 5 +++++ src/wixlib/powershell.wixproj | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 19 deletions(-) delete mode 100644 src/wixlib/PSExtension.wixproj create mode 100644 src/wixlib/packages.config create mode 100644 src/wixlib/powershell.wixproj (limited to 'src/wixlib') diff --git a/src/wixlib/PSExtension.wixproj b/src/wixlib/PSExtension.wixproj deleted file mode 100644 index da2b6463..00000000 --- a/src/wixlib/PSExtension.wixproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - {9d4ccdfc-840c-4d4e-a9b0-3d6015480645} - ps - Library - true - true - - - - - - - - diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config new file mode 100644 index 00000000..7964daed --- /dev/null +++ b/src/wixlib/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/wixlib/powershell.wixproj b/src/wixlib/powershell.wixproj new file mode 100644 index 00000000..eba605dc --- /dev/null +++ b/src/wixlib/powershell.wixproj @@ -0,0 +1,35 @@ + + + + + + + {9d4ccdfc-840c-4d4e-a9b0-3d6015480645} + powershell + Library + true + true + + + + + + + + + + + + + + + + + + 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}. + + + + + + -- cgit v1.2.3-55-g6feb