From 8832c74bd92c222b46a45e122532b009d3c74a14 Mon Sep 17 00:00:00 2001
From: strongstrongyiwen <63120519+strongstrongyiwen@users.noreply.github.com>
Date: Thu, 11 Jun 2020 10:26:18 -0700
Subject: [PATCH] Changed wil nuget package linking to git submodule (#515)
Deleted link with wil nuget package, switched to git submodule instead.
---
.gitmodules | 3 ++
avstream/sampledevicemft/multipinmft.vcxproj | 31 +++++++------------
.../multipinmft.vcxproj.Filters | 27 +++++++++++++++-
avstream/sampledevicemft/packages.config | 4 ---
wil | 1 +
5 files changed, 41 insertions(+), 25 deletions(-)
create mode 100644 .gitmodules
delete mode 100644 avstream/sampledevicemft/packages.config
create mode 160000 wil
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..b0a8d7760
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "wil"]
+ path = wil
+ url = https://github.com/microsoft/wil
diff --git a/avstream/sampledevicemft/multipinmft.vcxproj b/avstream/sampledevicemft/multipinmft.vcxproj
index 1a0716bbf..f13ed67d6 100644
--- a/avstream/sampledevicemft/multipinmft.vcxproj
+++ b/avstream/sampledevicemft/multipinmft.vcxproj
@@ -154,17 +154,9 @@
common.h
-
- multipinmft
-
-
- multipinmft
-
-
- multipinmft
-
-
+
multipinmft
+ $(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\wil\include
@@ -261,18 +253,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/avstream/sampledevicemft/multipinmft.vcxproj.Filters b/avstream/sampledevicemft/multipinmft.vcxproj.Filters
index 36af8e378..a46920658 100644
--- a/avstream/sampledevicemft/multipinmft.vcxproj.Filters
+++ b/avstream/sampledevicemft/multipinmft.vcxproj.Filters
@@ -42,6 +42,31 @@
Source Files
-
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
\ No newline at end of file
diff --git a/avstream/sampledevicemft/packages.config b/avstream/sampledevicemft/packages.config
deleted file mode 100644
index 09cb11632..000000000
--- a/avstream/sampledevicemft/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/wil b/wil
new file mode 160000
index 000000000..3c00e7f1d
--- /dev/null
+++ b/wil
@@ -0,0 +1 @@
+Subproject commit 3c00e7f1d8cf9930bbb8e5be3ef0df65c84e8928