From a299b0c3a315b5c7d71f475c3d870df7fa6271ac Mon Sep 17 00:00:00 2001 From: Vance Morrison Date: Wed, 13 Sep 2017 16:19:44 -0700 Subject: [PATCH] Use Portable PDBs and turn on SourceLink This makes us uniform. Allows VSCode (which does not suport MSPdbs) use on Windows. --- dir.props | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dir.props b/dir.props index dc429afec992..b8ff35740c81 100644 --- a/dir.props +++ b/dir.props @@ -165,6 +165,12 @@ true + + + Portable + true + +