From 172b71f2fb75735d59f0c750f442b7d5fb88d248 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 09:25:46 +1000 Subject: Add SourceLink to C++ projects. --- src/stub/packages.config | 3 +++ src/stub/stub.vcxproj | 14 +++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/stub/packages.config b/src/stub/packages.config index 38ce9597..f3abcd35 100644 --- a/src/stub/packages.config +++ b/src/stub/packages.config @@ -1,5 +1,8 @@  + + + \ No newline at end of file diff --git a/src/stub/stub.vcxproj b/src/stub/stub.vcxproj index 416deffd..91366cad 100644 --- a/src/stub/stub.vcxproj +++ b/src/stub/stub.vcxproj @@ -2,6 +2,9 @@ + + + @@ -40,6 +43,9 @@ + + + @@ -93,7 +99,13 @@ This project references NuGet package(s) that are missing on this computer. Enable 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