From cb66554c8bfaebbd6d45b86b80b70d1fb72e7cf5 Mon Sep 17 00:00:00 2001 From: Kyle Burns <31851557+kyleburnsdev@users.noreply.github.com> Date: Tue, 17 Apr 2018 22:11:34 -0700 Subject: [PATCH] Update README.md Updated to clarify that back-level SDK is currently required to build solution --- MixedRemoteViewCompositor/Source/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MixedRemoteViewCompositor/Source/README.md b/MixedRemoteViewCompositor/Source/README.md index 6a120876..9811a824 100644 --- a/MixedRemoteViewCompositor/Source/README.md +++ b/MixedRemoteViewCompositor/Source/README.md @@ -10,6 +10,7 @@ This folder contatins all source files required to compile the Win32 and UWP com ### Build Instructions Load the MixedRemoteViewCompositor.sln file from the MixedRemoteViewCompositor/PluginSource folder. There should be three projects listed in the Solution Explorer. +***Note:** This solution requires building against the 10.0.10586 version of the Windows SDK, which will not be installed by default when Visual Studio 2017 is installed on a fresh workstation running Fall Creators Update or newer* ![](../images/Solution.png)