From b78312cfe7990524cb46a1453ad2e013586857a0 Mon Sep 17 00:00:00 2001 From: Chao0000 <63084652+Chao0000@users.noreply.github.com> Date: Mon, 11 May 2020 06:33:40 +0900 Subject: Update README.md (#493) I added statements about how to change Platform Toolset of the projects in Step 2-i. When I used VS2017 and VS2019 to try to build the projects, Driver Files wasn't shown in the menu. So I think it is necessary to add these steps for people who download these good sample projects. --- print/OEM Printer Customization Plug-in Samples/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/print/OEM Printer Customization Plug-in Samples/README.md b/print/OEM Printer Customization Plug-in Samples/README.md index 9c3beff5..4a5fcf8d 100644 --- a/print/OEM Printer Customization Plug-in Samples/README.md +++ b/print/OEM Printer Customization Plug-in Samples/README.md @@ -54,7 +54,13 @@ To build a driver solution using Windows 10 driver kit (Windows Driver Kit (WDK) 1. Add all non-binary files (usually located in the \install directory of the sample) to the Package project - 1. In the **Solution Explorer**, right click **Driver Files** + 1. In the **Solution Explorer**, right click **Driver Files**. If you can't find **Driver Files** in this step, please change the "Platform Toolset" like below + + a. In the **Solution Explorer**, right click the Package project which you want to build and select **Properties** + + b. Select **General** under the **Configuration Properties** + + c. Change **Platform Toolset** to **WindowsKernelModeDriver10.0** or **WindowsUserModeDriver10.0** 1. Select **Add**, then click **Existing Item** -- cgit v1.3.1