From 844c971ed5afa15f73032e1cc7d2ddce2c925cdc Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 11:51:14 +1000 Subject: Add SourceLink to C++ projects. --- src/mbanative/mbanative.vcxproj | 17 +++++++++++++++-- src/mbanative/packages.config | 3 +++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/mbanative/mbanative.vcxproj b/src/mbanative/mbanative.vcxproj index 31f4907e..737075e8 100644 --- a/src/mbanative/mbanative.vcxproj +++ b/src/mbanative/mbanative.vcxproj @@ -2,6 +2,9 @@ + + + @@ -48,6 +51,7 @@ mbanative mbanative.def Native component of WixToolset.Mba.Core + false @@ -55,6 +59,9 @@ + + + @@ -93,8 +100,14 @@ 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/mbanative/packages.config b/src/mbanative/packages.config index 52ccddb4..8b533737 100644 --- a/src/mbanative/packages.config +++ b/src/mbanative/packages.config @@ -1,5 +1,8 @@  + + + -- cgit v1.2.3-55-g6feb