From 0d3848a8e5fc6ff289a7faa80a77eb43c010011a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 18:52:34 +1000 Subject: Add SourceLink to public projects. --- src/WixToolset.Dnc.Host/WixToolset.Dnc.Host.csproj | 1 + src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj | 14 +++++++++++++- src/WixToolset.Mba.Host/packages.config | 3 +++ src/dnchost/dnchost.vcxproj | 14 +++++++++++++- src/dnchost/packages.config | 7 +++++-- src/mbahost/mbahost.vcxproj | 14 +++++++++++++- src/mbahost/packages.config | 5 ++++- src/wixext/WixToolset.Bal.wixext.csproj | 1 + src/wixstdba/packages.config | 5 ++++- src/wixstdba/wixstdba.vcxproj | 14 +++++++++++++- 10 files changed, 70 insertions(+), 8 deletions(-) diff --git a/src/WixToolset.Dnc.Host/WixToolset.Dnc.Host.csproj b/src/WixToolset.Dnc.Host/WixToolset.Dnc.Host.csproj index 627ea67a..495b13a2 100644 --- a/src/WixToolset.Dnc.Host/WixToolset.Dnc.Host.csproj +++ b/src/WixToolset.Dnc.Host/WixToolset.Dnc.Host.csproj @@ -34,6 +34,7 @@ + diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj index 0fedd9dc..3fedba03 100644 --- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj +++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj @@ -1,8 +1,11 @@ - + + + + {F2BA1935-70FA-4156-B161-FD03850B4FAA} WixToolset.Mba.Host @@ -76,11 +79,20 @@ + + + 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/WixToolset.Mba.Host/packages.config b/src/WixToolset.Mba.Host/packages.config index d1b22e73..829c7898 100644 --- a/src/WixToolset.Mba.Host/packages.config +++ b/src/WixToolset.Mba.Host/packages.config @@ -1,5 +1,8 @@  + + + \ No newline at end of file diff --git a/src/dnchost/dnchost.vcxproj b/src/dnchost/dnchost.vcxproj index 6bab8063..2a45f9ab 100644 --- a/src/dnchost/dnchost.vcxproj +++ b/src/dnchost/dnchost.vcxproj @@ -1,6 +1,9 @@ + + + @@ -64,14 +67,23 @@ + + + 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/dnchost/packages.config b/src/dnchost/packages.config index f1e2c54b..62f52e92 100644 --- a/src/dnchost/packages.config +++ b/src/dnchost/packages.config @@ -1,8 +1,11 @@  - + + + - + + \ No newline at end of file diff --git a/src/mbahost/mbahost.vcxproj b/src/mbahost/mbahost.vcxproj index 45fef1a1..918feaa7 100644 --- a/src/mbahost/mbahost.vcxproj +++ b/src/mbahost/mbahost.vcxproj @@ -2,6 +2,9 @@ + + + @@ -63,14 +66,23 @@ + + + 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/mbahost/packages.config b/src/mbahost/packages.config index 65e7225a..660d3b9a 100644 --- a/src/mbahost/packages.config +++ b/src/mbahost/packages.config @@ -1,7 +1,10 @@  + + + - + \ No newline at end of file diff --git a/src/wixext/WixToolset.Bal.wixext.csproj b/src/wixext/WixToolset.Bal.wixext.csproj index aa3c4033..ffc9ee5c 100644 --- a/src/wixext/WixToolset.Bal.wixext.csproj +++ b/src/wixext/WixToolset.Bal.wixext.csproj @@ -17,6 +17,7 @@ + diff --git a/src/wixstdba/packages.config b/src/wixstdba/packages.config index 65e7225a..660d3b9a 100644 --- a/src/wixstdba/packages.config +++ b/src/wixstdba/packages.config @@ -1,7 +1,10 @@  + + + - + \ No newline at end of file diff --git a/src/wixstdba/wixstdba.vcxproj b/src/wixstdba/wixstdba.vcxproj index 7d116490..04809d3c 100644 --- a/src/wixstdba/wixstdba.vcxproj +++ b/src/wixstdba/wixstdba.vcxproj @@ -2,6 +2,9 @@ + + + @@ -102,14 +105,23 @@ rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc" + + + 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 -- cgit v1.2.3-55-g6feb