diff options
| author | Barry Golden <[email protected]> | 2015-07-30 16:03:24 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2015-07-30 16:03:24 -0700 |
| commit | 4dc90ad04d5e40851e2e370f487b7cc9a3be071b (patch) | |
| tree | c2e74dd18a743893c555d311f29ad9fba77b60c6 /storage/class | |
| parent | d3abcb10a801986a2956d6bbdfeb652bda1d9a74 (diff) | |
Update README.md
Diffstat (limited to 'storage/class')
| -rw-r--r-- | storage/class/cdrom/ReadMe.md | 4 | ||||
| -rw-r--r-- | storage/class/disk/ReadMe.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/storage/class/cdrom/ReadMe.md b/storage/class/cdrom/ReadMe.md index fbdc3b53..187ca63b 100644 --- a/storage/class/cdrom/ReadMe.md +++ b/storage/class/cdrom/ReadMe.md @@ -7,7 +7,7 @@ Build the sample ---------------- You can build the sample in two ways: using Microsoft Visual Studio or the command line (*MSBuild*). -*Note:* When building in Visual Studio, INFVerifer will throw errors. This is intended. Fix those errors with your custom values to build successfully. +**Note:** When building in Visual Studio, INFVerifer will throw errors. This is intended. Fix those errors with your custom values to build successfully. Building a Driver Using Visual Studio ------------------------------------- @@ -20,7 +20,7 @@ The default Solution build configuration is Visual Studio Debug and Win32. 1. Open the driver project or solution in Visual Studio (find *samplename*.sln or *samplename*.vcxproj). 2. Right-click the solution in the **Solutions Explorer** and select **Configuration Manager**. -3. From the **Configuration Manager**, select the **Active Solution Configuration** (for example, Windows 8.1 Debug or Windows 8.1 Release) and the **Active Solution Platform** (for example, Win32) that correspond to the type of build you are interested in. +3. From the **Configuration Manager**, select the **Active Solution Configuration** (for example, Debug or Release) and the **Active Solution Platform** (for example, Win32) that correspond to the type of build you are interested in. 4. From the Build menu, click **Build Solution** (Ctrl+Shift+B). Building a Driver Using the Command Line (MSBuild) diff --git a/storage/class/disk/ReadMe.md b/storage/class/disk/ReadMe.md index 4945350a..1acd4ed5 100644 --- a/storage/class/disk/ReadMe.md +++ b/storage/class/disk/ReadMe.md @@ -13,13 +13,13 @@ Building a Driver Using Visual Studio You build a driver the same way you build any project or solution in Visual Studio. When you create a new driver project using a Windows driver template, the template defines a default (active) project configuration and a default (active) solution build configuration. When you create a project from existing driver sources or convert existing driver code that was built with previous versions of the WDK, the conversion process preserves the target version information (operating systems and platform). -The default Solution build configuration is Windows 8.1 Debug and Win32. +The default Solution build configuration is Debug and Win32. ### To select a configuration and build a driver or an application 1. Open the driver project or solution in Visual Studio (find *samplename*.sln or *samplename*.vcxproj). 2. Right-click the solution in the **Solutions Explorer** and select **Configuration Manager**. -3. From the **Configuration Manager**, select the **Active Solution Configuration** (for example, Windows 8.1 Debug or Windows 8.1 Release) and the **Active Solution Platform** (for example, Win32) that correspond to the type of build you are interested in. +3. From the **Configuration Manager**, select the **Active Solution Configuration** (for example, Debug or Release) and the **Active Solution Platform** (for example, Win32) that correspond to the type of build you are interested in. 4. From the Build menu, click **Build Solution** (Ctrl+Shift+B). Building a Driver Using the Command Line (MSBuild) |
