summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChao0000 <[email protected]>2020-05-11 06:33:40 +0900
committerGitHub <[email protected]>2020-05-10 14:33:40 -0700
commitb78312cfe7990524cb46a1453ad2e013586857a0 (patch)
tree51dafdbaeea1873f246660c2dd54c48fa704cce7
parent8fad7cb62e124022815a5769b25456fb7d4eed4b (diff)
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.
-rw-r--r--print/OEM Printer Customization Plug-in Samples/README.md8
1 files changed, 7 insertions, 1 deletions
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**