From b4427d968db5f1fdd5fa8a55814483208cdd7312 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 19:25:57 +1000 Subject: Add SourceLink to public projects. Add Nerdbank.GitVersioning to C++ projects. --- src/be/packages.config | 4 ++++ src/be/utilbe.vcxproj | 14 ++++++++++++++ src/ca/packages.config | 4 ++++ src/ca/utilca.vcxproj | 17 +++++++++++++++-- src/wixext/WixToolset.Util.wixext.csproj | 1 + 5 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/be/packages.config b/src/be/packages.config index e488c85c..a96fa834 100644 --- a/src/be/packages.config +++ b/src/be/packages.config @@ -1,5 +1,9 @@  + + + + diff --git a/src/be/utilbe.vcxproj b/src/be/utilbe.vcxproj index 2680fe0f..b60fcf9f 100644 --- a/src/be/utilbe.vcxproj +++ b/src/be/utilbe.vcxproj @@ -1,6 +1,9 @@ + + + @@ -48,10 +51,21 @@ + + + + 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..a1d30df0 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,9 @@  + + + + \ No newline at end of file diff --git a/src/ca/utilca.vcxproj b/src/ca/utilca.vcxproj index 695750f5..f353a4e4 100644 --- a/src/ca/utilca.vcxproj +++ b/src/ca/utilca.vcxproj @@ -2,6 +2,9 @@ + + + @@ -107,12 +110,22 @@ - + + + + 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/wixext/WixToolset.Util.wixext.csproj b/src/wixext/WixToolset.Util.wixext.csproj index 736a404b..b35e06ec 100644 --- a/src/wixext/WixToolset.Util.wixext.csproj +++ b/src/wixext/WixToolset.Util.wixext.csproj @@ -19,6 +19,7 @@ + -- cgit v1.2.3-55-g6feb