From 0671c1c92c26bd23a422de6b8c6d8beeabb0f2db Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 15 Jul 2020 17:33:43 +1000 Subject: Add WixBuildTools.TestSupport.Native.nupkg. --- .../WixBuildTools.TestSupport.Native.nuspec | 26 ++++++++++++++++++++++ .../WixBuildTools.TestSupport.Native.vcxproj | 25 +++++++++++++++++++++ .../packages.config | 4 ++++ 3 files changed, 55 insertions(+) create mode 100644 src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec (limited to 'src') diff --git a/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec new file mode 100644 index 00000000..2852826b --- /dev/null +++ b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec @@ -0,0 +1,26 @@ + + + + $id$ + $version$ + $authors$ + $authors$ + MS-RL + https://github.com/wixtoolset/WixBuildTools + false + $description$ + $copyright$ + + + + + + + + + + + + + + diff --git a/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj index 9f58a0bd..cc529577 100644 --- a/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj +++ b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj @@ -4,6 +4,9 @@ + + + Debug @@ -22,9 +25,16 @@ DynamicLibrary Unicode true + WixBuildTools C++/CLI Test Support + + + + + + @@ -57,4 +67,19 @@ + + + + + + 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/WixBuildTools.TestSupport.Native/packages.config b/src/WixBuildTools.TestSupport.Native/packages.config index b62d37e6..851d559b 100644 --- a/src/WixBuildTools.TestSupport.Native/packages.config +++ b/src/WixBuildTools.TestSupport.Native/packages.config @@ -3,6 +3,10 @@ + + + + -- cgit v1.2.3-55-g6feb