From 1056dac0708c2decf44e8cb7aa3968cf36831cb4 Mon Sep 17 00:00:00 2001 From: Tomas Agustin Raies Date: Thu, 7 May 2020 12:02:37 -0700 Subject: [PATCH] Add WIL to common-md-flag nuget packages (#2780) --- src/common/common-md-flag/common-md-flag.vcxproj | 10 ++++++++++ .../common-md-flag/common-md-flag.vcxproj.filters | 3 +++ src/common/common-md-flag/packages.config | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 src/common/common-md-flag/packages.config diff --git a/src/common/common-md-flag/common-md-flag.vcxproj b/src/common/common-md-flag/common-md-flag.vcxproj index 2aba3ced53..61081ce3c0 100644 --- a/src/common/common-md-flag/common-md-flag.vcxproj +++ b/src/common/common-md-flag/common-md-flag.vcxproj @@ -99,7 +99,17 @@ + + + + + + + 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/common/common-md-flag/common-md-flag.vcxproj.filters b/src/common/common-md-flag/common-md-flag.vcxproj.filters index f30b22131f..41505e73f1 100644 --- a/src/common/common-md-flag/common-md-flag.vcxproj.filters +++ b/src/common/common-md-flag/common-md-flag.vcxproj.filters @@ -48,4 +48,7 @@ Source Files + + + \ No newline at end of file diff --git a/src/common/common-md-flag/packages.config b/src/common/common-md-flag/packages.config new file mode 100644 index 0000000000..4f733475e9 --- /dev/null +++ b/src/common/common-md-flag/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file