Skip to content

Commit

Permalink
Update to Windows SDK & driver kit 10.0.17763
Browse files Browse the repository at this point in the history
This is suqashed commit from #23 by @Oxalin.
It's the latest available. Previous versions should still work.
Windows SDK versions of userspace projects should be adjusted if an
installed version is not 10.0.17763.
  • Loading branch information
cezanne committed Mar 25, 2019
1 parent 1093a90 commit cf76164
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@

### Build Tools
- Visual Studio 2017 Community
- Windows SDK 10.0.17134
- Windows Driver Kit 10.0.17134
- Windows SDK 10.0.17763(Windows 10, version 1809)
- Windows Driver Kit 10.0.17763(Windows 10, version 1809)
- Compatible with following old Windows SDK & Driver Kit
- 10.0.17134(Windows 10, version 1803)

### Build Process
- Open usbip_win.sln
- Set Windows SDK version for 3 userspace projects(usbip, usbip_common, usbipd) if your SDK version is not 10.0.17763.
- Set certificate driver signing for usbip\_stub and usbip\_vhci projects.
- Right-click on the project > Properties > Driver Signing > Test Certificate
- Browse to driver/usbip\_test.pfx
Expand Down
2 changes: 1 addition & 1 deletion userspace/lib/usbip_common.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{2C173853-88C0-4334-85BF-0B46CFD5A007}</ProjectGuid>
<RootNamespace>usbip_common</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion userspace/src/stubctl/stubctl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{184FB594-E18D-4B2E-AA9C-2F2A7D65ADA5}</ProjectGuid>
<RootNamespace>usbip</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion userspace/src/usbip/usbip.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{36CEE68D-D6CF-4413-978C-794488F44555}</ProjectGuid>
<RootNamespace>usbip</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion userspace/src/usbipd/usbipd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{0C5C92AA-37F0-4521-86EA-76F32B43E7B4}</ProjectGuid>
<RootNamespace>usbipd</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit cf76164

Please sign in to comment.